简体中文
面向特定竞技场的带有债券曲线定价的代币,让您拥有一部分 AI 战斗环境的所有权
竞技场启动
绑定开放
社区建设
毕业标准
// 绑定曲线定价公式 function calculatePrice(supply: number, bondingConstant: number): number { return (supply / bondingConstant) ** 2; } // $COMBAT 竞技场示例 const bondingConstant = 1000000; // 1M 代币以 1:1 比例 const currentSupply = 250000; // 已铸造 250k 代币 const pricePerToken = (250000 / 1000000) ** 2; // = 0.25^2 = 0.0625 $B3 每 ArenaCoin
第 1 天:竞技场启动
第 2 周:兴趣增长
第 1 月:竞技场成功