> For the complete documentation index, see [llms.txt](https://docs.abstradex.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abstradex.xyz/guide/staking/abs-staking-pool/flexible-staking.md).

# Flexible Staking

## How to use the Flexible Staking option

1. Go to [Staking ](https://exchange.abstradex.xyz/pools)page
2. Connect to your wallet. Choose your wallet and connect.
3. Choose the "**Stake ABS Stake, Earn – And more!**" Pool and click the **Enable** button.&#x20;

   Your wallet will ask you to confirm the action.
4. &#x20;The new window will appear with **Flexible** and **Locked**. Click the button to bring up the staking menu.

<figure><img src="/files/3Am3SnKd3WwleGZKMtFM" alt=""><figcaption></figcaption></figure>

5. If you choose **Flexible**, press the button and the **Stake in Pool** window will appear, enter the amount of ABS you wish to stake, click **Confirm,** and confirm the transaction in your wallet.

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

6. Check and track information in the pool you have staked such as Number of ABS Staked, Recent ABS profit&#x20;

{% hint style="warning" %}
Note: **Unstaking fee: 0.1%** (Only applies within 3 days of staking. Unstaking after 3 days will not include a fee. Timer resets every time you stake new ABS in the pool)
{% endhint %}

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

You will also easily convert to **Fixed-Term Staking** by clicking on **Convert to Lock.**


---

# 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.abstradex.xyz/guide/staking/abs-staking-pool/flexible-staking.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.
