Replies: 3 comments 2 replies
-
The following example is to further illustrate on how to convert Let's say, I've 3 addresses which contains DFI — this represents the sum of DFI (UTXO) & DFI (Token).
And let's say;
The above adds up to a total of
Wait for the balance to reflect, might take a few blocks. From here onwards, I'll stick to using |
Beta Was this translation helpful? Give feedback.
-
when I want to exchange DFI to UTXO as described above, I get the error message that I don't have enough UTXO as transaction fees. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
For users who face the above shown error messages, it’s likely that you've insufficient DFI UTXO balance (min. 1 DFI) — which is required to perform swap and all other functions.
DFI exist in 2 forms;
DFI UTXO
andDFI Token
. DFI UTXO is used to pay for transactions fees while rewards received from liquidity mining (for example) are in DFI Token. You can freely convert between the 2 anytime — at a 1:1 ratio. To convert DFI Token to DFI UTXO, the simplest way would be via DeFi Wallet app.Converting DFI Token to DFI UTXO (For illustration purpose)
Check your DFI on your app screen
Alternatively, you can check via the CLI
Firstly, check via CLI:
getbalance
— DFI UTXOgettokenbalances
— DFI TokenFrom your output (for example):
To convert, send 1 DFI (Token) to yourself:
send DFI
By sending to yourself, you're converting your
DFI Token
toDFI UTXO
.DFI UTXO
is also used for transaction fees.Beta Was this translation helpful? Give feedback.
All reactions