# Titan DART

## DART Settings

Control how Titan routes your swaps — configure DART directly from the swap interface.

### Configuration

Above the swap box, users can configure their DART settings by clicking on the DART box. For DART eligible pairs, DART defaults to **Auto**.

<figure><img src="/files/CxFRWiE7Ap4mcKVzTAdv" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="125.9765625">Mode</th><th>Behavior</th></tr></thead><tbody><tr><td><strong>Auto</strong></td><td>Titan uses a combination of both Argos and DART to determine the optimal execution. Recommended setting.</td></tr><tr><td><strong>Only</strong></td><td>Titan only uses DART routing.</td></tr><tr><td><strong>Off</strong></td><td>Titan only will use off-chain Argos routing.</td></tr></tbody></table>

### DART Available Pairs

DART routing is currently available for the following pairs, with more coming online soon.

* SOL/USDC
* SOL/USDT
* USDT/USDC
* cbBTC/USDC
* wETH/USDC
* TRUMP/USDC
* ZEC/USDC
* USD1/USDC
* HYPE/USDC
* PUMP/USDC
* PENGU/USDC
* FARTCOIN/USDC
* syrupUSD/USDC
* PYUSD/USDC
* USDG/USDC
* CASH/USDC
* AAVE/USDC
* MEGA/USDC

### DART Fees

Titan DART charges up to maximum 1 bps per swap. Users on Titan only get routed via DART if the end execution including fees and expected slippage is better than all other routers.

### DART Status Indicator

The colored dot on the DART swap page is a visual indicator that tells you the live execution status of DART at any moment. It stays static with no animation or flickering for clarity.

<figure><img src="/files/rZsrB1CgPUcMx97aJjS8" alt=""><figcaption><p>DART set to <strong>Only</strong> with the green status indicator confirming DART is actively executing the swap. Titan returns the best price across all quoted routes</p></figcaption></figure>

<figure><img src="/files/x08S9CsPTzKhDyXNWuLX" alt=""><figcaption><p>DART is set to <strong>Off</strong> — the red indicator confirms your transaction will be executed via non-DART routes </p></figcaption></figure>

<table><thead><tr><th width="115.21484375">Color</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>Green</strong></td><td>DART is live and active — it is the selected route that will actually execute your swap.</td></tr><tr><td><strong>Red</strong></td><td>DART is not executing the trade — either it's not available, or another route is being used instead.</td></tr></tbody></table>

> **Note:** The dot does not turn green just because DART shows up in the quotes list. It only turns green when DART is the winning/selected quote that will be executed. Green truly means DART is handling your trade, not just participating in the comparison.

A single glance tells you whether you're getting the DART execution experience or not, without needing to dig into route details.


---

# 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://titan-exchange.gitbook.io/titan/getting-started/titan-dart.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.
