Mechanics, end to end.
Everything below is how BeaconHarbor actually runs today on Arc Testnet: the curve, the fees, the dev rules, graduation, and the harbor. No promises, just plumbing.
From a form to a live market.
One call on the launchpad contract mints a fixed 1,000,000,000 supply and opens a bonding curve priced in USDC. 800,000,000 sell on the curve; 200,000,000 are reserved to seed the DEX pool at graduation. Nothing else exists: no pre-mint, no hidden allocations.
The four states of every beacon. Graduation is a contract state, not a manual step.
Price is a curve of light.
The pool is a constant-product market with a virtual reserve of 3,000 USDC that sets the opening price. Every buy pushes the price up the arc; every sell walks it back down. There is no order book and no market maker, only the formula.
- Buy: USDC in → tokens out, price rises.
- Sell: tokens in → USDC out, price falls.
- Quotes are read straight from the contract before you sign.
- Every trade is a point of light: blue for buys, red for sells, sized by amount.
The live chart used on every token page: the lit part is bought, the dashed beam is the path to graduation.
One percent, split down the middle.
Every curve trade carries a 1% fee: half to the protocol, half to the token’s creator. The creator half is paid out by the pool contract itself, to the address named at launch: the creator’s own wallet, a build fund, a charity, any address. A launch here is a business, not an exit.
The creator-fee address is set in the launch form and fixed in the pool contract.
What the contract enforces today: the 1% fee, its even 50/50 split, the creator-fee address, the in-transaction dev buy with its 4% cap, and no fee after graduation. You can read all of it off the pool. What is not enforced yet: splitting the creator half across burn / build / charity slices, and the $BEACON buyback tiers on a dev buy. Those are recorded with the token today and land in a later contract. We would rather name the gap than show you a number the chain does not back.
After graduation: BeaconHarbor takes no further tax. DEX swap fees stay inside the locked pool, which deepens liquidity for every holder.
Devs buy in the open, capped and labelled.
There is no presale. A dev who wants skin in the game buys at launch on the same curve, at the same price as everyone, inside the launch transaction itself, and the contract refuses anything above 4% of supply. Buying 1% is free of any condition. Above that, half of the purchase is used to buy back and burn $BEACON, and the whole thing is written on the token for anyone to see.
The burn half routes value back to the platform token instead of the dev’s pocket.
Today: the launch form offers the 1% tier, executed in the launch transaction, so the label on the token is the transaction itself. The 2% to 4% tiers open once $BEACON exists to buy back, with the contract that enforces the burn.
Full light, then a market that cannot be pulled.
When the curve has raised 6,000 USDC, it closes and the contract seeds a constant-product DEX pool with the raised USDC and the reserved 20% of supply. The pool has no withdraw function: the LP is burned the moment it exists. A rug is not forbidden here, it is impossible.
The failure mode of older launchpads (funds frozen at graduation) is designed out: this transition is one atomic contract state.
The guarantees, as a checklist.
| Guarantee | How it’s enforced | Where to verify |
|---|---|---|
| No presale | The contract has no discounted mint path. A dev buy pays curve price inside the launch tx, and the contract caps it at 4%. | Launch tx on Arcscan |
| Fixed supply | 1B minted once at creation; mint authority renounced. | Token contract |
| Liquidity locked | Curve funds live in the pool contract; at graduation the LP is burned. | Pool contract |
| No frozen funds | Graduation seeds the DEX in the same transaction that closes the curve. | Graduation tx |
| Honest data | The site renders only what the chain returns. Unknown numbers show as “—”, never invented. | Any token page |
A social layer where rank is earned on-chain.
Every wallet gets a rank from its real portfolio value (USDC plus BeaconHarbor tokens, priced from the curves). Rank decides how loud you can be. Holding at least $5 of any beacon unlocks likes, comments and reposts; posting starts at Shrimp.
Devs get exactly one post, published together with their launch. Louder voices cost real skin in the game.
Paid reach and earned reach, kept honest.
Projects can pay for attention two ways: a Token Booster banner slot that runs for five hours, or Token Premium stars that decay in public. Both sit next to lists money cannot touch: most-reposted and most on-chain volume.
Stars tick down every two minutes, so a place in the top 10 is a running cost, not a one-time capture.
Built on Arc.
- Network: Arc Testnet, Circle’s USDC-native L1 · chain id 5042002.
- Gas: paid in USDC, so costs read like money, not like gwei.
- Finality: sub-second, which is why the curve feels instant.
- Everything on-chain: launches, trades, graduations; the site is a lens, not a ledger.
Testnet phase:today’s tokens and balances carry no real value.
Audit: the contracts have not been audited yet. They are open source and covered by tests you can run yourself, but an unaudited contract is a risk you should price in before you put real money on a curve.