AikiSend is an opensource and free to use software that allows you to send multiple tokens to multiple accounts in one Transaction by leveraging Uniswap Permit2 and with support for ENS domain name.
Problem:
Almost every multi token application in existence requires you to approve your token to a different contract, which can have some serious security implications, and also there's only support sending one token to multiple accounts i.e 1 token -to-N addresses.
Solution:
AikiSend tackles these problems with the following simple approaches:
- Routing token approvals and transfers through Uniswap Permit2 contract, which is battle tested and audited.
- Leveraging EIP712 for structured signature of transfer data.
- Native support for sending multiple tokens say (Dai, UNI, GTC, USDC and so on) all in just One Transactoion, essentially N tokens -to-N addresses 🎉
Future with Gitcoin grants:
- We plan to revamp the website with modern framework / design system, and improved UX.
- Add support for other wallet clients/applications.
- Add support for ERC721 and ERC1155 multitoken standards.
- Add support for mobile clients.