# Staking

On the staking page, users have the option to stake their USDA tokens in the recommended stability pool. The Smart Stability Pool (SSP) module facilitates the allocation of USDA to the stability pool that requires it the most. SSP utilizes an algorithm capable of predicting the deficiency of liquidation assets for each stability pool.&#x20;

<figure><img src="/files/LKuQcBxD4d0rf4EHmxK7" alt=""><figcaption><p>Staking USDA</p></figcaption></figure>

If users wish to stake USDA in other stability pools, a 3% fee will be applied to the staking amount (temperarilly 0% in testnet v0.2). To switch to a different stability pool, start by clicking 'edit,' then select 'I still want to switch assets for staking,' and choose your preferred stability pool. It is highly recommended to stake USDA in the default vault, as it not only maximizes users' profitability but also enhances the protocol's stability.

<figure><img src="/files/cvCJmn7Cu0706FfxsugY" alt="" width="563"><figcaption><p>Switch the stability pool to stake</p></figcaption></figure>

Once users have successfully staked USDA, information about the stability pools in which they have staked USDA will be displayed in the lower section of the staking page. If there are any liquidation gains available for users to acquire, they can simply click 'claim' or 'claim all.

<figure><img src="/files/W71YtVesDeTIeaDnrUU5" alt=""><figcaption><p>Claim liquidation gains</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.agilely.io/guide/v0.3-user-guide/earn/staking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
