# Token Holding Power

* **Algorithm:** The holding power calculation uses a descending jump ranking weighted algorithm. Users who hold a certain amount of AIA tokens can participate in earning daily holding power AIA.
* **Formula:**&#x48;olding Power Reward=Your RankSum of All Network Ranks×Daily Holding Power Output\text{Holding Power Reward} = \frac{\text{Your Rank}}{\text{Sum of All Network Ranks}} \times \text{Daily Holding Power Output}Holding Power Reward=Sum of All Network RanksYour Rank×Daily Holding Power Output

**AISN Token Holding Power Algorithm Demonstration**

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

**Token Holding Power Boost**

1. **Token Holding Power Boost Card**: You can purchase a power boost card using tokens to enhance token holding power. The boost card has an expiration date.
   1. **Example**: For user A, the power boost card adds a coefficient to the total staked power.
      * Total staked amount: 1000
      * Boost card coefficient: 10%
      * Boost card power increase = 1000 × 10% = 100
      * Total token holding power = 1000 + 100 = 1100
2. **Referral User Power Boost**
   1. **Boost Coefficient Rules**:
      * Refer 5 valid addresses: Coefficient 1.2
      * Refer 10 addresses: Coefficient 1.5
      * Refer 15 addresses: Coefficient 2
      * Refer 16 addresses: Coefficient 3
   2. **Example**: Total staked amount: 1000, referred 16 addresses, boost coefficient: 3
      * Total token holding power = 1000 × 3 = 3000
      * A’s token holding yield = Updated ranking / Total network ranking × Daily reward


---

# 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://aiachain.gitbook.io/aia-chain-pos-ai-and-financial-payments/economic-model-overview/token-allocation-for-computing-power/token-holding-power.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.
