Uniswap v4 Hook · Unichain Sepolia · Live
The LP Shield.
AI predicts impermanent loss before it happens. Fees surge to compensate. Cryptography proves the AI is not lying.
Architecture
Four layers. Remove any one and the project breaks.
NeuralHook.sol verifies ECDSA oracle signatures before executing any fee change. ILInsuranceFund.sol holds ETH reserves with 10% drain protection per claim.
Processes pool volatility, tick proximity, and momentum. Produces a signed IL risk (LOW → CRITICAL) and recommended fee. Output signed inside TEE before leaving the model.
Three agents gossip votes over HTTP. When 2-of-3 agree on the same risk class, consensus is declared and the fastest-responding agent's signature is used on-chain.
Simulates every tx via eth_call before broadcasting. Only agent-0 submits to prevent nonce collisions. Gas fetched live from the network. Full AuditEntry on every round.
Trust
The AI cannot hallucinate a fee.
Every output is signed inside a 0G Sealed Inference TEE before it leaves the model. NeuralHook.sol calls ECDSA.recover(resultHash, signature) and reverts if the signer is not the trustedOracle address. A fabricated fee cannot pass this check. No admin key. No governance delay. The proof is the permission.
Output signed inside hardware enclave before leaving the model
Three Gensyn AXL agents agree before any on-chain action
ECDSA.recover verifies every signature atomically per swap
Deployed contracts · Unichain Sepolia
Built with