Non-ERC-2771
Permissionless meta-transactions
Last updated
Permissionless meta-transactions
Last updated
Please proceed to our page and read it thoroughly before advancing with your implementation. It is crucial to understand all potential security risks and measures to mitigate them.
Gelato Relay offers two methods that don't implement ERC2771 signature verification:
where gas fees are sponsored by a account.
, where the target contract transfers gas fees using Relay Context Contracts.
Please exercise utmost caution when using the Gelato Relay without implementing ERC-2771 for authentication/authorization.
There are specific use cases where the Gelato ERC-2771 implementation may not be necessary:
If your application or protocol already implements user signature/verification and has authentication/authorization mechanisms in place.
Applications like Gnosis Safe multisigs, where a non-ERC2771 compliant signature mechanism is already established.
If your application does not require any access control and does not involve any fund transfers.
We highly recommend cross-checking with us on if you believe your setup doesn't require the ERC-2771 user verification. We can help confirm whether your implementation is sufficiently secure.