# Quickstart

{% hint style="info" %}
Titan does not charge any fees on basic swaps. The underlying DEXes or DEX Aggregators that have been incorporated may charge fees
{% endhint %}

To start interacting with the platform, please connect your wallet. There is a large selection of wallets that you may choose from.&#x20;

<figure><img src="/files/ThvWsLQVMyj18n5Wolyl" alt="" width="328"><figcaption></figcaption></figure>

Once connected, you are able to interact with the swap interface. You can also see the cumulative total of your trading volume with Titan, as well as your total outperformance and edge gained as a result of using Titan over other platforms.

{% hint style="info" %}
Please note that ledger wallet integrations are supported with these wallets.&#x20;
{% endhint %}

### How to do a Swap

You must first select your input and output tokens that you want to trade. The input tokens are sorted based on the USD value of the tokens in your wallet, while the output tokens are shown based on popularity and relevance.&#x20;

Once the tokens are selected, you can select the input token amount you want to trade and quotes will populate to fill in the estimated amount out. Please note that specifying the amount out as of this time is not allowed.&#x20;

You will receive quotes from multiple aggregators. Titan will populate the estimated amount out as well as the relevant transaction details from the best quote. Users can then approve and execute the transaction.&#x20;

Please note that quotes refresh every second. The quotes themselves are simulated live on the blockchain to provide a live stream of the most up to date output given the routes. &#x20;

{% hint style="info" %}
Titan provides the best on-chain estimate of the actual output of a given quote.
{% endhint %}

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

The number of pools and DEXes involved in the chosen route will also be shown. Users can then click on the Swap button to execute through their connected wallet application.&#x20;

### Trade Settings

In addition, trades can be sized quickly by selecting the Max or % buttons in the input bar. The % button allows users to have fine grain control over the amount of the input tokens they want to trade.&#x20;

<figure><img src="/files/9J6jm1PrrYF1yBcx7Jk9" alt=""><figcaption></figcaption></figure>

Users can further customize their settings as described in the Custom Settings page.&#x20;


---

# 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/quickstart.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.
