# Understanding $SPLASH

The SPLASH token's main purpose is to attract liquidity providers and rule the protocol. It is also a crucial part of the Splash Protocol distributed business model.

Here are the utilities:

* Earning protocol fees
* Controlling SPLASH emission
* Voting for protocol changes

## Utility

To get the utilities above, users must lock SPLASH tokens for up to 1 year in the `VotingEscrowLock` smart contract. The minimal locking time is 1 week. The longer the lock the more voting power and share a user gets.

[$veSPLASH](https://docs.splash.trade/splash-token/ve-splash)

## Earning protocol fees

100% of all Protocol Fees can be claimed by `veSPLASH` holders every week.

## Controlling SPLASH emission

SPLASH inflation takes place via gauges and liquidity providers can claim the newly issued tokens every week.

[Understanding gauges](https://docs.splash.trade/gauges/understanding-gauges)

## Voting for protocol changes

{% hint style="info" %}
The voting utility is a subject of the V2 protocol release. More information about Voting will be released in Q2 2024.
{% endhint %}

There are two types of governance proposals:

* Proposals for changing protocol parameters
* Proposals to manage DAO treasury


---

# 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.splash.trade/splash-token/understanding-splash.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.
