Documentation Index
Fetch the complete documentation index at: https://umbra.0xcreator.dev/llms.txt
Use this file to discover all available pages before exploring further.
--from public, the default) or from your encrypted balance (--from encrypted). The created UTXO can be self-claimable (you can claim it yourself) or receiver-claimable (only the specified recipient can claim it).
Arguments
| Argument | Description |
|---|---|
<mint> | The SPL or Token-2022 mint address |
<amount> | Amount in native token units |
Amounts are in base units. For a token with 6 decimals,
1000000 equals 1 token.Options
| Flag | Default | Description |
|---|---|---|
--from <source> | public | Token source: public (your ATA) or encrypted (your encrypted balance) |
--receiver <address> | Your own address | Recipient wallet address. Omit to create a self-claimable UTXO. |
Modes
--from | --receiver | Result |
|---|---|---|
public | (omitted) | Self-claimable UTXO funded from your public ATA |
public | <address> | Receiver-claimable UTXO funded from your public ATA |
encrypted | (omitted) | Self-claimable UTXO funded from your encrypted balance |
encrypted | <address> | Receiver-claimable UTXO funded from your encrypted balance |
Examples
Output
From public ATA:Prerequisites
- A user must be added and active (
umbra user add). umbra registermust have been run.- For
--from encrypted: you must have an encrypted balance for the specified mint. - The recipient (your own or
--receiver) must be a registered Umbra user.