Disables the ability to mint additional supply for a fungible SPL token.
Removes freeze rights from a token mint, ensuring no user token accounts can be frozen in the future.
Prevents any further metadata updates to the token (e.g., name, symbol, URI).
Burns a specific amount of a fungible SPL token from the wallet’s balance.
Allows users to supply equal-value amounts of two tokens (Token A & B) to a Raydium liquidity pool, earning LP tokens in return.
Withdraws your share of liquidity from a Raydium pool, converting your LP tokens back into the underlying Token A and Token B.
A Liquidity Pool Creator on Solana allows users to create decentralized pools of tokens for automated trading on DEXs, enabling liquidity provision and fee generation. It facilitates token swaps by adding liquidity and rewards contributors with a share of the transaction fees.
Deploys a full-fledged market contract for a token pair on OpenBook, allowing full order book functionality.
Adds liquidity to an Automated Market Maker (AMM) pool, allowing users to contribute tokens to facilitate trades and earn a share of the transaction fees.
Allows users to withdraw their tokens from an Automated Market Maker (AMM) pool, reducing the pool’s liquidity and retrieving their share of the assets and earned fees.
Wraps regular SOL into Wrapped SOL (WSOL), which is needed for smart contracts that expect SPL tokens.
Allows the creator or update authority to change the royalty percentage and payout address of an NFT.
Displays the current royalty and destination wallet address of any NFT.
Allows users to edit metadata of one specific NFT — including name, image URI, symbol, description, and attributes.
Generates and organizes metadata (such as title, description, attributes, and properties) for digital artwork, typically for use in NFTs or digital asset collections.
Transfers any SPL token from your wallet to one target wallet.
Distributes SPL tokens to many wallets in one go — ideal for airdrops, bonuses, or DAO distributions.
Sends NFTs to many users at once via a CSV or wallet input list.
Transfers an NFT and attaches a custom on-chain memo (e.g., “Congrats on winning!”).
Transfers SPL tokens with an attached message or transaction memo.
Lets the user send SOL to a list of wallets in one transaction batch.
Creates a full list of minted NFT addresses (hashlist) from a specific Candy Machine.
Generate list of minted NFT addresses (hashlist) from a specific Candy Machine.
Creates a full list of wallet addresses from a specific Collection address.
Creates a full list of wallet addresses and token amount from a specific mint address.
Creates a full list of wallet addresses and metadata from a specific wallet and collection address.
Creates a full list of wallet addresses from a block height and collection address.
Creates a brand-new fungible SPL token with a custom name, symbol, and decimal configuration.
Lets a user mint a single, unique NFT by uploading an image and entering metadata like name, description, and traits.
Mints an NFT and embeds a custom text message into its metadata (e.g., a poem, dedication, code, or hidden message).
Upload, store, and mint NFTs from single folder + metadata files.
Adds more tokens to the supply of an existing SPL token, as long as mint authority is still active.