> For the complete documentation index, see [llms.txt](https://docs.mobius.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/trade-spot-orders.md).

# 📈Trade (spot orders)-testnet

The trade page allows users to buy and sell moAssets (synthetic assets) with zero slippage.

Möbius Finance allows users to have a seemly trading experience thanks to the low fees and high transaction speed of [**Polygon**](https://polygon.technology/). Quote-driven markets will use oracle prices [**(powered by Chainlink)**](https://chain.link/) which allow the protocol to offer **zero slippage** and **unlimited liquidity.**

Follow the steps below to get started:

1\. Go to the Möbius Finance "Trade" page.

![](/files/-Mif88DQUoAgvmMcRiz2)

2\. Select the token you'd like to trade in the dropdown menu, and the moASSET you'd like to trade it for.

![](/files/-Mif8ZnUXyStAqMChrwb)

![](/files/-Mif8RtSI2Z-EFcnHC0e)

3\. After clicking on "SWAP", preview the transaction in a pop-up window and then confirm the request directly on your Metamask Wallet.

![](/files/-Mif9H5SXBV2RrGxnK6x)

![](/files/-Mif9ZF17akrC8L7ur7l)

4\. Next, once the transaction is confirmed, you will receive your tokens in your wallet. Below, you can find all your trade done with the connected account. Users can check their balances on the explorer as well as on the “[Wallet](/resourses/testnet-guides-mumbai-network/wallet.md)" page.

![](/files/-Mif9j-pEAgorCfpPWnT)


---

# 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://docs.mobius.finance/resourses/testnet-guides-mumbai-network/trade-spot-orders.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.
