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

# Staking

In Oxbull, staking is a method for users to **qualify for IDOs or Private Sale** whilst **providing an APR of 2.5%**.

To qualify for Oxbull IDOs, the qualifying amounts of $OXI to be staked shall be as per the tiering table below:

<figure><img src="/files/gS7jYasT0z04jhqHTTyc" alt=""><figcaption></figcaption></figure>

### How to Stake $OXI? <a href="#dc38" id="dc38"></a>

1. Visit <https://oxbull.tech/app/stake>.
2. Under the “Token Staking Route”, users will be able to select the Tier they would like to commit to and stake:

<figure><img src="https://miro.medium.com/v2/resize:fit:1260/1*PHt6JP01Vxe-wWRTmL2iIg.png" alt="" height="446" width="700"><figcaption></figcaption></figure>

3\. Enter the amount of OXI to stake and click “Stake”.

<figure><img src="https://miro.medium.com/v2/resize:fit:1260/1*j1YCEwMK-8jPCBUoKg987A.png" alt="" height="579" width="700"><figcaption></figcaption></figure>

4\. Approve the necessary transactions via wallet and congratulations! The staking is now in effect.

<figure><img src="https://miro.medium.com/v2/resize:fit:1260/1*Y5XRoiRas_KtLPZaIvyXtA.png" alt="" height="454" width="700"><figcaption></figcaption></figure>

5\. Under the “your groups” section, successful staked users are now eligible to join the dedicated Private Group in accordance to their staked tiers.

***

{% hint style="info" %}
Users can now get as many tiers as required in just ONE single wallet.
{% endhint %}

For example, if a user staked double the required amount for Tier 1, they will essentially qualify for 2x Tier 1 , which means that the specific user will have double allocation during IDO/ Private Sale contribution.\
Another example, if a user qualifies for a Tier 1 and Tier 2, the user will have access to both Tier 1 and Tier 2 contribution pool.

<figure><img src="https://miro.medium.com/v2/resize:fit:1260/1*A8vIOH3duYljRhlzM5Fwmg.png" alt="" height="394" width="700"><figcaption></figcaption></figure>

> See the full Oxbull Official FAQ [here](https://oxbull.tech/faq).


---

# 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.oxbull.tech/staking.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.
