> For the complete documentation index, see [llms.txt](https://9inch.gitbook.io/9inch-gitbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides.md).

# Tips, Tricks & Guides

- [Beginner's guide to DeFi 🍆](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi.md): Using anything new can be a challenge, especially if it's enormous. Don't worry though, we've created a range of guides to help you comfortably handle your 9inch.
- [Create a Wallet](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/create-a-wallet.md)
- [Get ERC20/PRC20 tokens](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/get-erc20-prc20-tokens.md)
- [Using 9inch without Centralized Exchanges](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/using-9inch-without-centralized-exchanges.md): You don't need an account with Coinbase, Kraken, Huobi, OKEx or any other centralized exchange to start using 9inch!
- [Connect Your Wallet to 9inch](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/connect-your-wallet-to-9inch.md)
- [How to Trade](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-trade.md)
- [How to Add/Remove Liquidity](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-add-remove-liquidity.md)
- [How to Use Farms](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-use-farms.md)
- [How to Stake](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-stake.md)
- [How to Burn](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-burn.md)
- [How to Get Listed/Launch](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/beginners-guide-to-defi/how-to-get-listed-launch.md)
- [PulseChain Contract Addresses](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/pulsechain-contract-addresses.md)
- [Maximize yield & profits](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/maximize-yield-and-profits.md)
- [Earn yield with liquid HEX](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/earn-yield-with-liquid-hex.md)
- [\[EASY\] Learn Yield-farming](https://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides/easy-learn-yield-farming.md): If you're new to yield-farming, this page is for you!


---

# 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://9inch.gitbook.io/9inch-gitbook/tips-tricks-and-guides.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.
