🪙
Bible
  • 📚bookshelf.crypto
  • 📕Fundamentals
    • 🪙Tokenomics
    • 🪙Tokenomics tips
    • ⚖️Liquidity Pools & Staking
    • 📈NFTs in DEFI
    • ⚙️Utility & example NFT collections
    • 🏛️DAO & Governance
  • 🏗️Nitty gritty
    • 💬Lingo
    • 🚗On & Off ramp
    • ❌xNFT
    • 🪙Ethereum merge
    • ✍️bribing
    • 👛Cbdc & crypto
  • 💭Wisdom
    • 🆕Creating a new product
    • 💭Project Ideas
  • ⚒️Protocols & utility
    • 🪙$BLUR token
    • 🟢Shadow Drive
    • 🟢SPL-token Freezing
    • 🟢Cardinal
    • 🟢WOO X
    • 🟢Wormhole
    • 🟢Jump_
    • 🟢Saber
    • 🟢Solend
    • 🟢BTSE
    • 🔩Interesting utility
  • 👨‍💼VCs
    • 💰Venture Capital (VC Funds)
    • 📔How VCs operate
    • 🏟️ESVCLP
    • 🚗Sidecar
    • 📄Trustees vs Beneficiaries
    • 🤝Mutual fund
    • 🐻Bare trust vs Unit trust
    • ⚖️Shareholders agreement
    • 🔏Establishing a new VC
    • 💰Tax incentives & benefits - WIP
    • 📠Ben tax writeup
  • 🎯Marketing
    • 📑GTM - Go to market strategy - WIP
  • 📘Literature
    • 🏭Lean startup
    • 📏Founder’s Pocket Guide - Startup Valuation
    • 😄regret minimization framework
    • 🥧Slicing pie
    • 👨‍💼Agile vs. Lean
  • 🤖AI
    • GPT Best practices
    • Neural networks
    • Existing AI models
    • AI learning
    • LLMs
    • WASM AGI
    • 💻Machine learning
  • 🧠Ideas
    • EarthID
    • HealthGuard
    • ⌚HealthGuard - product writeup
    • Sri Lanka ticketing platform
Powered by GitBook
On this page
  • Q & A
  • Commands
  • Freezing a token account
  1. Protocols & utility

SPL-token Freezing

"Freezing all token accounts for an SPL-token mint"

PreviousShadow DriveNextCardinal

Last updated 2 years ago

  • When creating a wallet you can set a freeze authority (see below)

  • Unsure if you can add a freeze authority after token is created

  • Freeze authority has the ability to freeze/unfreeze all token accounts at any time

  • Freezing an SPL

  • Token prohibits receiving or transferring SPL

  • tokens from a token account

Q & A

Question Answer Q - "As an example: If the token is frozen, can you buy a lottery ticket/mint, can you earn more tokens through staking etc?"

A - Once a token account is frozen, staking/purchasing/transferring of tokens will fail

Commands

Personal notes/commands spl-token create-token --decimals 6 --enable-freeze Adding the —

enable-freeze flag enables the mint authority to freeze associated token accounts. Updating Freeze Authority spl-token authorize -h

Freezing a token account

⚒️
🟢
Token Program | Solana Program Library Docs
Logo