lode

what is lode

Lode is a launchpad for mineable tokens on Solana. A token here has a fixed supply that is released round by round, and mining is the only way new units reach anyone.

  1. 01

    launch

    Choose the name, ticker and metadata. Supply and mining rules are fixed at launch. No creator or token admin can change them later.

  2. 02

    stake

    Deposit token units into the mine. That deposit is your weight for the round. It stays yours, and you can withdraw it once the round it weighted has settled.

  3. 03

    mine

    Your browser builds a proof each round and submits it. Everyone who submits splits that round's emission in proportion to what they staked, not by who solved it first.

  4. 04

    claim

    Rewards accrue as each round closes. Claim them when you want, without stopping mining.

Mining pays Solana transaction fees every round. Every mine on this site runs on mainnet-beta.

launch

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

  1. 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

  2. 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

  3. 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

  4. 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

The paper is the authority. Where this page and §1.1 disagree, the paper is right and this page is a bug.