ANDES_FINANCE
Coming Soon

Smart liquidityfor AMMs

Built on top of Uniswap v4 Hooks

Coming soon on Ethereum and L2s

Get notified when we launch

hello@andes.fi
AndesHooks.sol
1import {BaseHook} from "@openzeppelin/uniswap-hooks/src/base/BaseHook.sol";
2import {IPoolManager} from "@uniswap/v4-core/src/interfaces/IPoolManager.sol";
3
4contract AndesHooks is BaseHook {
5 constructor(IPoolManager _poolManager) BaseHook(_poolManager) {}
6
7 function getHookPermissions() public pure override returns
8 (Hooks.Permissions memory) {
9 return Hooks.Permissions({/* ... */});
10 }
11}
12
$ cat features.json

What we're building

PERFORMANCE

Lightning Fast Execution

Optimized hook execution with minimal gas overhead for efficient AMM operations.

~50k gas
SECURITY

Built on Uniswap v4

Leveraging Uniswap v4's secure foundation and battle-tested infrastructure.

Audited
COMPOSABILITY

Modular Hooks

Compose multiple hooks to create sophisticated liquidity strategies and products.

Flexible
DEVELOPER DX

Developer Focused

Designed for teams building innovative DeFi products on top of Uniswap v4.

DeFi Studio
$ andes --version --verbose

Technology Stack

Built with modern tooling and deployed across multiple chains

Uniswap v4[core]
Solidity 0.8.26[lang]
Foundry[test]
TypeScript[sdk]
Ethereum[chain]
Arbitrum[l2]
Optimism[l2]
Base[l2]

INFO Package manager: pnpm 9.x

INFO Node version: v20.11.0

INFO Build time: 127ms