> For the complete documentation index, see [llms.txt](https://odinliquidity.gitbook.io/odinliquidity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://odinliquidity.gitbook.io/odinliquidity/getting-started/quick-start-guide.md).

# Quick Start Guide

**TG**: <https://t.me/OdinLiquidity>

**X:** [**https://x.com/odinliquidity**](https://x.com/odinliquidity)

**1. Set Up Your Wallet**

* **Choose a Web3 Wallet**: If you don’t have one yet, **MetaMask** is a popular option, or you can use any **WalletConnect**-compatible app (e.g., Trust Wallet, Rainbow).
* **Fund With ETH**: Ensure your wallet holds enough **ETH** for buying ODIN and covering gas fees.

**2. Pick Your Swap Platform**

* **You Can Use Any Swap**: ODIN is available on various decentralized exchanges. Feel free to pick your preferred platform.
* **Why We Recommend CoW Swap**: CoW Swap (<https://swap.cow.fi>) aggregates order flow from multiple liquidity pools, including ODIN’s, often securing better prices and lower slippage.

**3. Adding the ODIN Token**

No matter which platform you use, **make sure you’re trading the right token**:

* **ODIN Contract Address**: `0xDfC5964141c018485b4d017634660f85aa667714`
* On your chosen DEX, **paste** this contract address into the token selection field if ODIN doesn’t appear automatically.

**4. Execute the Swap**

1. **Select Your “From” Token** (e.g., ETH) and choose how much you’d like to swap.
2. **Select ODIN** (from the token list or by pasting the contract address above).
3. **Set Slippage**: For optimal results, set the slippage tolerance to a low value, such as 0.1%. This minimizes price impact and ensures you receive the most accurate amount of ODIN during the swap.
4. Review the **price**, **estimated gas fees**, and any **impact** on your holdings.
5. **Confirm** the transaction in your wallet. Once confirmed on Ethereum, your new ODIN balance will be visible in your wallet.

**5. Explore the Network**

* **Store with ODIN**: Simply hold your ODIN tokens to experience its memetical and deflationary potential.
* **Harness with ODIN**: Provide ODIN in liquidity pools or experiment with DeFi strategies to earn yields.
* **Create with ODIN**: Build on ODIN’s solid, permissionless infrastructure to develop innovative dApps and integrations.

***

#### Tips & Best Practices <a href="#tips-and-best-practices" id="tips-and-best-practices"></a>

* **Double-Check the Address**: Always confirm you’re using the correct ODIN address '0xDfC5964141c018485b4d017634660f85aa667714'
* **Monitor Gas**: Ethereum gas fees vary based on network conditions, so time your transactions accordingly.
* **Stay Informed**: Follow ODIN Liquidity Network’s **official channels** for updates, announcements, and community insights.

That’s it! By following these steps, you’ll be ready to **buy ODIN** and participate in the **ODIN Liquidity Network**, whether you’re a DeFi enthusiast, a memetical finance explorer, or a builder looking to expand the ecosystem.


---

# 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://odinliquidity.gitbook.io/odinliquidity/getting-started/quick-start-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.
