Broader Ecosystem / Positioning
Introducing Solstack
What actually happens between minting a token and it becoming a real, tradeable asset — the four-step lifecycle every Solana token goes through, and where Solstack fits across all of it.
Solana is one of the fastest, most widely used blockchains in production, and that throughput has made it the default place to trade and launch new tokens. The network processes over 100 million transactions a day, most of them costing a fraction of a cent, and on an average day something like 20,000 new tokens get minted on top of it — on record days, that number has spiked past 260,000. Fewer than 2% of them ever reach a real market.
Minting is usually the first thing people learn to do, and it's the easiest step by far. A freshly minted token has no holders, no market, and — unless someone deliberately gives them up — a mint authority and freeze authority still attached, neither of which a trader wants to see. Everything that happens after minting is what actually turns a token into something people hold and trade, and it's what separates the small fraction of tokens that survive from everything else.
The token lifecycle
- Create. A token starts as a mint account — a name, a symbol, a decimal count, and a total supply, registered on-chain under either the original SPL Token standard or the newer Token-2022 standard, which adds optional extensions like transfer fees or confidential balances. This can be done with the
spl-tokenCLI, or with any of the token-creator tools built around it — Solstack's SPL Token Creator and Token-2022 Creator included. - Distribute. A token sitting in one wallet isn't worth anything yet — it needs to actually reach people before it has a market to speak of. Sending it to a list of wallets is a multisend; sending it to everyone who held some other token, or met some other condition, at a specific moment is an airdrop, built from a holder snapshot of that other token.
- Add liquidity. For a token to be tradable, someone has to seed a market for it — depositing the token alongside SOL or a stablecoin so a price can form and people can actually buy and sell. Bonding-curve launchpads (pump.fun, Raydium LaunchLab, Meteora DBC) automate this for memecoins, running the curve and handling the eventual migration into a full AMM pool — and it's this step where most tokens stall, which is where that sub-2% graduation rate comes from.
- Manage authorities. Every SPL and Token-2022 mint has a mint authority, which can create more supply, and a freeze authority, which can lock any holder's account. Creators often keep both early on to fix mistakes, but a token that still has them once it's trading is a real red flag — permanent mint or freeze authority is one of the first things scam patterns rely on. Revoking them is one of the cheapest, highest-signal things a project can do for its own credibility.
Where Solstack fits
Solstack is a non-custodial toolkit built around that whole lifecycle: create, airdrop, multisend, snapshot holders, revoke authorities, reclaim rent. Non-custodial means your keys never leave your own wallet — Solstack builds the transaction, your wallet is what signs it, and nothing here ever sees, stores, or has access to your private key.
What's next
Today, Solstack covers the first half of that lifecycle — the tools to create and manage a token properly, from mint through cleanup. That's the foundation, not the ceiling. The roadmap moves toward the second half: launch tooling and execution, the parts of the lifecycle that happen after a token is already trading. Same principles apply going forward — your keys, your terms, no surprises in the fee.
Start with the SPL Token Creator — connect a wallet, fill in the details, and revoke mint and freeze authority in the same flow.