> For the complete documentation index, see [llms.txt](https://myxfinance.gitbook.io/myx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://myxfinance.gitbook.io/myx/tutorials.md).

# TUTORIALS

- [How to trade on Arbitrum one and Linea](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-arbitrum-one-and-linea.md)
- [Installation and Wallet Setup](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-arbitrum-one-and-linea/installation-and-wallet-setup.md)
- [Bridge ETH to Arbitrum and Linea，Swap for USDC](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-arbitrum-one-and-linea/bridge-eth-to-arbitrum-and-linea-swap-for-usdc.md)
- [Trade Process](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-arbitrum-one-and-linea/trade-process.md)
- [Provide Liquidity](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-arbitrum-one-and-linea/provide-liquidity.md)
- [📘 How to Trade on BNB Chain](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-bnb-chain.md): MYX is now live on BNB Chain!  This guide will walk you through how to set up your wallet, bridge assets, swap for USDC, and execute your first perpetual trade on MYX using the BNB Chain network.
- [Bridge Assets and Swap to USDC](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-bnb-chain/bridge-assets-and-swap-to-usdc.md): Bridge your assets and swap them to USDC (BEP-20).
- [Trade Process](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-bnb-chain/trade-process.md): MYX is an innovative decentralized perpetual exchange that achieves zero slippage through its unique Matching Pool Mechanism (MPM). Seamlessly matching long and short positions, MYX enables capital ef
- [Provide Liquidity](https://myxfinance.gitbook.io/myx/tutorials/how-to-trade-on-bnb-chain/provide-liquidity.md)
- [Particle Effortless Trading](https://myxfinance.gitbook.io/myx/tutorials/particle-effortless-trading.md)
- [How to buy BMYX](https://myxfinance.gitbook.io/myx/tutorials/how-to-buy-bmyx.md)
- [Copy Trading](https://myxfinance.gitbook.io/myx/tutorials/copy-trading.md)
- [Referral](https://myxfinance.gitbook.io/myx/tutorials/referral.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://myxfinance.gitbook.io/myx/tutorials.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
