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

# VOOI ULTRA v3

- [Ultra Overview](https://docs.vooi.io/vooi-ultra-v3/vooi_ultra-introduction.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)


---

# 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:

```
GET https://docs.vooi.io/vooi-ultra-v3.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.
