Skip to content

mzs-dev/BulkiSwap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BulkiSwap

Batched swapps made easy!

The idea is to batch multiple swap transactions into one.

If a user swaps out n tokes for n different tokens on a dex he'd end up having to execute 2n transactions.

BulkiSwap aims to execute all the swaps by batching 'em all into a single txn saving (2n-1)*21000 gas (That's a lot of money!).

This would mean the tokens would have to inherently supposort the Permit functionality else for every outlier we'd have a transaction added to approve the token to be spent first.

About

Batched swapps made easy!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published