> 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/oxbull-token-migration-oxb-oxi.md).

# Oxbull Token Migration: OXB → OXI

### What happened to the OXB token?

In **December 2024**, Oxbull officially migrated its ecosystem to the **Base Layer 2 blockchain**. As part of this transition, the legacy tokens **OXB** (BNB Chain) is now **OXI**, deployed on Base.

OXI is now the **official token** of the Oxbull ecosystem.

***

### Why did Oxbull move to Base?

The move to Base was driven by a long-term vision to build on a fast, developer-friendly, and scalable L2 backed by Coinbase. Base offers:

* Lower gas fees
* A vibrant L2 ecosystem
* Easy onboarding for new users

Oxbull’s migration is part of its evolution toward supporting next-generation projects more efficiently, with a unified experience for both users and developers.

***

### What is OXI?

**OXI** is the new governance and utility token used across all Oxbull services. It powers:

* IDO participation tiers
* Staking rewards
* Community and ecosystem access

***

### Where can I buy OXI?

You can buy OXI on [Uniswap (Base)](https://app.uniswap.org/swap?outputCurrency=0x07fb80f7A8460DE3065d74B2663ba0D740fB3cA5)

**OXI Token Address (Base):**\
`0x07fb80f7A8460DE3065d74B2663ba0D740fB3cA5`

Always double-check the contract address before making any swaps.

***

### What is the OXI tokenomics?

OXI has a fixed total supply of 12,345,678 tokens. Here's the distribution:

Total Supply: 12,345,678 OXI

* Circulating Supply (owned by Oxbull and Kwai holders) : 92.75%
* Uniswap Liquidity : 4.25%
* Team Token: 3%

***

### Is OXB still used?

No. OXB is no longer in active use. All utilities, staking, and token launch access have been migrated to OXI on Base. Holding OXB does not grant any access to the current Oxbull ecosystem.

We strongly recommend all OXB holders complete the migration to OXI as soon as possible.

***

### How can I migrate from OXB to OXI?

If you're still holding OXB (BSC), you can upgrade your tokens as follows:

1. Visit: <https://oxbull.tech/app/account>
2. Connect your wallet holding OXB v1
3. Link your Telegram account
4. Click “Upgrade” and approve the transaction
5. Your OXB tokens should now be successfully upgraded to OXI, and autostaked in [Oxbull staking page](https://oxbull.tech/app/stake).

> 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/oxbull-token-migration-oxb-oxi.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.
