New

Colosseum — discover select projects from the proving ground for crypto's best builders

Learn more

META Token Migration

Secure migration to the new META token

No fees
One-way

Progress

1 METAC1,000 META

Loading balances…

Migrator address4viadAyxJJqXWpXN

FAQ

Why are we migrating?

MetaDAO's token, META (METAC), is no longer fit for purpose: it's unmintable, the DAO's treasury is exhausted, and unit bias remains an issue. This proposal introduces a 1:1000 token split, re-establishes mint and update authority, and migrates the DAO to version 0.5 (Squads).

Are there any fees?

No. Migration is free. You only pay standard Solana network fees.

Can I trust this new token?

Yes. META is controlled by the new DAO and the entire supply is in the migration contract. Check addresses carefully.

What wallets are supported?

This migration has been tested with the following wallets: Phantom, Solflare, Backpack, Ledger (via Phantom), and SquadsX for multisig execution.

Can I migrate multiple times?

Yes. You can migrate any remaining balance at any time.

How do I verify that my migration was successful?

After migration, you will see a transaction link and your META balance. You can also view your address's migration history below.

Migrate tokens

Connect your wallet

Connect your wallet to start migrating your METAC tokens to META

History

Migration history

Connect wallet to view your migration history

Accounts

Autocrat

Existing DAO

CNMZgxYsQpygk8CLN9Su1igwXX2kHtcawaNAGuBPv3G9
Treasury
C6DaJNGP1Xsd1seePqn8BPfQWMxsbBoUSf6Kbagmta2T

New DAO

Bc3pKPnSbSX8W2hTXbsFsybh1GeRtu3Qqpfu9ZLxg6Km
Treasury
BxgkvRwqzYFWuDbRjfTYfgTtb41NaFw1aQ3129F79eBT

Smart contract

gr8tqq2ripsM6N46gLWpSDXtdrH6J9jaXoyya1ELC9t

Advanced tools

Migration script

For developers who want to integrate migration into their own applications. We publish the NPM package @metaDAOproject/token-migrator

We use Anchor to build the program. Follow the installation guide: anchor-lang.com/docs/installation

Download and build the program

# Clone the repository
git clone https://github.com/metaDAOproject/token-migrator.git

# Navigate to directory
cd token-migrator

# Install rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Install Solana CLI
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"

# Add solana to your path
source ~/.bashrc

# Install anchor
cargo install --git https://github.com/coral-xyz/anchor avm --force

# Install and set anchor version
avm install latest
avm use latest

# Install dependencies
yarn install

# Build the program
anchor build

Run migration

# Set the amount you want to migrate
vim scripts/migrate.ts

# 1_000_000_000 is 1 METAC
const amount = new BN(1_000_000_000);

# Run the migration
anchor run migrate --provider.cluster mainnet-beta --provider.wallet ~/.config/solana/id.json

© MetaDAO LLC 2023-2026