FAQs

Embedded wallets

Are embedded wallets a separate application?

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.

Can I use the same crypto account for testnet (Amoy) and mainnet Polygon?

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.

Is the SDK open source?

Yes! Visit us at https://github.com/rally-dfs/

Gasless Transactions

How can I tell if a token is supported for sponsored gasless transactions?

We support tokens that use the following methods to enable gasless transactions:

executeMetaTransaction

ERC20 tokens using the official Polygon token mapper prior to January 2023 automatically inherited executeMetaTransact. This can be verified by checking that a token's Contract Name is UChildERC20Proxy. RLY Token for reference.

permit()

Are all contracts supported?

Not all contracts are supported by our SDK out of the box. Here are some error messages you may encounter:

  1. Paymaster rejected in server: isTrustedForwarder: reverted.

    1. In order to enable sponsored gasless transactions, the contract must be ERC2771 compatible or whitelisted on our paymaster. View the Add ERC2771Recipient guide.

  2. Paymaster rejected in server: invalid forwarder for recipient.

    1. External contracts are required to set the trusted forwarder address to

      1. Amoy: 0x0ae8FC9867CB4a124d7114B8bd15C4c78C4D40E5

      2. Mainnet: 0xB2b5841DBeF766d4b521221732F9B618fCf34A87

    2. View the code example

Do you support tokens that do not use executeMetaTransaction and permit()for sponsored gasless transactions?

Please contact us at partnerships@rallyprotocol.com in order to find a solution that works.

Will you support a specific blockchain?

Please contact us at partnerships@rallyprotocol.com in order to find a solution that works.

Last updated