what lode is
The shortest complete description: what a mineable token is here, what happens to it after launch, and what is not included.
in short
Lode is a launchpad. Someone creates a token here, and instead of selling the supply, they leave it in a vault that releases a fixed amount every sixty seconds. Anyone can take a share of that release by depositing units of the token and submitting one proof of work per round from their browser.
The thing that makes it different from a launchpad that sells supply is not the mining. It is that the numbers are frozen. Supply, emission schedule, difficulty, round length and the creator's allocation are chosen once, in the launch transaction, and then no instruction exists that can change them. §1.1
how it works
- 01
someone launches
They fix the supply, point at a metadata document they have already paid to store permanently, and sign once. The full supply is minted, the creator's allocation goes to their wallet, the rest goes into a vault, and the mint authority is revoked in the same transaction. §2.4
- 02
a round opens
Each round lasts a fixed number of seconds and carries a fixed budget from the emission schedule. Rounds end on the clock, not when someone solves. §3.1
- 03
miners stake and submit
A miner deposits units of that token into its stake vault. From the next round on, those units are their weight. Each round they solve one proof in the browser and submit it. Solving faster earns nothing extra. §1.3
- 04
the round settles
When the round closes, its budget is divided across everyone who submitted, in proportion to staked units. Rewards accrue and are claimed separately, without stopping mining. §4.4
what it is not
Every launch opens its own market: a creator-chosen share of the allocation, at least half, is paired with the creator's SOL in a Raydium pool created in the same transaction as the mint, so the pool cannot be front-run and the token has a price from its first second. The LP tokens and any kept share stay with the creator and are not locked. §1.4
There are no jackpots, lotteries or random bonuses, and there will not be. Every share is a deterministic function of the round's budget and the weight in it. §1.5
The proof of work is not securing anything. Solana provides consensus; the hashing here exists so that new supply costs something to obtain, and so that the cost is payable from a browser. §1.2
where this stands today
Every mine on this site runs on mainnet-beta. The release program is deployed, its on-chain bytes reproduce the reviewed build's hash, and the platform is initialized. Launching and mining spend real SOL. §9.1
The exact release bytes completed the full acceptance path on devnet, but mainnet is young: no complete mainnet mining cycle has been observed yet, there is no external audit, and control rests with single keys. Read security and status for what is proven and what is not.
this page expands
- 1.1Lode issues tokens whose rules cannot be edited
- 1.3A share of a round is proportional, not competitive
- 1.4Every launch opens its market in the same transaction
- 9.1The release program is live on mainnet
The paper is the authority. Where this page and §1.1 disagree, the paper is right and this page is a bug.