Skip to content
Fundamental Concepts

SPL

Padrão de tokens da rede Solana, definido pela Solana Program Library, que estabelece como os tokens são criados e se comportam nessa blockchain.

Key points

  • SPL, short for Solana Program Library, is the set of standards that defines how tokens work on the Solana network.
  • An SPL token is to Solana what an ERC-20 token is to the Ethereum network: it is that blockchain's standard token format.
  • Following the standard allows wallets, exchanges, and applications to recognize and operate the token without any specific adaptations.

What is SPL?

SPL is the token standard on the Solana network. The acronym stands for Solana Program Library, a set of programs and rules that establish how assets are created, transferred, and managed on that blockchain. When someone refers to an SPL token, they mean a token that follows this standard and, therefore, behaves predictably within the Solana ecosystem.

How it works

Just as other networks have their standard token formats, Solana defines the behavior of its tokens through SPL. The standard specifies common operations, such as creating new units, transferring balances, and querying amounts, in a uniform way. This means any token that follows SPL can be handled by the same tools, without each application needing to understand a different format for every asset.

The practical advantage is interoperability. A Solana-compatible wallet can display and move any SPL token; a decentralized exchange on the network can trade it; an application can integrate it. The standard works as a common language that keeps each token from being a special case, which speeds up adoption and reduces errors.

Many stablecoins and other assets available on Solana exist as SPL tokens. As they circulate on this network, they benefit from the high speed and low transaction cost that characterize Solana, while retaining the compatibility the standard guarantees. To pay the fees for these operations, however, a small amount of SOL, the network's native currency, is still required.

The standard defines the token's behavior, but it says nothing about the quality or value of the project behind it.

Why it matters

Understanding SPL helps explain why so many assets on Solana behave similarly and are easily recognized by wallets and services. For anyone operating or integrating assets on this network, knowing that a token follows the standard is an indicator of compatibility. This is a technical concept and does not represent any operating recommendation.

Limitations

Following the SPL standard guarantees technical compatibility, but it says nothing about the soundness, security, or value of a token; any project can issue an SPL token. In addition, the standard is specific to Solana, so these tokens do not circulate directly on other networks without additional mechanisms. None of this represents an operating recommendation.