Skip to main content
Looking for Contributors! This Skill needs an implementation.Contributing a Skill involves:
  1. Writing a reference implementation with full functionality
  2. Adding comprehensive tests
  3. Writing documentation with usage examples
See the ethers-provider Skill for an example of a complete Skill implementation.Interested? Open an issue or PR at github.com/evmts/voltaire.
Skill — Copyable reference implementation. Use as-is or customize. See Skills Philosophy.
Interact with Uniswap V4’s singleton architecture, custom hooks, and flash accounting system.

Why Uniswap V4?

V4 introduces major architectural changes:
  • Singleton contract — All pools in one contract (gas savings)
  • Hooks — Custom logic at every pool lifecycle point
  • Flash accounting — Net-zero balance requirements
  • Native ETH — No more WETH wrapping required
  • Dynamic fees — Hooks can modify swap fees

Planned Implementation

Pool Interaction

Swaps

Liquidity Provision

Hook Development

Resources