Skip to content
Discussion options

You must be logged in to vote

The sender covers it: creating each stealth account uses a CreateAccount op funded with at least 2 base reserves, currently 0.5 XLM each, so 1 XLM, and that amount is locked rather than spent. The recipient reclaims all of it at sweep time by using ACCOUNT_MERGE instead of a payment, which moves the full balance including the reserve into the main wallet and deletes the account, since a normal payment cannot drop an account below its minimum.

So the real cost per stealth payment is only fees, 100 stroops (0.00001 XLM) per operation at network minimum, roughly 0.00002 XLM for the create plus merge, plus the Soroban announcement transaction.

The one exception is non native assets, where eac…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 10xAlien
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants