# xSNOB

xSNOB is the staked version of SNOB. It is acquired by locking your SNOB for a predetermined amount of time on the [**Staking**](https://app.snowball.network/staking) page of our website.

## How is xSNOB used?

The xSNOB token has four main applications:

* Voting on gauge allocations.
* Earning boosted SNOB rewards.
* Earning a share of protocol revenue.
* Voting on community proposals.

See the links below for more info on each of these applications:

{% content-ref url="/pages/-MfZgNAHq4H2kJE0StYk" %}
[Gauges](/governance/xsnob/gauges.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaAP3WqGbAVT1cNeYbP" %}
[Reward Boosting](/governance/xsnob/reward-boosting.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mb7m76fXcxeSw0dfc7\_" %}
[Revenue Sharing](/governance/xsnob/revenue-sharing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-ManxkQqz2tOZqKVtA2f" %}
[Community Proposals](/governance/community-proposals.md)
{% endcontent-ref %}

## xSNOB Mechanisms

Your xSNOB balance is determined by two things: the amount of SNOB you have locked and the time left on your lock period.

SNOB must be locked for a predetermined amount of time. During this time your SNOB cannot be removed or transferred, and you cannot decrease the amount of time it is locked for. The minimum lock period is 1 week and the maximum lock period is 2 years. You will receive more xSNOB the longer your SNOB is locked.

| SNOB Staked | Time Staked | xSNOB Received |
| :---------: | :---------: | :------------: |
|      1      |    1 week   |      0.01      |
|      1      |   1 month   |      0.04      |
|      1      |   6 months  |      0.25      |
|      1      |    1 year   |       0.5      |
|      1      |   2 years   |        1       |

Your xSNOB balance will decrease linearly over time until it reaches zero (snowballs melt, you know!). When your xSNOB balance reaches zero, you will be able to withdraw your SNOB.

The only way to mitigate xSNOB decay is to extend your lock period, or to increase the amount of SNOB you have locked.

Each wallet can only stake their SNOB for a single period of time. To stake different amounts of SNOB for different periods of time, you must use multiple wallets.

## Graphic Overview

![](/files/KrZTQbJX123q4ZruP43x)

## xSNOB Resources

{% content-ref url="/pages/-MfZiJdXurU9ygSyzmRT" %}
[xSNOB FAQ](/faq/xsnob-faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MVbnIufNBH7oPNkC\_lv" %}
[Snowball Contracts](/smart-contracts/snowball-contracts.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MaVPnI5eoLRh7mQPhYW" %}
[Staking SNOB for xSNOB](/resources/guides/staking-snob-for-xsnob.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MkIe579nr08F4c8Op1s" %}
[Unstaking SNOB](/resources/guides/unstaking-snob.md)
{% endcontent-ref %}


---

# 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.snowball.network/governance/xsnob.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.
