# Token Utilities Mechanics

<table><thead><tr><th width="220.14453125">Action</th><th width="297.94921875">Description</th><th></th></tr></thead><tbody><tr><td><code>🧭 getStrategy()</code></td><td>AI-generated staking vault recommendation</td><td>1 $STAKE</td></tr><tr><td><code>📊 simulayedYield()</code></td><td>Forecast return for a specific vault and duration</td><td>0.5 $STAKE</td></tr><tr><td><code>🔁 rebalanceNow()</code></td><td>Trigger Al-guided portfolio rebalance</td><td>2 $STAKE</td></tr><tr><td><code>🧠 customStrategy()</code></td><td>Access to premium or user-trained strategies</td><td>5 $STAKE</td></tr><tr><td><code>🎓 explainStrategy()</code></td><td>Explain why Al picked certain vaults (ChatGPT layer)</td><td>0.25 $STAKE</td></tr><tr><td><code>🔄 autoRebalance()</code></td><td>Monthly subscription to automated rebalancing</td><td>10 $STAKE/month</td></tr></tbody></table>


---

# 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://staike.gitbook.io/staike-whitepaper/token-utilities-mechanics.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.
