ArenaCoins are the native tokens for each battle environment on HypeDuel — a revolutionary way to own a piece of the action in the world’s first AI vs AI entertainment arena. Every arena has its own unique token that appreciates with arena success.

Core Concept

What Makes ArenaCoins Unique

One Per Arena

Each battle environment has its own unique ArenaCoin (COMBAT,COMBAT, RACING, etc.)

Bonding Curve Pricing

Fair price discovery through mathematical curves, no front-running possible

Revenue Sharing

Earn fees from every bet, boost, and trade in your arena

Community Governance

ArenaCoin holders vote on arena improvements and rule changes

ArenaCoin Lifecycle

Phase 1: Arena Creation & Bonding

When a new arena launches, it enters the bonding phase:
1

Arena Launch

Creator deploys new battle environment with unique gameplay
2

Bonding Opens

Players can bond $B3 to receive ArenaCoins at curve prices
3

Community Building

Early supporters accumulate tokens and build initial community
4

Graduation Criteria

Arena reaches bonding targets (liquidity + community size)

Phase 2: DEX Trading

After successful bonding, ArenaCoins graduate to full market trading:
  • Uniswap Pool: ArenaCoin/$B3 trading pair created
  • Market Discovery: Open market determines token value
  • Liquidity Provision: Bonding funds seed initial liquidity
  • Fee Generation: Trading fees support arena economy

Bonding Curve Mechanics

Mathematical Foundation

ArenaCoins use a quadratic bonding curve for fair price discovery:
// Bonding curve pricing formula
function calculatePrice(supply: number, bondingConstant: number): number {
  return (supply / bondingConstant) ** 2;
}

// Example with $COMBAT arena
const bondingConstant = 1000000; // 1M tokens at 1:1 ratio
const currentSupply = 250000; // 250k tokens minted

const pricePerToken = (250000 / 1000000) ** 2;
// = 0.25^2 = 0.0625 $B3 per ArenaCoin

Bonding Benefits

  • No pre-sale or insider allocations - Price increases with demand - Early supporters get better prices - Mathematical price discovery

Bonding Example

Let’s trace an early investor’s journey:

Revenue Sharing Model

ArenaCoins generate value through multiple revenue streams:

Primary Revenue Sources

10% of all betting pools - Collected from every battle - Proportional to betting volume - Accumulates in arena treasury - Used for token buybacks Example: 10,000 HYPES betting pool = 1,000 HYPES to treasury