# Rewards Auto-Compounding

Rewards Auto-Compounding keeps your balance in motion without you needing to handle reward tokens. \
\
Each time your agent runs an execution cycle, it:

* Checks whether any rewards are ready to claim.&#x20;
* Claims them once they’re large enough to cover gas and improve net yield.&#x20;
* Swaps the reward token to an integrated USD stablecoin, using multi-hop routes when needed.&#x20;
* Treats the resulting USD stablecoin like any other part of your balance and reallocates it. &#x20;

You simply see your balance grow. You never need to manage or monitor the underlying reward assets. All reward claiming and swapped is also showed in your history tab.&#x20;

To turn this on, Sail needs **updated permissions for claiming and swapping reward tokens**. You’ll be asked to sign these when you first enable auto-compounding. You can always review the active permissions in your profile.

#### Supported Reward Tokens

<table><thead><tr><th>Reward Token</th><th width="229.4609375">Network </th><th>Swap Type</th></tr></thead><tbody><tr><td>MORPHO</td><td>Base</td><td>Single</td></tr><tr><td>MORPHO </td><td>Arbitrum </td><td>Multi</td></tr><tr><td>ARB</td><td>Arbitrum </td><td>Single</td></tr><tr><td>SEAM</td><td>Base</td><td>SIngle</td></tr><tr><td>WELL </td><td>Base</td><td>Multi</td></tr><tr><td>EXTRA</td><td>Base</td><td>Multi</td></tr></tbody></table>

#### For former Fungi users

If you used Fungi before joining Sail, you may have unclaimed rewards waiting. You can redeem them here:\
[**https://sail.money/manage-wallet/4337**](https://sail.money/manage-wallet/4337)

The steps are:&#x20;

1. Connect using your old Fungi credentials
2. Paste your Sail account address
3. Click on “Redeem Rewards”
4. Sail will pick up the redeemed tokens during the next execution and swap them into USDC automatically


---

# 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.sail.money/learn/how-sail-works/rewards-auto-compounding.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.
