The $CROW token

$CROW is Crowrise’s native token. The idea is simple: every project launched through Crowrise automatically routes part of the same launch SOL into buying $CROW inside the pump.fun-style bundle, then burns those tokens. More launches → more buy pressure on $CROW → less circulating supply—without asking backers to do anything extra.

Live mint (testing): 7VurkVCGyXUkcWiNLGhZHz8C5Cbby3swnRKMUKripump · Solscan · DexScreener

On-chain stats (launch burn program)

The first row is the same story three ways: bought, burned, and implied USD. It fills from an on-chain indexer when you set CROWRISE_CROW_STATS_URL, or from the Crowrise launch ledger (crow-burn-stats) until then. The compact row uses the same live-projects-feed pipeline as LIVE PROJECTS (Shyft + Jupiter; holders via Solana RPC) and refreshes every few seconds.

$CROW bought (all launches) On-chain indexer not connected yet
$CROW burned (all launches) Matches bought amount when burn is atomic
Implied value (USD) Needs live $CROW price / oracle
Price
Market cap
Liquidity
Holders

How the launch bundle splits SOL

When the auto-launch countdown ends and funding rules pass, Crowrise runs go-live from the project funding wallet—a coordinated pump.fun-style launch (create + dev buy on the new curve, then the $CROW leg). The deployable SOL is divided between the new project’s curve and $CROW.

  1. Funding wallet balance

    Let B be the SOL (lamports) Crowrise deploys at launch after any fee reserve. The whole raise still shows as verified contributions; this step is how that balance is spent on-chain.

  2. Coordinated go-live sequence

    Project and $CROW legs run in one tight sequence so backers experience a single go-live—not a separate manual step from the creator.

  3. After the bundle

    Project tokens move toward the disperser and scheduled claims. The $CROW leg is gone from circulation—bought with real launch volume, not a separate treasury gimmick.

In plain terms

  • You back a project by sending SOL to its published funding wallet. Your share of the pool is still your verified SOL ÷ total verified raise.
  • At launch, Crowrise doesn’t send 100% of that deployable balance into only the new token. 90% buys the project; 10% buys $CROW and burns it.
  • Why that helps everyone: project launches stay the main event, but every launch also reinforces Crowrise’s own token with real SOL and a smaller float over time.

Formulas (lamports / SOL)

Exact basis can reserve fees first; the intended split of deployable launch SOL is 90% / 10%. Frontend helpers live in js/crow-mechanics-math.js for parity with the edge worker once wired.

  • Deployable balance B = lamports from the funding wallet used in the launch bundle (after any fixed reserves).
  • Project buy leg: P = floor(B × 9000 / 10000)
  • $CROW buy + burn leg: C = B − P (or explicit 10% floor; remainder to project—implementation should keep P + C = B).
  • Backer share of funded SOL (unchanged): si / S where si is your verified lamports and S is total verified lamports. Project tokens received scale with the 90% leg and curve math, not as if 100% of B bought only the project token.

Example: if B = 10 SOL, then P ≈ 9 SOL to the project token and C ≈ 1 SOL to buy and burn $CROW (subject to fees and rounding).

Mechanics tie into the same launch path described in How it works — After you publish and the bigger picture on Why Crowrise.