-
Notifications
You must be signed in to change notification settings - Fork 46
Clarify why there's an extra 0.01 ALPH per token added in the tx #682
Comments
The 0.001 ALPH is the minimal requirement per UTXO to avoid utxo spamming. There are usually two outputs in a simple token transaction, one for the recipient and another one for change output. That's why you see 0.002 ALPH in the output. Edit: updated the minimal requirement |
@polarker Am I missing something here? When I try sending tokens with the browser extension, it sets the "minimal requirement" at 0.001 ALPH. or this: 0f8e157c46edc7a9b4ef55f60061c992423fb0558ca76a0e725097671464e944 my desktop (and browser) wallets both indicate the "minimal requirement" was 0.001 ALPH. |
@VDAODAO Nice catch. It is 0.001 ALPH, not 0.01 ALPH. |
@polarker to be fair it's @JKtranslator who pointed it out to me while we were investigating the "minimal requirement"! |
Here is the definition in the web3 SDK: https://github.com/alephium/alephium-web3/blob/master/packages/web3/src/constants.ts#L24 |
@nop33 this can be closed I believe? |
No, because we still don't clarify through the UI |
I feel that this should be part of the next release (v2.1)... As a minimum requirement, we could have an info icon ℹ when there's Currently, when I try to send 1 TETH, I get this screen with no explanation as to why |
Yep, agreed, we should add an info icon redirecting to a paragraph in the docs. |
Good point. That means we need a paragraph in the docs :) |
Uh oh!
There was an error while loading. Please reload this page.
It's confusing that when sending tokens, there's an additional
0.01
ALPH per token that is added to the transaction. The UI should clarify why this is happening.@polarker could you please remind me of the reason so that I can think of how to best present this info to the user? Was it because every UTXO should have a small amount of ALPH for some technical reason?
thx!
The text was updated successfully, but these errors were encountered: