# Tokenomics

## Overview

The **$CASE** token is the utility token of the BaseCase protocol.

| Property         | Value                     |
| ---------------- | ------------------------- |
| **Token Name**   | BaseCase                  |
| **Symbol**       | $CASE                     |
| **Total Supply** | 1,000,000,000 (1 Billion) |
| **Network**      | Base (Coinbase L2)        |
| **Type**         | ERC-20                    |

***

## Token Allocation

{% @mermaid/diagram content="%%{init: {'theme': 'base', 'themeVariables': { 'pie1': '#3b82f6', 'pie2': '#22c55e', 'pie3': '#f59e0b', 'pie4': '#ec4899', 'pieSectionTextColor': '#ffffff', 'pieLegendTextColor': '#ffffff', 'darkMode': true }}}%%
pie
"Team & Founders (400M)" : 40
"Investors (300M)" : 30
"Community (200M)" : 20
"Treasury (100M)" : 10" %}

| Allocation          | Percentage | Tokens      | Purpose                                     |
| ------------------- | ---------- | ----------- | ------------------------------------------- |
| **Team & Founders** | 40%        | 400,000,000 | Core team compensation, long-term alignment |
| **Investors**       | 30%        | 300,000,000 | Seed round participants                     |
| **Community**       | 20%        | 200,000,000 | Airdrops, rewards, incentives, grants       |
| **Treasury**        | 10%        | 100,000,000 | Protocol operations, future initiatives     |

***

## Token Utility

### 1. Revenue Share

Holders who stake $CASE receive a share of protocol fees:

| Fee Source     | Total Fee | To Stakers | To Creator | To Protocol |
| -------------- | --------- | ---------- | ---------- | ----------- |
| Graduation fee | 2.0%      | 0.5%       | 0.5%       | 1.0%        |
| Trading fees   | \~0.2%    | \~0.05%    | \~0.05%    | \~0.1%      |

> **Note:** Bonding phase has **0% fees**. Revenue is generated at graduation and on order book trades.

**Eligibility:**

* Minimum stake: **10,000 $CASE** (0.001% of supply)
* Must be actively staked in the protocol

### 2. Market Creation Benefits

Stakers receive enhanced benefits when creating markets:

* Reduced bonding thresholds
* Priority resolution access
* Enhanced creator rewards

***

## Revenue Share Mechanics

### How It Works

1. Protocol fees accumulate in the fee vault
2. Fees are distributed proportionally to stakers
3. Claim available at any time (no auto-compound)

### Distribution Formula

```
Your Share = (Your Staked CASE / Total Staked CASE) × Fee Pool
```

### Example

| Metric         | Value             |
| -------------- | ----------------- |
| Total staked   | 100,000,000 $CASE |
| Your stake     | 500,000 $CASE     |
| Weekly fees    | $10,000 USDC      |
| **Your share** | **$50 USDC**      |

***

## Key Metrics

| Metric                         | Value             |
| ------------------------------ | ----------------- |
| Total Supply                   | 1,000,000,000     |
| Max Circulating (Year 1)       | \~300,000,000     |
| Staking Threshold              | 10,000 $CASE      |
| Max Revenue Share Participants | \~100,000 wallets |

***

{% hint style="info" %}
**Token Launch**: The $CASE token will launch following mainnet deployment. Exact timing will be announced.
{% endhint %}


---

# 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.basecase.gg/reference/tokenomics.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.
