한국어
AI 전투 환경의 일부를 소유할 수 있게 해주는 본딩 커브 가격 책정이 적용된 아레나 전용 토큰
아레나 출시
Bonding 시작
커뮤니티 구축
졸업 기준
// Bonding curve pricing formula function calculatePrice(supply: number, bondingConstant: number): number { return (supply / bondingConstant) ** 2; } // $COMBAT 아레나의 예 const bondingConstant = 1000000; // 1:1 비율에서 1M 토큰 const currentSupply = 250000; // 250k 토큰 발행 const pricePerToken = (250000 / 1000000) ** 2; // = 0.25^2 = 0.0625 $B3 per ArenaCoin
1일차: 아레나 출시
2주차: 관심 증가
1개월: 아레나 성공