\$B is the ecosystem token for Baseline Markets, an asset issuance protocol where tokens own their liquidity, and automatically manage it to grow value over time.

## How \$B Accrues Value

\$B holders benefit from protocol activity in three ways:

1. **Token-Owned Liquidity**: Since \$B itself is a Baseline token, it inherits the properties of a  guaranteed floor price, and liquidity that grows token's value over time.
2. **Protocol Fees**: Trading fees from all Baseline markets flow to the protocol, which may be used for staking, airdrops and buybacks in the future.
3. **Token Pairing**: Some projects will choose to pair with \$B. Demand for partner token will route buy pressure through \$B.

These value accrual mechanisms create a self-reinforcing flywheel: as more projects launch on Baseline, more trading volume is generated, more fees are generated for \$B holders, and the value of \$B increases.

## Tokenomics

| Category                  | Amount     | Percentage |
| ------------------------- | ---------- | ---------- |
| **Circulating Supply**    | 12,577,625 | 60%        |
| **Token-Owned Liquidity** | 8,422,375  | 40%        |
| **Team Allocation**       | 0          | 0%         |
| **Investor Allocation**   | 0          | 0%         |
| **Total Supply**          | 21,000,000 | 100%       |

<div style={{ display: 'flex', justifyContent: 'center', margin: '2rem 0' }}>
  <svg width="300" height="300" viewBox="0 0 300 300">
    <circle cx="150" cy="150" r="100" fill="#5BB98B" />

    <path d="M 150 150 L 150 50 A 100 100 0 0 1 208.8 230.9 Z" fill="#6b7280" />

    <text x="100" y="144" fill="white" fontSize="14" fontWeight="bold" text-anchor="middle">
      60%
    </text>

    <text x="100" y="160" fill="white" fontSize="11" text-anchor="middle">
      Circulating
    </text>

    <text x="187" y="144" fill="white" fontSize="14" fontWeight="bold">
      40%
    </text>

    <text x="192" y="160" fill="white" fontSize="11">
      TOL
    </text>

    <g>
      <rect x="30" y="260" width="15" height="15" fill="#5BB98B" rx="2" />

      <text x="50" y="272" fontSize="12" fill="white">
        Circulating Supply (12.6M)
      </text>

      <rect x="30" y="280" width="15" height="15" fill="#6b7280" rx="2" />

      <text x="50" y="292" fontSize="12" fill="white">
        Token-Owned Liquidity (8.4M)
      </text>
    </g>
  </svg>
</div>
