BlogGuide
Guide2026-06-246 min readBy Shaun — StakePoint

What Is a Token Locker? How Token Locking Works on Solana

A token locker is a smart contract that holds tokens in a secure vault until a set unlock date. Learn how token lockers work on Solana, why projects lock tokens, and what to look for when verifying a lock.

What Is a Token Locker?

A token locker is a smart contract that holds crypto tokens in a secure vault until a predetermined unlock date. Once tokens are locked, nobody can access, transfer, or sell them until the lock expires. The unlock condition is enforced by the blockchain itself, not by any person or company. Token lockers are used by crypto projects to prove that team allocations, treasury reserves, and liquidity pool tokens cannot be dumped on holders during the lock period.

Why Token Locking Exists

The crypto industry has a trust problem. Thousands of projects launch every week, and many of them exist solely to extract money from buyers. The most common version of this is a team launching a token, waiting for buyers to push the price up, and then selling their entire allocation at once. This is called a rug pull.

Token locking was created to solve this. By placing tokens into a smart contract with a fixed unlock date, a project removes its own ability to sell during that period. Investors can verify the lock on-chain before buying, which shifts the trust model from "believe what the team says" to "verify what the blockchain shows."

Locking has become a standard expectation across crypto. In 2026, experienced investors check whether a project has locked its tokens before making any purchase decision. Projects that skip locking are increasingly filtered out by communities, listing partners, and analytics tools.

How a Token Locker Works

The mechanics vary slightly between blockchains, but the core process is the same everywhere.

The project owner connects their wallet to a token locking platform and selects the tokens they want to lock. This can be team tokens, treasury allocations, marketing reserves, or LP tokens from a liquidity pool.

They set a lock duration. Common durations are 6 months, 12 months, 24 months, and 36 months. Some lockers also support permanent locks with no unlock date.

The tokens are transferred into a smart contract vault. On Solana, the most secure lockers use Program Derived Addresses (PDAs) to hold the tokens. PDAs have no private keys, which means no person or entity can access them. The unlock condition is written into the contract code and enforced by the Solana runtime.

The lock becomes publicly verifiable. Anyone can look up the lock using the token mint address and see exactly how many tokens are locked, when they unlock, and which wallet created the lock. No wallet connection or account is required to verify.

When the unlock date arrives, the original depositor can withdraw their tokens. Before that date, the tokens are completely inaccessible.

What Gets Locked

Projects lock different types of tokens depending on their structure and goals.

Team and dev tokens are the most common. Investors want proof that the founding team cannot sell their allocation immediately after launch. Locking team tokens for 12 to 36 months signals long term commitment.

Treasury and marketing allocations are locked to show that large reserves will not hit the market unexpectedly. This is particularly important for projects that raise funds through presales or seed rounds.

LP tokens represent ownership of liquidity in a trading pool. When LP tokens are locked, the project cannot remove liquidity from the pool, which means holders can always trade the token. LP locking is one of the strongest trust signals a project can provide because it directly prevents the most common form of rug pull.

Seed round and presale allocations are sometimes locked on behalf of early investors to prevent immediate dumping after token generation events.

Custodial vs Non-Custodial Locking

Not all token lockers provide the same level of security. The most important distinction is whether the locker is custodial or non-custodial.

Custodial lockers hold tokens in wallets controlled by the locking platform. This means you are trusting the platform operator not to access your tokens. If the platform is compromised, goes offline, or acts maliciously, your locked tokens could be at risk.

Non-custodial lockers use smart contracts to hold tokens in vaults that nobody controls. On Solana, this is done through Program Derived Addresses. PDAs are addresses generated by the smart contract itself. They have no private key, so no human can sign transactions on their behalf. The only way tokens leave the vault is when the contract logic allows it, which is after the unlock date has passed.

Non-custodial locking is strictly safer because it removes the need to trust any third party. When evaluating a token locker, always verify that it uses on-chain smart contract vaults rather than team-controlled wallets.

How to Verify a Token Lock

Verifying a lock takes less than a minute. The process depends on which locker was used, but the steps are similar across platforms.

Find the lock explorer. Every reputable token locker has a public explorer where anyone can search for locks. On StakePoint, this is the lock explorer.

Search by token mint address. Paste the token's mint address into the search bar. The explorer will show all locks associated with that token.

Check the key details. Look at the locked amount (what percentage of total supply is locked), the unlock date (how long until the team can access the tokens), and the creator wallet (who created the lock).

Verify on-chain. The best lock explorers link directly to the Solana transaction so you can confirm everything on a block explorer like Solana Explorer or Solscan.

If a project claims their tokens are locked but cannot provide a link to a public lock explorer, treat that as a red flag.

What Makes a Good Token Locker

The market has multiple token locking platforms, and they are not all equal. When choosing a locker or verifying locks created on one, look for these characteristics.

Non-custodial architecture. Tokens should be held in smart contract vaults (PDAs on Solana), not in wallets owned by the platform.

Public lock explorer. Every lock should be searchable and verifiable without connecting a wallet or creating an account.

On-chain enforcement. The unlock date should be enforced by the smart contract, not by a backend server or admin key.

Token standard support. On Solana, a good locker handles both SPL tokens and Token-2022 tokens including those with transfer fee extensions.

LP token support. Locking LP tokens requires the locker to identify and display pool details correctly. Look for support across major DEXs like Raydium, Meteora, and PumpSwap.

No early unlock mechanism. If a locker allows early unlocks for any reason, the entire point of locking is undermined. The contract should make it technically impossible to withdraw before the unlock date.

Token Locking on Solana

Solana is one of the most active blockchains for token launches, which makes token locking infrastructure particularly important. Thousands of tokens launch on Solana every week through platforms like Pump.fun, LaunchLab, Believe, Moonshot, and others.

StakePoint is a non-custodial token locking platform on Solana that uses PDA vaults to secure all locked tokens. Every lock is publicly verifiable through the lock explorer, and the smart contract enforces unlock dates without any admin override capability.

StakePoint supports locking for SPL tokens, Token-2022 tokens (including transfer fee tokens), and LP tokens from Raydium AMM v4, Raydium CPMM, Meteora DAMM, and PumpSwap pools. Beyond locking, the platform also offers staking pool creation, token burns, and free on-chain tools including a token safety scanner and wallet cleanup.

As of June 2026, StakePoint has over $1.89M in total value locked across 388 unique locks.

Token Locking vs Token Vesting

Token locking and token vesting are related but serve different purposes.

Token locking holds the full amount until a single unlock date. On that date, all locked tokens become available at once. This is simpler and is commonly used for LP locks and team allocations where a single release date is acceptable.

Token vesting releases tokens gradually over time according to a schedule. For example, a 12 month vest might release tokens in equal monthly portions. Vesting is used when a project wants to prevent a large single unlock from impacting the market.

Some platforms support both. When evaluating locks on a project you are considering buying, check whether the lock is a single unlock or a vesting schedule, because the implications for sell pressure are very different.

Frequently Asked Questions

What is a token locker in crypto?

A token locker is a smart contract that holds tokens in a vault until a set unlock date. The contract enforces the lock on-chain, meaning nobody can access the tokens early. Projects use token lockers to prove they cannot sell team tokens, treasury reserves, or LP tokens during the lock period.

How do I know if a token's liquidity is locked?

Search the token mint address on a lock explorer like StakePoint's lock explorer. It will show all active locks for that token including the locked amount, unlock date, and creator wallet. If no locks appear, the liquidity is not locked on that platform.

Can locked tokens be unlocked early?

On a properly built non-custodial locker, no. The smart contract enforces the unlock date and there is no admin key or override mechanism. If a locker advertises early unlock features, that defeats the purpose of locking.

What is the difference between locking and burning tokens?

Locking holds tokens in a smart contract for a set period. After the lock expires, the owner can withdraw them. Burning permanently destroys tokens so they can never be recovered. Locking is temporary and reversible after expiry. Burning is permanent and irreversible. Most projects lock rather than burn because it provides the same trust signal while preserving the option to reclaim the tokens later.

How much does it cost to lock tokens on Solana?

Costs vary by platform. On StakePoint, locking requires a small SOL fee per transaction plus standard Solana network fees (approximately 0.000005 SOL per transaction).

Do I need to code to use a token locker?

No. Modern token lockers like StakePoint provide a web interface where you connect your wallet, select your tokens, set a duration, and confirm the transaction. The entire process takes under a minute with no coding required.


*Lock tokens on Solana: StakePoint Token Locker and LP Locker. Non-custodial, PDA-secured, publicly verifiable on-chain.*

*Verify existing locks: StakePoint Lock Explorer. Search any token mint to check locks without connecting a wallet.*

*Compare Solana token lockers: Best Solana Token Locker 2026 and Best LP Locker Comparison.*

Topics
what is a token lockertoken lockertoken locker solanasolana token lockertoken locklock tokentoken lockingtoken lockssolana token locksolana lockertoken lock contracttoken lock smart contracttoken locking solutionsecure token lockscreate token lockertoken lockerslock tokenshow token locking workswhy lock tokens cryptotoken locker explained
StakePoint

Ready to Lock Your Tokens?

Non-custodial LP and token locking. Publicly verifiable. 2 transactions.