Skip to content
Status: Onlinechecked 3h ago
Open full app ↗
Level 02

CHU Token Staking Protocol

Stake tokens. Earn rewards. Power the ecosystem.

A DeFi staking protocol built on Ethereum and BNB Chain. Includes CHU, a custom ERC-20 token, and a staking contract where users deposit tokens and earn rewards over time. CHU is also used as the mint currency in Level 03, connecting both projects into a single ecosystem.

The problem

A staking product is only trustworthy if the token and the contract locking it are actually verifiable — not a screenshot of a dashboard. CHU exists to prove that loop end-to-end: a real ERC-20 token and a real staking contract with a real reward schedule, deployed on two chains and verified on-chain.

Built with

SolidityDeFiERC-20StakingSmart contracts

What went into this

  • CHU, a custom ERC-20 token, deployed on Ethereum and BNB Chain
  • Staking contract with configurable APR and real-time reward accumulation
  • Two-step approve + stake flow, clearly communicated in the UI
  • CHU reused as payment currency in Level 03 — shared across both projects
  • Contracts verified on Etherscan and BscScan

How it fits together

Staking is deliberately a two-step flow — approve, then stake — surfaced explicitly in the UI rather than hidden behind a single button, because that's what the ERC-20 approval pattern actually requires. Reward accrual is computed and shown in real time from the contract's own rate, and CHU is designed to be reused as the payment currency in Level 03, so the two projects share one on-chain economy instead of being disconnected demos.

How it works