# Quickstart

### How to connect a wallet and start trading on Tower Exchange

#### **Connect a Wallet**

Navigate to [Tower Exchange](https://www.tower.exchange/) and click the **Connect Wallet** button. Tower supports wallet connections through Rainbow offering a wide range of options including browser extension wallets and embedded wallets.

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

Once connected, users land on the main swap interface and can immediately begin trading.

{% hint style="info" %}
Tower is fully non custodial. Funds never leave the user's wallet until a transaction is signed and confirmed. Tower cannot access or move any tokens.
{% endhint %}

#### **Explore the Interface**

The main interface is designed for simplicity. It includes:

* **Swap/bridge panel:** The core trading interface for selecting tokens, executing swaps, and bridging tokens across supported chains.
* **AI Assistant:** A chat interface for asking questions about portfolios, trades, and on-chain data.
* **Profile:** A personal dashboard displaying wallet details, positions, and account activity at a glance.
* **Recurring Orders:** The interface that allows users to set up automated, recurring swaps at specified intervals, removing the need to manually execute repetitive trades.
* **Faucet**: Get verified links to claim testnet tokens, allowing users to explore and test Tower Exchange's features without using real funds
* **Bell Points: Coming Soon**

#### **Make First Swap**

On the swap panel, users choose an **input token** (the token being sold) and an **output token** (the token being received). Input tokens are sorted by the USD value held in the connected wallet for convenience. Output tokens are displayed based on popularity and relevance within the Arc ecosystem.&#x20;

Once both tokens are selected and the trade amount is entered, Tower's aggregation engine immediately goes to work. It queries every connected DEX on Arc, evaluates all possible routes (including multi-hop paths), and returns the best available quote.

Once satisfied with the quote, users click the **Swap** button. The wallet prompts a review and signature of the transaction. After confirmation, the transaction is submitted to the Arc blockchain.

The trade executes on-chain, and the received tokens appear in the wallet once the transaction is confirmed. The entire process takes just seconds on Arc.

<figure><img src="/files/0V0IUp4eUqLZAbwcayxX" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If a swap fails, it is usually due to slippage: the price moved between confirmation and transaction landing. Adjusting slippage tolerance in the trade settings can help.
{% endhint %}

#### **Trade Settings**

Users can customize their trading experience through the settings panel where they can change the slippage settings

<figure><img src="/files/m8Vc834WoUXcEV8Spi0P" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://tower-exchange.gitbook.io/tower-exchange/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.
