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

# Staking Milestones

### Staking milestones

These staking milestones are designed in an easy-to-attain to hard-to-attain way.&#x20;

{% hint style="success" %}
Staking milestones are cumulative, meaning that if you attain a higher one, you still benefit from the other ones on the way.
{% endhint %}

{% hint style="info" %}
The Lara Protocol tracks staking in real-time, meaning that if you increase your staked `LARA` tokens and hit additional milestones, they will instantly contribute to your commission discounts.
{% endhint %}

{% hint style="warning" %}
The same is true the other way around. If you unstake your `LARA` tokens, your commission discounts are revoked in real-time.
{% endhint %}

#### Milestone 1: 1M LARA staked

Every Lara Protocol user who has 1M `LARA` staked is getting an additional 1% commission discount.

#### Milestone 2: 2.5M LARA staked

Every Lara Protocol user who has 2.5M `LARA` staked is getting an additional 1% commission discount.

#### Milestone 3: 5M LARA staked

Every Lara Protocol user who has 5M `LARA` staked is getting an additional 1% commission discount.

#### Milestone 4: 10M LARA staked

Every Lara Protocol user who has 10M `LARA` staked is getting an additional 1% commission discount.

#### Milestone 5: 25M LARA staked

Every Lara Protocol user who has 25M `LARA` staked is getting an additional 1% commission discount.

#### :soon: Milestone 6: 50M LARA staked - coming soon&#x20;

Every Lara Protocol user who has 25M `LARA` staked is getting an additional 1% commission discount. In addition, they can create validator oracles and take a % of the total yield generated by users. This is a draft and will be voted on by the community.

{% hint style="info" %}
Example: Adam has 10M TARA staked in the Lara Protocol, 1M LARA in his wallet and 6.3M LARA staked. This would mean that:

* &#x20;instead of the 10% base commission, Adam's commission is 7%.
* Adam's voting power equals 7.3M LARA: the sum he staked + the LARA in his wallet.
* Adam makes 13% yield on his 6.3M LARA staked. This nets him an additional `820 000 LARA`tokens on a yearly basis.
  {% endhint %}


---

# 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.laraprotocol.com/lara-staking/staking-milestones.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.
