# Overview of Features

MBB converts creators' social media content into memecoins, collecting trending ideas from Twitter and launching them across blockchain networks.

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

### 🚀 Token Launch

Launch your token on Twitter through two simple methods:

**1. Automated Content Conversion**

Simply mention `@magnet_mbb` and tag `#MBBLaunch` **under any tweet's comments**, and our AI agent will automatically analyze the content to generate a complete token package - including name, ticker, and themed artwork.

<div align="left"><figure><img src="/files/XzgNXvl70uPFiniUUdeF" alt="" width="304"><figcaption></figcaption></figure> <figure><img src="/files/hhsr0dAiNOXvTrREp6Fb" alt="" width="563"><figcaption></figcaption></figure></div>

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

**2. Custom Token Creation**

Design your own token by mentioning `@magnet_mbb` and adding tag `#MBBLaunch` in your post along with your specified token details (name, ticker, and artwork).

Both methods enable instant token deployment with just one tweet.

**MBB will then:**

1. Generate your memecoin on Base
2. Add the entire supply to Uniswap
3. Permanently lock the liquidity in our secure locker contract \[INSERT\_LOCKER\_LINK] for revenue sharing

Your token will be instantly tradable through both Uniswap v3 and the MBB Dashboard. More on the \[[Token Launching Guide](/ecosystem/meme-blind-box-v2/token-launch-guide-process-and-limits.md)] part.

### 💰 Rev Sharing

MBB follows a community-first approach where 100% of trading fees are distributed back to participants. This transparent model ensures both creators and stakers benefit directly from their involvement.

#### 1. Mechanism

**100% of all trading fees** generated from the initially provisioned [**single-sided liquidity**](https://support.uniswap.org/hc/en-us/articles/20902968738317-What-is-single-sided-liquidity) will be distributed to the community.

To break this down further, the fees are equally divided between two roles:

1. **Creator**: The person who created the memecoin (typically one individual) receives 50% of the revenue
2. **$MBB Stakers**: Those who stake $MBB to this memecoin (typically multiple people) share the remaining 50% of revenue, distributed proportionally based on their staking ratios

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

#### 2. How to claim

> CAUTION: Please note that each Twitter account can only be bound to one Base address, and **there is no unbinding feature** available in V2.0.0.

* **Creators** can visit the MBB Dashboard to verify ownership of their Twitter account and connect a Base wallet address to collect LP rewards.
* **$MBB Stakers** can visit the MBB Dashboard's token detail page to claim the corresponding revenue. For a detailed explanation of staker rewards, check the [MBB Staking](/ecosystem/meme-blind-box-v2/overview-of-features.md) documentation.

### 🏦 MBB Staking <a href="#mbb-staking" id="mbb-staking"></a>

**$MBB holders (holders)** can earn liquidity rewards from trading fees by staking their $MBB tokens to different meme tokens.

#### 1. Mechanism

There are **zero fees** for staking, unstaking, or claiming transactions. **Holders can stake and unstake at any time without a lock-up period**. This means the staking pool changes dynamically. Holders can initiate the following transactions to interact with the staking contract:

**1. Stake**

* Minimum stake per user is 1000 $MBB
* Each memecoin can have up to 500 different staking addresses

**2. Unstake**

* The unstake operation will **withdraw all your staked $MBB** at once

**3. Claim Revenue**

```jsx
Your Revenue = (Your_Staked_$MBB/Total_Staked_$MBB) × Period_Earnings
```

A detailed example: If you stake 1000 $MBB at block 100 and unstake at block 200, with a total pool of 10K staked $MBB, and assuming no other stakers made changes during this period, and `{100 VIRTUALS, 100 MBB}` LP fees were generated between blocks 100-200, you would receive 5% of LP fees: `{5 VIRTUALS, 5 MBB}` .

#### 2. Additional Notes

* Initiating a Claim Revenue, Stake, or Unstake transaction will settle earnings for **all stakers** from the last settlement until the current transaction.
* The `Total_Staked_$MBB` amount is calculated at the moment **any staking-related transaction** (stake, unstake, or claim) is initiated.
* For meme tokens that have **no stakers**, the liquidity rewards generated during that period will go to Magnet Labs Treasury.
* Tokens generated from MBB V1 do not currently support the Staking feature.


---

# 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.magnetlabs.xyz/ecosystem/meme-blind-box-v2/overview-of-features.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.
