> For the complete documentation index, see [llms.txt](https://docs.coin98.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coin98.com/products/coin98-super-wallet/mobile/cypheus-ai/staking-ai-agent.md).

# Stake AI Agent

### What is the Stake AI Agent?

The Stake AI Agent is a Cypheus AI workflow for staking tokens inside Coin98 Super Wallet.&#x20;

Currently, only C98 token is supported for staking (other pools will be added in future).&#x20;

{% hint style="info" %}
**Note:**&#x20;

* You must have a connected wallet in the Coin98 Super Wallet.
* Prepare C98 VRC25 tokens for staking
  {% endhint %}

### How do you stake C98 with Cypheus?

**Step 1:** On the main screen, click **Cypheus** at the top right corner.

**Step 2:** Select **Stake**

<figure><img src="/files/HfS8Ax9CcE3DsusbgBS6" alt="" width="563"><figcaption></figcaption></figure>

**Step 3**: Input your staking request and wait for the agent to verify the necessary details in the background

*For example, you can type: "I want to stake 100 C98".*

{% hint style="info" %}
**Note: You must have sufficient balance (C98) in your wallet for the requested amount.**
{% endhint %}

**Step 4:** Select the pool for staking. Cypheus will suggest the pool with the highest APR for your token and ask you to confirm the details.

<figure><img src="/files/M59avT3jubzLzDkwPOs8" alt="" width="563"><figcaption></figcaption></figure>

**Step 5:** Review the suggestion and confirm to proceed with staking

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

The system displays a successful notification and you can click on the arrow next to it to check the transaction detail&#x20;

<figure><img src="/files/ubwkOmeXdRqvEXCVQXxn" alt="" width="252"><figcaption></figcaption></figure>

### What does Cypheus do during staking?

Cypheus helps guide the staking flow by checking your request, suggesting an available pool, and asking for your confirmation before the transaction is submitted. This reduces manual steps while keeping you in control of the final action.

<br>

### What do you need before staking?

To use the Stake AI Agent, make sure you have:

* A connected wallet in Coin98 Super Wallet.
* Enough C98 VRC25 tokens to cover the staking amount you request.
* A staking amount that fits your available balance.

<br>

### Key terms

* Cypheus: The AI agent inside Coin98 Super Wallet that guides actions such as staking.
* C98 VRC25: The token standard and asset supported for staking on this page.
* APR: Annual Percentage Rate. It represents the estimated yearly return for a staking pool.
* Staking pool: A pool where tokens are deposited to earn staking rewards.

<br>

### Frequently asked questions

#### Which token can I stake with the Stake AI Agent?

Currently, only C98 token is supported for staking.

#### Can I stake tokens other than C98?

Not yet. Other pools may be added in the future.

#### Do I need a connected wallet before I start?

Yes. Your wallet must be connected in Coin98 Super Wallet before you can use the Stake AI Agent.

#### How does Cypheus choose a staking pool?

Cypheus suggests the pool with the highest APR for your token and asks you to confirm before continuing.

#### What happens if I do not have enough C98 in my wallet?

You need a sufficient C98 balance for the amount you want to stake. If your balance is too low, you will not be able to continue with that request.

#### Where can I check my staking transaction details?

After staking succeeds, click the arrow next to the success notification to view the transaction details.


---

# 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.coin98.com/products/coin98-super-wallet/mobile/cypheus-ai/staking-ai-agent.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.
