# Cross-chain Swaps with the Minimum Price

Normally, when users want to swap AVAX on Avalanche to BNB on BNB Chain, they have to swap AVAX to USDC and then bridge USDC from Avalanche to Ethereum. The last step is to swap USDC to BNB on BNB Chain. This old way has two problems:

* The price is not ensured to be the minimum
* Long steps take time

OmniHop would automatically execute the following steps to let users have the best experience and most benefit:

* The user’s AVAX would be sent to 1inch to swap AVAX to USDC
* Stake USDC in OmniHop Pool on Avalanche&#x20;
* With LayerZero, the message “it’s staked successfully” on Avalanche would be sent to BNB Chain&#x20;
* The replayer passes permission to the pool on BNB Chain to unlock the amount of USDC that equal to the amount of AVAX&#x20;
* USDC would be sent to 1inch to swap USDC to BNB&#x20;
* The user gets BNB equal to his AVAX&#x20;

With OmniHop, we can do all this for users with just one click.


---

# 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://projects-12.gitbook.io/omnihop-docs/omnihop/cross-chain-swaps-with-the-minimum-price.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.
