LogoLogo
Join Truffle Today
  • 👋Welcome
  • ❓FAQs
  • 👩‍💻Changelogs
  • 👩‍🎓Getting Started
    • 👋NFT Drops Overview
    • 🧬Hybrid Drops Overview
    • 🎲How Hybrid Drops Work
    • 📰Mint Page Overview
    • 🤝Considerations for Project Success
  • 🌟DROP CREATION
    • 🖨️Creating a Core Edition
    • 🍬Creating a Random Mint
    • 🃏Creating a Packs Drop
    • 🧬Creating a Hybrid Drop
    • 🪂Creating an Airdrop
    • ❌Creating a Legacy Edition
  • ⚙️DROP SETTINGS
    • 🪛Edit your Drop
    • 🚪Gated Phase Settings
    • 🪄Delayed Reveal
    • 🧊Freeze Secondary Sales
    • 🔌Delete Drop & Refund Rent
  • 🛍️Mint Setup
    • 🖥️Create Mint Page
    • 🖼️Secondary Market Verification
    • 💰Wallet Verification
  • 🛠️Utilities
    • Utilities Overview
    • JSON Generation
    • Rule Set Manager
    • Update NFT / Update Collection
    • Collector Snapshot
    • Generate Hashlist
    • Create Migration Collection (Legacy)
  • 📚Knowledge Base
    • Create Your Account
    • NFT Standards
    • Signing Transactions & Messages
    • What is Update Authority
    • What is a Derived Keypair
    • Start & End an Legacy Edition Sale
Powered by GitBook
On this page
  • Module Overview
  • Introducing: The Update Authority
  • How Creator Studio Uses Update Authority

Was this helpful?

  1. Knowledge Base

What is Update Authority

PreviousSigning Transactions & MessagesNextWhat is a Derived Keypair

Last updated 7 months ago

Was this helpful?

Module Overview

This module provides an overview around the Update Authority. How it currently works on Solana and why it's important.

Introducing: The Update Authority

NFT's on Solana are different in comparison to EVM based chains. There are some complicated reasons for this due to the Solana blockchain architecture, but to keep things simple, and NFT is just an SPL-Token that uses a program called Token Metadata. This program allows you to attach metadata to the SPL-Token, which is how we can link the token to assets such as files, images, and attributes. You can read more about this on the .

When an NFT is minted (created) and the NFT being minted is set as mutable, the only wallet that can update that token, is the wallet which holds the update authority. If the NFT is set as immutable, no wallet can every change it.

How Creator Studio Uses Update Authority

Creator Studio allows creators to mint both immutable and mutable NFT's within generative drops, editions, or 1/1s. If a creator chooses to mint as a mutable NFT, the creator will be transferred back UA at the end of the operation.

By default, the UA is set to the candy machine creator. Within Creator Studio, the UA will be passed back to the Creator's wallet at the end of the operation.

📚
official Metaplex Docs