> For the complete documentation index, see [llms.txt](https://ixs.gitbook.io/ixs-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ixs.gitbook.io/ixs-gitbook/for-individuals/overview/usdixs-token/buying-ixs-tokens/uniswap-guide.md).

# Uniswap Guide

Follow these steps to buy IXS tokens securely on Uniswap using your preferred wallet.

### 1️⃣ Connect Your Wallet

* Visit Uniswap.
* Sign in using Rabby Wallet or MetaMask.
* Accept the connection request in your wallet.

***

<br>

<div align="left"><figure><img src="/files/b8MVtgecl8XuKKYfGk6z" alt="" width="195"><figcaption></figcaption></figure> <figure><img src="/files/14vKaXP3vciR5JEEulGi" alt="" width="197"><figcaption></figcaption></figure></div>

### 2️⃣ Select IXS Token

* In the swap box, click "Select Token".
* Enter the IXS contract address for your preferred network:
* * Ethereum: 0x73d7c860998ca3c01ce8c808f5577d94d545d1b4
  * Base: 0xfe550bffb51eb645ea3b324d772a19ac449e92c5

Choose IXS from the search results.\
📌 For large purchases ($1,000+), Ethereum IXS is recommended due to higher liquidity.

<div align="left"><figure><img src="/files/qgYgiFGrEKj6nCFCTD8b" alt="" width="232"><figcaption></figcaption></figure></div>

### 3️⃣ Enter Swap Amount & Initiate Transaction

* Enter the amount of ETH (or another token) you want to swap for IXS.
* Click "Get Started".

If you receive a warning, click "I Understand" to proceed.<br>

<div align="left"><figure><img src="/files/xxMsfBP3M7Z0tLNTqOPR" alt="" width="232"><figcaption></figcaption></figure> <figure><img src="/files/g1PLjmI0FPjXqYglhD6M" alt="" width="195"><figcaption></figcaption></figure></div>

### 4️⃣ Adjust Slippage & Confirm Swap

* Set slippage tolerance to 0.1% or lower to minimize price impact.
* Click "Swap" and review the transaction details.

Ensure you have enough ETH in your wallet to cover network gas fees.

<div align="left"><figure><img src="/files/GZ1fs1voqOEMFXYwZ4Eb" alt="" width="230"><figcaption></figcaption></figure> <figure><img src="/files/4k46C1IDIaWKlmie6ZUv" alt="" width="203"><figcaption></figcaption></figure></div>

### 5️⃣ Final Confirmation & Signing

* Your wallet will prompt you to approve the transaction.
* Review all swap details before signing.
* Confirm the transaction and wait for it to be processed on the blockchain.

<div align="left"><figure><img src="/files/Vo4wkM0Z894AGnOy1lV8" alt="" width="193"><figcaption></figcaption></figure></div>

Once completed, your IXS tokens will be available in your wallet! 🚀

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://ixs.gitbook.io/ixs-gitbook/for-individuals/overview/usdixs-token/buying-ixs-tokens/uniswap-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
