# How It Works

### The Bridging Process

1. **User Initiates**: Lock funds in the Escrow contract (optionally swap via a temporary Hook Executor before locking) and set a market maker fee.
2. **Market Maker Acts**: Picks up the event and fulfills the intent.
3. **Proof Submission**: Market maker provides proof using HDP.
4. **Claim Funds**: Market maker claims locked funds at their convenience.

### Why Choose Most Bridge?

* **Speed**: Achieve finality in seconds, not hours.
* **Efficiency**: Streamlined process with just three transactions.
* **Security**: Mainnet-level security without long delays.
* **Flexibility**: Adaptable to various blockchain ecosystems.
* **Simplicity**: Straightforward architecture reduces complexity and risk.

### Supported Networks

#### Testnet

* Source: Optimism Sepolia, Starknet Sepolia
* Destination: Ethereum Sepolia


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.most.wtf/how-it-works.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
