# Staking

Staking on Ursa Finance allows users to lock their $URSA tokens into a staking contract. By staking their tokens, users gain staking power, which allows them to earn a portion of the protocol's revenues and potentially influence the protocol’s emissions through a weekly gauge.

## **Optional locking**

As part of Ursa's staking module, users have the option to lock their tokens to earn additional staking power and gain the ability to participate in the Emissions Voting Gauge.&#x20;

By choosing to lock their tokens for 3 months, users can increase their staking power by a factor of 1.4x.

For a 6-month lock, the staking power is doubled (2x multiplier).&#x20;

It's important to note that this action is optional, and **users can still participate in staking without locking their tokens**.

## **Relocking Multiplier**

Beyond the initial lock-in period, users can choose to relock their tokens at the end of an epoch to earn a further multiplier on their staking power.&#x20;

The multiplier gained from relocking depends on the duration of the relock period:

* Relocking 3 months grants a 0.05x multiplier
* Relocking 6 months grants a 0.1x multiplier

These multipliers compound over time, meaning users who consistently relock their tokens, especially over 6 months, can accumulate significant staking power over time.

## **Revenue sharing**

Each Sunday, a contract collects 70% of the reserves that have been accumulated over the past week and converts them to WBERA to distribute to stakers linearly over the following week.&#x20;

<br>


---

# 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.ursa.finance/ursa/documentation/technical-overview/staking.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.
