# Mobius Finance Docs

## Mobius Finance Docs

- [👋Welcome to Möbius Finance](https://docs.mobius.finance/master.md)
- [Mobius Mainnet Release](https://docs.mobius.finance/mobius-mainnet-release.md)
- [Mobius Finance Parameters](https://docs.mobius.finance/mobius-mainnet-release/mobius-finance-parameters.md)
- [How to use the Mobius Finance protocol?](https://docs.mobius.finance/getting-started/how-to-use-the-protocol.md): Simplified overview of Mobius Finance
- [Understanding Quote-driven Markets](https://docs.mobius.finance/getting-started/understanding-quote-driven-markets.md)
- [moUSD - The Settlement Currency](https://docs.mobius.finance/getting-started/mousd-the-settlement-currency.md)
- [Short-selling moAssets](https://docs.mobius.finance/getting-started/mobius-short-selling-mechanism.md)
- [moAssets - Mobius Synthetics assets](https://docs.mobius.finance/getting-started/mobius-synthetics-assets.md): moAssets are Mobius Finance's synthetic assets
- [Automatic debt rebalance](https://docs.mobius.finance/getting-started/architecture-and-implementation.md)
- [Governance](https://docs.mobius.finance/getting-started/governance.md)
- [Official Mainnet Guides](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides.md)
- [⚡Connect to Polygon](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/connect-to-polygon.md)
- [✨Mint (staking)](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/mint-staking.md)
- [🔥Burn (moUSD)](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/burn-mousd.md)
- [📈Trade (spot orders)](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/trade-spot-orders.md)
- [📉Open a short position](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/open-a-short-position.md)
- [✔️ Manage Short Positions](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/open-a-short-position/manage-short-positions.md)
- [📊Debt Management](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/debt-management.md)
- [💸Earn](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/earn.md)
- [Staking Rewards(mint\&short)](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/earn/staking-rewards-mint-and-short.md)
- [Staking MOT-USDT LP](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/earn/staking-mot-usdt-lp.md)
- [Staking moUSD-am3CRV LP](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/earn/staking-mousd-am3crv-lp.md)
- [👛Wallet](https://docs.mobius.finance/step-by-step-guides/official-mainnet-guides/wallet.md)
- [Mobius Analytics (coming soon)](https://docs.mobius.finance/resourses/mobius-analytics.md)
- [Testnet Guides (Mumbai Network) ](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network.md)
- [⚡Connect to Polygon's Testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/connect-to-polygons-testnet.md)
- [📌How to get Testnet Tokens?](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/how-to-get-testnet-tokens.md): In order to use the Möbius Finance platform on the testnet, users need to get MATIC tokens to interact with the network. Users also require collateral in order to generate moUSD.
- [✨Mint (staking)-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/untitled.md)
- [🔥Burn (moUSD)-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/burn-mousd.md): Redeem your collateral by burning moUSD
- [📈Trade (spot orders)-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/trade-spot-orders.md)
- [📉Open a short position-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/open-a-short-position.md): You can open a short position for any moAsset (synthetic asset).
- [✔️ Manage Short Positions-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/open-a-short-position/manage-short-positions.md)
- [📊Debt Management-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/debt-management.md): Manage your debt and Collateralization ratio
- [💸Earn-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/earn.md): Earn Möbius Finance $MOT Governance token
- [Staking Rewards-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/earn/staking-rewards.md)
- [Trading Rewards-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/earn/trading-rewards.md)
- [👛Wallet-testnet](https://docs.mobius.finance/resourses/testnet-guides-mumbai-network/wallet.md)
- [Contract Addresses (Mainnet)](https://docs.mobius.finance/technical-resources/contract-addresses-mainnet.md)
- [Contract Addresses (Testnet)](https://docs.mobius.finance/technical-resources/contract-addresses.md): Mumbai Testnet tokens
- [Security Audit](https://docs.mobius.finance/technical-resources/audit.md)
- [Legal disclaimer](https://docs.mobius.finance/terms-of-service/legal-disclaimer.md)
- [Terms & Conditions](https://docs.mobius.finance/terms-of-service/terms-and-conditions.md): READ THE ENTIRETY OF THIS "TERMS & CONDITIONS" CAREFULLY.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mobius.finance/master.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.
