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

# Getting started

Getting started with Madhouse is quick and easy:

#### Step 1: Set Up Your Wallet

Make sure you have a Web3 wallet like **MetaMask** set up. Connect it to the Monad Network:

* **Network Name:** Monad Mainnet
* **RPC URL:** <https://testnet-rpc.monad.xyz>
* **Chain ID:** 10143
* **Currency Symbol:** MON

#### Step 2: Access Madhouse

Visit our easy-to-use interface at [**madhouse.xyz**](https://madhouse.ag/). Click on **"Connect Wallet"** and follow the prompts to securely connect your wallet.

#### Step 3: Start Swapping!

Choose your tokens, enter the desired amount, and click **Swap**. Madhouse takes care of the rest.

Now you're ready to experience effortless trading with the best prices available on Monad!

***

### Swapping Tokens on Madhouse

Follow these simple steps to swap tokens:

#### 🔗 **Step-by-step Guide**

**1. Select Your Tokens**

* Choose the token you want to swap **from** (sell) and the token you want to swap **to** (buy).

**2. Enter the Amount**

* Enter the amount of tokens you wish to swap. Madhouse automatically calculates the best available price.

**3. Check the Quote**

* Review the price, slippage, and gas fees clearly shown on screen. You can adjust your **slippage tolerance** (default is 0.5%) if you prefer.

**4. Token Approval**

* If it's your first time swapping a particular token, you’ll see an **Approve Token** button. Click this once to authorize Madhouse to swap tokens on your behalf.

**5. Confirm and Execute**

* Click **Swap**, confirm the transaction in your wallet, and Madhouse executes your trade instantly on Monad.

**6. Check Your Wallet**

* Once confirmed, your new tokens appear directly in your wallet.

*Trading Tip:* For large swaps, monitor slippage closely and consider smaller trades to maintain the best rates.


---

# 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.madhouse.ag/trade/getting-started.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.
