# Bridge protocol

* **Core Features**:

  * **Cross-Chain Transactions**: The platform facilitates transfers of a single token across two different blockchains. This is done by bridging the token using the **Multichain Bridge** and maintaining liquidity across chains.
  * **Swap Transactions**: Swapping refers to exchanging one token for another within the same blockchain ecosystem. For example, swapping Ethereum for USDT within the Ethereum network.
  * **Cross-Chain + Swap**: This feature allows the user to swap tokens across different blockchains. For example, swapping Ethereum for Solana-based tokens without the need for manual bridging.
  * **Limit Orders**: Users can set specific parameters for trades to be executed only when certain price and time conditions are met, similar to a traditional centralized exchange’s limit order functionality.

* **Protocol Security**:

  * The **Multichain Bridge** ensures that transactions are secure through the use of non-custodial wallets, meaning the platform never holds users' assets.
  * **Dynamic Risk Control**: Automatic adjustments to collateral requirements and interest rates based on market conditions. This helps manage risk more efficiently and reduces the need for oracle-based solutions.


---

# 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.wheelx.fi/readme/bridge-protocol.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.
