Solana SPL token account
Last updated
Last updated
Solana blockchain has a Token program which defines a common implementation for Fungible and Non Fungible tokens. Some of these Non Fungible tokens are supported on Ledger Vault, such as USDT(Solana) or RAY(Solana). They are called SPL tokens. This page explains how to create, as an administrator of a Ledger Vault, SPL token accounts and how to activate them, as an Operator. Then, Operators can interact, send & receive tokens for example, with the created SPL token accounts.
One specificity of SPL token accounts is that they must contain enough SOL to be considered rent exempt.
Note: Creating an account is explained in the Create an account page, Editing an account is explained in the Edit an account page. Only specific steps relating to SPL token accounts are detailed in this page.
Create Solana parent Account if none exist already SPL token accounts exist within a Solana parent account. Therefore, you must first create or have an existing Solana account in Ledger Vault to create SPL token accounts. Note: a Solana parent account can manage multiple SPL token accounts, but each token account is specific to a single SPL token type. For instance, a Solana parent Account can hold separate SPL token accounts for USDT and RAY, but not two separate USDT token accounts.
Enable the "Enable SPL Token" rule enabled within Solana parent Account rules One specificity of SPL token accounts is that they must contain enough SOL to be considered rent exempt. This transaction is done by the Operator from the SPL token account, but the Solana parent Account must have the "Enable SPL token" rule enabled so that Operator can make the transaction. This rule can be enabled from step 5 of the Solana parent Account creation or edit flow. Note: When enabling this rule, the Administrator will be asked to define which Operator can actually execute this transaction.
Note: Administrator steps must be done before activation from the Operator
Activate the SPL token Account from the Solana parent Account page On the Solana parent Account page, in the "Associated SPL token accounts" section, the Operator can start the activation (pay to be rent exempt) of the SPL token account from a button. Note: every parameter in the activation transaction is pre-filled so it is easy to process. Depending on the rules defined by the Administrator for the "Enable SPL Token" rule, the transaction may need to be validated by other Operators.
Once the transaction is confirmed, Operators with the appropriate authorization (included in the SPL token account send rules) can start interacting, send & receive tokens for example, with the SPL token Account