Skip to content

A suite of Uniswap v4 contracts for automated JIT liquidity from any capital source

License

Notifications You must be signed in to change notification settings

saucepoint/jitterbug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JITTERBUG: Just-in-time Liquidity Positions via Hooks or Swap Router

🚧 UNDER CONSTRUCTION 🚧

Reusable abstract contracts, for creating JIT liquidity from any capital source


image


jitterbug/
├── src
│   ├── JITRouter.sol   # (theoretical) Swap router which creates a JIT position on any Uniswap v4 Pool
│   ├── JIT.sol         # Base contract for creating and closing liquidity positions
│   ├── JITHook.sol     # Inherits JIT.sol to create positions in beforeSwap and close positions in afterSwap
│   └── examples
│       └── Simple.sol  # Inherits JITHook.sol that sources liquidity from an approving EOA address

About

A suite of Uniswap v4 contracts for automated JIT liquidity from any capital source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published