Today, when users request a withdrawal, they receive FAKE_STABLE because it's the only currency we've been using during testing, it's the only currency accepted as payment under the Kyodo contract and the only one available at the time of payment.
The ideal behavior is to take the list of tokens accepted by the contract and display them at the time of withdrawal so that the user can choose which currency they want to withdraw.
Requirements:
Design of the screen component
Solidity to create the function to read the available tokens to be withdrawn.
Today, when users request a withdrawal, they receive FAKE_STABLE because it's the only currency we've been using during testing, it's the only currency accepted as payment under the Kyodo contract and the only one available at the time of payment.
The ideal behavior is to take the list of tokens accepted by the contract and display them at the time of withdrawal so that the user can choose which currency they want to withdraw.
Requirements: