Skip to main content

Frequently Asked Questions

Can flashloans impact the stablecoin?
EUROe is a fiat-backed stablecoin with off-chain reserves and rigorous operational & technical processes for verifying fund movements with respect to mints and burns. Flashloans do not impact EUROe issuance, redemption, or other parts of the stablecoin.

It is possible to use EUROe as a flashloan asset.
What oracle risks are there to EUROe and its use?
The EUROe stablecoin itself does not rely or use oracles in any capacity. One EUROe is always redeemable for one fiat Euro and oracles are not needed in the implementation of the stablecoin.

Protocols, dApps, and apps implementing EUROe may, however, use various oracles as a price or other metric input. If you are implementing or using EUROe through a third-party, please understand the oracle risks involved.
Does EUROe support EIP-2612 Permit Extension for EIP-20 Signed Approvals?
Yes; the EVM implementation of EUROe does support EIP-2612.
Does EUROe support the CIS3 standard on Concordium?
Yes.
I tried to approve EUROe for use by another contract on Polygon. Why did it not go through?
This is likely due to congestion on the Polygon network. Try again with a higher base and priority fee.
How can I implement gasless EUROe transfers?
Implementing gasless EUROe transfers, from the end-user perspective, is supported on all blockchains.

Concordium
You may utilise the operator scheme or CIS3 permits on Concordium for the gasless transfer of EUROe.

Ethereum Virtual Machine
On the Ethereum Virtual Machine, gasless transfers can be implemented through the sign-permit-transfer scheme (approve/transferFrom pattern) introduced in EIP-2612. An entity with gas assets can use an off-chain message (signature) to permit (allowance) another party to transfer EUROe. EIP-2612 is a more generalised version of the EIP-3009 implementation but it requires the use of sequential nonces.

Solana Virtual Machine
Among other solutions, you may utilise a gasless transaction relayer to transfer EUROe.