# Arcex Docs

## Docs

- [Arcex](https://docs.arcex.app/arcex.md): Your mobile perps desk
- [Deposit](https://docs.arcex.app/getting-started/deposit.md): NOTE: Only send USDC on the Arbitrum Network!!
- [Transfer](https://docs.arcex.app/getting-started/transfer.md): NOTE: You must have spot USDC to transfer to your perps account!
- [Withdraw](https://docs.arcex.app/getting-started/withdraw.md): Arcex pays all Arbitrum network fees for you!
- [Place your first trade](https://docs.arcex.app/getting-started/place-your-first-trade.md): Ready to make your first trade?
- [What are Perpetual Futures?](https://docs.arcex.app/trading-basics/what-are-perpetual-futures.md)
- [Understanding Leverage](https://docs.arcex.app/trading-basics/understanding-leverage.md)
- [Cross-Margin Explained](https://docs.arcex.app/trading-basics/cross-margin-explained.md): Arcex utilizes cross margin on most assets
- [Order Types](https://docs.arcex.app/trading-basics/order-types.md)
- [What's a "Funding Rate"](https://docs.arcex.app/trading-basics/whats-a-funding-rate.md): If you're new to perpetual futures trading, you might have noticed something called the funding rate within your Arcex app. While it might seem confusing at first, the funding rate is simple!
- [Liquidation & Risk Management](https://docs.arcex.app/trading-basics/liquidation-and-risk-management.md)
- [Fee Structure](https://docs.arcex.app/trading-basics/fee-structure.md)
- [Referral Rewards](https://docs.arcex.app/rewards/referral-rewards.md): At Arcex, we believe that our community is our greatest asset. Our referral program is designed to reward you for helping us grow, creating a true partnership where our success is your success.
- [Pip Rewards](https://docs.arcex.app/rewards/pip-rewards.md)
- [Changelog](https://docs.arcex.app/more/changelog.md)
- [Contact US](https://docs.arcex.app/more/contact-us.md): Feel free to contact us with any questions or concerns.


---

# 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.arcex.app/arcex.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.
