Skip to content

Commit 45e1df4

Browse files
authored
Update gasless-transactions.mdx
1 parent 8eac98c commit 45e1df4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

light-token/wallets/gasless-transactions.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@ Set your application as the payer so users never interact with SOL.
3232

3333
In total, your sponsor covers three costs:
3434

35-
| | | |
36-
|:-----|:-------|:----|
37-
| **Account creation** | 11,000 lamports | Initial bump on virtual rent balance. Rent-exemption is sponsored. |
38-
| **Rent top-ups** | ~766 lamports per write | Fee payer bumps the virtual rent balance on each write to keep accounts active. Set `payer` parameter on any Light Token instruction. |
39-
| **Transaction fees**<br/>+ Priority Fee | 5,000 lamports<br/>+ Priority Fee per tx | Standard Solana fee payer. Set `feePayer` on the transaction. |
40-
<Accordion title="Cost Breakdown in Practice">
41-
4235
| | Light | SPL / Token 2022 |
4336
| :--- | :--- | :--- |
4437
| **Transfer** | *~\$0.001* | *~\$0.001* |
4538
| **Create Token Account** | **~\$0.001** (0.00001 SOL) | **~\$0.30** (0.0029 SOL) |
4639
| **Transfer + Create Token Account** | **~\$0.001** (0.00001 SOL) | **~\$0.30** (0.0029 SOL) |
4740

41+
<Accordion title="Technical Cost Breakdown">
42+
| | | |
43+
|:-----|:-------|:----|
44+
| **Account creation** | 11,000 lamports | Initial bump on virtual rent balance. Rent-exemption is sponsored. |
45+
| **Rent top-ups** | ~766 lamports per write | Fee payer bumps the virtual rent balance on each write to keep accounts active. Set `payer` parameter on any Light Token instruction. |
46+
| **Transaction fees**<br/>+ Priority Fee | 5,000 lamports<br/>+ Priority Fee per tx | Standard Solana fee payer. Set `feePayer` on the transaction. |
47+
4848
</Accordion>
4949

5050
## Send a gasless transfer

0 commit comments

Comments
 (0)