# VOOI

## VOOI

- [VOOI Introduction](https://docs.vooi.io/vooi-introduction.md)
- [VOOI Roadmap](https://docs.vooi.io/vooi-roadmap.md)
- [VOOI Points Program](https://docs.vooi.io/vooi-pointsprogram.md)
- [VOOI Token](https://docs.vooi.io/vooi-tokenoverview.md)
- [$VOOI Airdrop](https://docs.vooi.io/vooi-airdrop.md)
- [VOOI Staking](https://docs.vooi.io/vooi-staking.md)
- [Ultra Overview](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-introduction.md)
- [Ultra Refferal Program](https://docs.vooi.io/vooi-ultra-v3/ultra-refferal-program.md)
- [Ultra MCP](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp.md): Connect AI agents and MCP-compatible tools to VOOI Perps API
- [Connect Codex CLI](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-codex-cli.md): Configure Codex CLI to use VOOI MCP tools
- [Connect Claude Desktop](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-claude-desktop.md): Configure Claude Desktop to use VOOI MCP tools
- [Connect Claude Code](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-claude-code.md): Configure Claude Code to use VOOI MCP tools
- [Connect Cursor](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-mcp/connect-cursor.md): Configure Cursor to use VOOI MCP tools
- [Ultra Tools](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools.md): Overview of VOOI Ultra tools for cross-venue trading, margin management, and funding analysis
- [VOOI Transfer Margin](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-transfer-margin.md): Move free margin between supported venue accounts directly from VOOI Ultra
- [VOOI Perps Arena](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-perps-arena.md): Compare execution costs across supported perpetual DEX venues before opening a position
- [VOOI Funding Radar](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-funding-radar.md): Compare funding rates across supported venues and identify potential funding arbitrage opportunities
- [VOOI Funding Arbitrage](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tools/vooi-funding-arbitrage.md): Find and open potential paired long and short setups across supported venues
- [Automation Examples](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples.md): Open-source examples for building agentic trading workflows with VOOI
- [Funding Arbitrage Bot Example](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples/funding-arbitrage-bot-example.md): VOOI open-source example of a delta-neutral funding-rate arbitrage bot for perpetual markets
- [Signal Bot Example](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples/signal-bot-example.md): VOOI open-source example of an LLM-assisted Telegram signal trading bot for perpetual markets
- [Market-Making Bot Example](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-automationexamples/market-making-bot-example.md)
- [VOOI API](https://docs.vooi.io/vooi-ultra-v3/vooi-api.md)
- [Ultra Trading Fees](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-tradingfees.md)
- [Ultra Release Notes](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-releasenotes.md)
- [Pro Overview](https://docs.vooi.io/vooi-pro-v1/vooi_pro-introduction.md)
- [Pro Operational Guidelines](https://docs.vooi.io/vooi-pro-v1/vooi_pro-operationalguidelines.md)
- [Position Types](https://docs.vooi.io/vooi-pro-v1/vooi_pro-operationalguidelines/position-types.md)
- [Order Types](https://docs.vooi.io/vooi-pro-v1/vooi_pro-operationalguidelines/order-types.md)
- [Signal Bot Guide](https://docs.vooi.io/vooi-pro-v1/vooi_pro-operationalguidelines/signal-bot-guide.md)
- [Pro Trading Fees](https://docs.vooi.io/vooi-pro-v1/vooi_pro-tradingfees.md)
- [Pro Release Notes](https://docs.vooi.io/vooi-pro-v1/vooi_pro-releasenotes.md)
- [Issue Reporting](https://docs.vooi.io/vooi-pro-v1/vooi_pro-issuereporting.md)
- [Light Status](https://docs.vooi.io/vooi-light-v2/vooi_light-information.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, 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.vooi.io/vooi-introduction.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.
