FAQs
Last updated
Last updated
An embedded wallet is not a standalone wallet app like Metamask or Coinbase Wallet. Instead, it serves as the wallet layer with which your dApp provides an interface to interact with the blockchain. Simply put, your dapp is the wallet.
A crypto account on Amoy will work on Mainnet Polygon and vice versa. Please make sure you select the correct network if funds are not appearing correctly.
Yes! Visit us at
We support tokens that use the following methods to enable gasless transactions:
executeMetaTransaction
ERC20 tokens using the official prior to January 2023 automatically inherited executeMetaTransact
. This can be verified by checking that a token's Contract Name is UChildERC20Proxy.
permit()
Not all contracts are supported by our SDK out of the box. Here are some error messages you may encounter:
Paymaster rejected in server: isTrustedForwarder: reverted.
Paymaster rejected in server: invalid forwarder for recipient.
External contracts are required to set the trusted forwarder address to
Amoy: 0x0ae8FC9867CB4a124d7114B8bd15C4c78C4D40E5
Mainnet: 0xB2b5841DBeF766d4b521221732F9B618fCf34A87
executeMetaTransaction
and permit()
for sponsored gasless transactions?In order to enable sponsored gasless transactions, the contract must be or whitelisted on our paymaster. View the .
View the
Please contact us at in order to find a solution that works.
Please contact us at in order to find a solution that works.