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

# APYS Staking

### **Get APYS on Solana wallet**

* If you held your APYS tokens on the other blockchains, you should transfer them to Solana wallet.
* For now, we support only Sollet and Phantom wallets.
* You can bridge APYS via Allbridge: <https://app.allbridge.io/bridge?from=BSC&to=SOL&asset=APYS>

Using this Allbridge guide: <https://docs.allbridge.io/guides/how-to-transfer-tokens>.

### **Stake your APYS tokens**

1. Navigate to the APYS Staking Page: <https://stake.apyswap.com/>.
2. Click Connect Wallet button.

![](https://lh3.googleusercontent.com/_2YE0F7l2FFh6S1dUvxFbhPnfsH9vSudzP6kiQOjiiE8gMW4yOxCP3DOaJjXqpbRpMcVgF0VCxvNUpj9B7C9IDmoIzA1TiARfo6C0fvXRtZPHU32soHQS2JU6xhWOgT1sMi7zVkj=s0)

3\. Choose a wallet, where you have APYS tokens.

![](/files/-MlEe9ga9FqBXwLO_2kv)

4\. Enter the amount of APYS you want to stake.

![](https://lh4.googleusercontent.com/uCsAhpmpp7QVW1TpEa3rO8B3aZ2ZccCjvftdA3qntb4oOlECrI81I51Gf9Zxve2K-3WIvHpa7_BK5gbB9yDxLKRiu-81bkDZ3Y8ZIdbs5XP7H8a3O4R1AdUG_t5knrNgID1zptI3=s0)

5\. Click Stake.

![](https://lh6.googleusercontent.com/z8wL8QQtwOox5ZfrN1SWgzH7EcC-JNw5sEM3ByeZ-NMbF1egcf2tbs5a2iuErIjC4b1kkKoxvMj4uESk9gAwpz0c9anpXgQSqPFW7_e627b2Yk-zh6HVdMNoLHFQAkyLIL90ccDT=s0)

6\. Approve transaction in the wallet.

![](https://lh5.googleusercontent.com/qVLX-_cvbvacAsfW6gxXJOhxsmcZz3wGW3R9JelgZiUtSX2WMi_ZUeEYZGPzj2-tVt1psMAckHyJdn--r1iTYCaNkNUzpjfav5NdkblSUkXhkI72wxLnNsrMgG31vMljGyc3sdFj=s0)

7\. After the transaction is successful, you will see your assets and start earning v12ABR.

![](https://lh3.googleusercontent.com/_XrEjXS_MYSghPM5VR8yYiHzuQW8JwxvwyJm1p7Sqydh7g6FgYIU_TdZfV51isCa-DdwBVJ63XGbOYNdl-0yvJUVqXKn1g2zDe4gac5jRmDklKDMVr9kQ0E4nu5FR0eUrutX6aYd=s0)

### **How to Unstake APYS tokens?**

1. Enter the amount of APYS you want to unstake.

![](https://lh4.googleusercontent.com/ZP_YCtu9vovYuyJyltAYOzgSuXvIWPJy_sy0X4xET5V1P_Xc41_SGgzpL_AJ81Xb80r9SKJeGyCG8nvPs4ZV_SsRLte4MRUhwE5ZN9Y-kC4-tkkBf1a28_29HVatBY2PBAGFAmY1=s0)

2\. Click **Unstake** button.

3\. Approve transaction in the wallet.

4\. Your assets will be transferred to your wallet, as well as earned v12ABR.

### What is v12ABR?

{% content-ref url="/pages/-MlAJylse9dgT\_3j3kHS" %}
[What is Liquid Vested Token?](/what-is-liquid-vested-token.md)
{% endcontent-ref %}

### How to redeem v12ABR?

Redeeming will be available soon. There will be an announcement and all the needed guides.


---

# 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.apyswap.com/apys-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.
