> For the complete documentation index, see [llms.txt](https://docs.vipernet.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vipernet.xyz/protocol/economics.md).

# Economics

**$VIPR** serves as the native token of the Viper Network, fulfilling crucial roles in facilitating transactions, incentivizing participants, and ensuring the security and governance of the network. Building upon the mechanics described earlier, the following provides a concise summary of the token's key use cases:

{% content-ref url="/pages/EHqUsrfBppl56hKp2Acn" %}
[Stake](/protocol/economics/stake.md)
{% endcontent-ref %}

{% content-ref url="/pages/WJ7IA6tprI4smeALNoxP" %}
[Reward](/protocol/economics/reward.md)
{% endcontent-ref %}

{% content-ref url="/pages/z8gKnuGfCaRPIP42kcWb" %}
[Burning](/protocol/economics/burning.md)
{% endcontent-ref %}

### **Token Value Drives Network Growth**

The value of tokens issued by servicers mirrors the overall worth of the network and its services, showing how big and popular it is. As the network expands, this link between token and network value encourages more investment in new nodes.

In simpler terms, when token values increase, more people invest in and enhance the network. This, in turn, causes token values to go up again. It's like a cycle – higher token value leads to more network growth, and more growth increases token value. This feedback loop is shown in the flywheel below.

<figure><img src="/files/Csg8HWdFNN90jbmRaaM0" alt=""><figcaption><p>Viper Flywheel</p></figcaption></figure>

### Stake For Access Model

In the Viper Network, a stake-based access model is employed to ensure the integrity and reliability of network participants. Under this model, participants are required to stake a certain amount of native cryptocurrency tokens as collateral to gain access to network functionalities and benefits. The stake acts as a financial commitment, incentivizing participants to uphold network rules, provide quality services, and adhere to protocol guidelines. Additionally, staked tokens serve as a form of security against malicious behavior, discouraging fraudulent activities and reinforcing trust within the ecosystem. Through this stake-based approach, the Viper Network fosters a secure and sustainable environment where participants are incentivized to contribute positively to the network's growth and stability.

<figure><img src="/files/gO8m5m9iX71UzhKW4IIv" alt=""><figcaption><p>Stake for access model</p></figcaption></figure>


---

# 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.vipernet.xyz/protocol/economics.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.
