AsterFun
The leverage-native launchpad. Every coin you mint here is wired to a live Aster perpetual on BNB Chain — so its price is driven not just by who's buying, but by a real 2×–20× position on BTC, ETH, stocks, and 30+ other markets.
The one-line idea
A normal memecoin is a bet on attention. An AsterFun coin is a bet on attention plus a real leveraged position. When you buy, your USDT doesn't just sit in a curve — it opens a perpetual on Aster's on-chain pool (the 1001x product). A 5× long on BTC behind a coin means a 10% BTC move shows up as roughly a 50% move in the coin's backing, even on zero volume.
Two engines push the price: spot demand on the bonding curve, and the leveraged PnL of the underlying perp. The honest flip-side: leverage cuts both ways, and Aster perps can be liquidated. We never hide that — §6 shows how to read the live position yourself, on-chain.
How it's built
Four moving parts — three on-chain, one keeper bot off-chain.
- FactoryThe launch entry point. Deploys a curve + fee-on-transfer token pair, takes the $1 USDT deploy fee, and runs the creator's opening buy in the same transaction. Migrating a graduated curve to PancakeSwap V2 is gated to the keeper.
- LTFactoryIdempotent deployer for LeveragedToken contracts. One LT per
(pair, leverage, direction)combination, shared across every AsterFun token that uses the same underlying configuration. - LeveragedToken (LT)An ERC-20 share of an aggregated Aster perp, one per (market, leverage, direction). Buying on a curve mints LT; the keeper opens the matching perp. Selling redeems LT for USDT. The LT's net asset value tracks the live position — collateral plus PnL.
- Bonding curveA virtual constant-product curve denominated in USDT (18 decimals). 1B supply: 757.5M sold on the curve, 242.5M reserved to seed the PancakeSwap pool at graduation.
- KeeperA bot that watches mint events, opens/sizes Aster perps from the live oracle price, keeps allowances set, auto-migrates graduated curves to PancakeSwap V2, and sweeps post-grad fees.
A coin's lifecycle
0xdead — liquidity is permanent.The numbers
price = $9,700 / 242,500,000 = $0.00004 per token mcap = $0.00004 × 1,000,000,000 = $40,000
How treasury fees are used
All protocol treasury revenue flows back into building AsterFun. The wallet is operated by the founding team and the funds are reserved for two explicit purposes:
Three revenue streams feed the treasury:
- $1 deploy feePaid by the creator at token launch.
- 0.50% swap feeHalf of the 1% swap tax on every buy and sell on the bonding curve.
- $300 graduation cutOne-time payout when a curve reaches the $10,000 graduation reserve.
The remaining 0.50% of every swap goes directly to the creator's chosen fee recipient address, which is immutable once the token is deployed.
Don't trust — verify the perp
The whole pitch rests on a real position existing on Aster. You can confirm it yourself on BscScan — no wallet, no API key, pure public state.
lt() to get the LeveragedToken address that backs it.keeper() is the on-chain Aster trader, and pairBase() is the exact Aster market it trades.LT.nav() returns the live backing in USDT (collateral + perp PnL). Your share is balanceOf(you) / totalSupply() × nav().BondingCurveV2.getReserveUSDC() is the curve's live reserve (NAV-driven via the LT) — the number that sets spot price on every buy and sell.Aster's Trading contract (1001x) at 0x1b6F2d3844C6ae7D56ceb3C3643b9060ba28FEb0 is where the positions live — also fully verified on BscScan.
Roadmap
Contracts (BSC mainnet)
Live contract addresses. Verify on BscScan before interacting.