# VOOI\_ULTRA:tools

## Overview

VOOI Ultra provides a set of tools for traders who work across multiple perpetual DEX venues.

These tools help users compare venues, review funding differences, prepare cross-venue strategies, and move free margin between supported venue accounts from one interface.

Each tool has its own dedicated documentation page. This page gives a high-level overview of the VOOI Ultra toolset and explains how the tools relate to each other.

## Available tools

VOOI Ultra includes the following tools:

* Transfer Margin
* VOOI Perps Arena
* VOOI Funding Radar
* VOOI Funding Arbitrage

### Transfer Margin

Transfer Margin allows users to move free margin between supported venue accounts directly from VOOI Ultra.

Use it when you need to rebalance collateral across venues without withdrawing funds to a wallet and depositing them again manually.

### VOOI Perps Arena

VOOI Perps Arena allows users to compare execution costs across supported perpetual DEX venues before opening a position.

Use it when you want to choose where to open a position based on the selected trading pair, direction, size, and leverage.

### VOOI Funding Radar

VOOI Funding Radar helps users compare funding rates across supported venues and identify potential funding arbitrage opportunities.

Use it when you want to review funding differences for a selected asset and position size before preparing a trading setup.

### VOOI Funding Arbitrage

VOOI Funding Arbitrage helps users find and prepare potential paired long and short setups across supported venues.

It uses Funding Radar data and historical spread information to help users evaluate potential funding arbitrage opportunities before opening a strategy.

### Authorization model

Some VOOI Ultra tools can be viewed without authorization.

Authorization is required when the user proceeds to an action that affects their account, such as opening a position, opening a strategy, or transferring margin.

## How the tools work together

The VOOI Ultra tools support different parts of a cross-venue trading workflow.

* **Perps Arena** helps users compare execution costs before opening a position.
* **Funding Radar** helps users identify funding differences across supported venues.
* **Funding Arbitrage** helps users evaluate and prepare paired strategies based on funding rate differences.
* **Transfer Margin** helps users rebalance free margin between supported venue accounts.

Together, these tools help users review opportunities, compare venues, prepare trades, and manage capital across supported perpetual DEXs from one interface.

## Next steps

Read the dedicated guide for each VOOI Ultra tool:

* [VOOI Transfer Margin](/vooi-ultra-v3/vooi_ultra-tools/vooi-transfer-margin.md)
* [VOOI Perps Arena](/vooi-ultra-v3/vooi_ultra-tools/vooi-perps-arena.md)
* [VOOI Funding Radar](/vooi-ultra-v3/vooi_ultra-tools/vooi-funding-radar.md)
* [VOOI Funding Arbitrage](/vooi-ultra-v3/vooi_ultra-tools/vooi-funding-arbitrage.md)


---

# Agent Instructions: 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/vooi_ultra-tools.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.
