# The DAPP Token

The DAPP token is a multi-purpose utility token that grants access to the DAPP Network. It is designed to power an ecosystem of utilities, resources, and services specifically serving the needs of dApp developers building user-centric dApps.

## DAPP Service Provider Packages

Those who wish to use the DAPP Network must stake the DAPP token to one or more DSPs (DAPP Service Providers) for one or more services through their DSP packages.  DSP package information may be found on one of the community created user interfaces:

* <https://dsphq.liquidapps.io/>
* <https://bloks.io/dsp>
* <https://dsp.eosnation.io/>
* <https://dsps.io/>

For example, a DSP could require a user to stake 10,000 DAPP tokens in exchange for the DSP providing a price feed oracle service.  For more on packages see the link below.

{% content-ref url="/pages/-MXhLHvXM9OoeIE4KSmm" %}
[More on Packages](/liquidapps-documentation/dapp-service-providers/dsps/setup-dsp/register-package/more-on-packages.md)
{% endcontent-ref %}

## DSP Incentives

DAPP Service providers earn a percentage of the annual inflation of the DAPP token.  They are able to claim this inflation every 24 hours and it is based on how much of the total amount of DAPP that is being staked is staked to them.  So if a DSP has 1% of all of the DAPP currently being staked, that DSP has a claim to 1% of the inflation that is being issued at that time.

## Governance Rewards

The inflation is 15% per year with [the governance contract](https://bloks.io/account/dappgovernor) taking 12.29% leaving the same 2.71% annual inflation for DSP rewards.  Governance contract funds are then split with [the splitter.cpp contract](https://github.com/liquidapps-io/zeus-sdk/blob/master/boxes/groups/sample/splitter/contracts/eos/splitter/splitter.cpp).


---

# 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.liquidapps.io/liquidapps-documentation/introduction/the-dapp-token.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.
