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

# Preparation

This guide provides a step-by-step tutorial on how to use Ferra to:

* [Create Liquidity pool](/user-guide/create-liquidity-pool.md)
* [Add/Remove Liquidity](/user-guide/add-remove-liquidity.md)
* [Collect fee reward](/user-guide/collect-fee-reward.md)
* [Swap](https://docs.ferra.ag/user-guide/swap)
* [LP Guild](https://docs.ferra.ag/user-guide/lp-guild)
* [Lock Liquidity](https://docs.ferra.ag/user-guide/lock-liquidity)

Before starting, make sure you are familiar with Ferra's core concepts like [DLMM](/core-protocols/quickstart.md), [CLMM](/core-protocols/publish-your-docs.md), [DAMM](/core-protocols/damm.md), plus having a basic understanding of SUI network & how DeFi protocols work.

{% hint style="warning" %}
**Reminder**

Take a moment to review our [Legal Disclaimer](/resources/legal-disclaimer.md) outlining risks, responsibilities, and limitations when using Ferra & participating in on-chain DeFi activities.
{% endhint %}

### **Connect your SUI Wallet**

1. Visit [https://ferra.ag](https://ferra.ag/)
2. Click on  `Connect Wallet` button in the top-right corner.
3. Select a wallet to connect

{% hint style="info" %}
*Ferra supports multiple Sui-compatible wallets, including* [*Slush*](https://slush.app/)*,* [*Suiet*](https://suiet.app/)*,* [*OKX Wallet*](https://web3.okx.com/)*, and more. We recommend using* [*Slush*](https://slush.app/) *for the best experience.*
{% endhint %}

4. Unlock your wallet, pick the address to link, and approve.

*Your wallet is connected if your address is displayed on Ferra's interface.*

*If the connection fails, ensure your wallet is switched to **Sui Mainnet**, unlocked, and up to date.*

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

### **Gas Fee**

Every transactions on Ferra requires a small amount of gas fee. As a rule of thumb, keeping \~0.5–1 SUI in your wallet is generally sufficient.


---

# 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://docs.ferra.ag/user-guide/preparation.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.
