kaiachain / kaia-dapp-mono

MIT License
9 stars 23 forks source link

Proposal: Integration of Kaia Gasless Transactions via EIP-712 #139

Open 0xjustAJ opened 1 month ago

0xjustAJ commented 1 month ago

Description: This proposal aims to implement gasless transactions using EIP-712 on Kaia, allowing users to sign transactions off-chain and pay gas fees with tokens. This will significantly enhance user experience by reducing friction, enabling smoother interaction with DApps, especially for new users unfamiliar with gas payments. It will also promote adoption and broaden the appeal of Kaia DApps, contributing to network growth.

Bounty Track: DeFi/DApps

zxstim commented 1 month ago

What are your deliverables for this proposal?

0xjustAJ commented 1 month ago

What are your deliverables for this proposal?

1) EIP-712 Integration Design: This is a detailed technical design for implementing EIP-712 on Kaia, outlining how users can sign transactions off-chain and how gas fees can be paid with tokens.

2) Documentation & Tutorials: Detailed documentation for developers and users, including integration guidelines for dApp developers, and user tutorials for gasless transactions.

zxstim commented 1 month ago

After thinking, I am somewhat ok with this provided you build towards gas station infra similar to this https://opengsn.org/

Kaia already has a delegate gas feature but it is different from smart contract flow. I don't mind funding an OpenGSN fork.