# Staking Campaign

Individuals can individually stake their bitcoin assets to earn rewards, or join an existing team to earn rewards together with friends. The rewards are provided based on a point system.&#x20;

**Point System**

* ***Points Formula***

  *Daily TVL Points = Base Points + Invitation Points + Buff Points*

  * *Base Points = Number of assets staked that day \* 10,000 (rounded down).*
  * *Invitation Points = Directly invited members' base points \* 16% + Indirectly invited members' base points \* 8%.*
  * *Buff Points = Computing Power Buff + Card Draw Buff (coming soon).*
* **Example of Base Points Calculation**

  User XXX stakes assets valued at XXX BTC, earning XXX points daily.
* **Note**

  Details on how to earn and calculate invitation and buff points are explained in section 2 and section 3.

**Referral Rules**

In this staking event, you can either create your own team and invite others, or join someone else's team. Each team is limited to 1,000 members.

How to Invite or Join Another Team: Join another team using their team's code, or share your team's code to invite others.

Whether you're a team leader or a member, inviting others brings extra points. If you invite someone to your team and they stake assets, you'll earn 16% of their daily basic points; if your directly invited team member invites someone else, you will earn an additional 8% of that member's staked daily basic points. Thus, you earn two types of invitation points.

**Invitation Points:**

Directly invited members' basic points \* 16%

\+

Indirectly invited members' basic points \* 8%


---

# 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.ailayer.xyz/ailayer-campaigns/staking-campaign.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.
