Chuyển đến nội dung chính

Native Token

A token created and managed directly on the Cardano blockchain using its built-in token functionality, without requiring smart contracts.

Introduced in the Mary hard fork. Because native tokens are part of the ledger itself, transfers cost the same as ada transfers and don't depend on a separate smart contract being deployed and audited.

Once minted, an ordinary native token follows whoever controls the address it sits at, and its issuer cannot enforce rules on later transfers. A programmable token adds such rules: it is still a native token, but a shared smart contract holds it, transfers have to pass rules set by its issuer, and running those rules adds script fees.

Explore next