# Security Considerations

At Most Bridge, we prioritize the security of your assets above all else. While we use advanced technology to ensure fast and efficient bridging, we've also implemented multiple layers of security to protect your funds throughout the bridging process.

### Current Single Market Maker Model

It's important to note that the current deployed version of Most Bridge operates on a Single Market Maker (SMM) model. This means that one trusted entity handles all intent fulfillment and claims the fees. While this model allows for faster and more efficient operations, we want you to be aware of:

1. **Centralized Fulfillment**: All bridge intents are processed by a single entity.
2. **Trusted Operator**: The Market Maker is a vetted and trusted part of our system.
3. **Efficient Processing**: This model allows for batching of transactions, reducing costs.

### Key Security Features

1. **Smart Contract Security**: Our smart contracts have been carefully designed to ensure they function exactly as intended, with no hidden vulnerabilities.
2. **Herodotus Data Processor**: We use advanced HDP technology to verify that every transaction has been correctly executed on the destination chain before releasing funds on the source chain.
3. **Funds Always Secured**: Your assets are locked in our secure Escrow contract, and then sent directly to your designated address on the destination chain. There's no point in the process where your funds are unsecured.
4. **Refund Intent**: If for any reason your intent isn't fulfilled within the expiration window, you can reclaim your funds from the Escrow contract. This ensures you always have control over your assets.
5. **Simplified Architecture**: By keeping our system architecture straightforward, we minimize the potential for errors or exploits.

### Continuous Monitoring

Our team constantly monitors the bridge operations to quickly detect and respond to any unusual activities. We’ve also introduced a health-check system that automatically creates intents and verifies their fulfillment, ensuring we’re alerted right away if anything goes wrong with Most. While the Single Market Maker model allows for this level of oversight, we're committed to maintaining the same level of security as we evolve.


---

# 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/security-considerations.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.
