From c12a232f23f88a58424072e80514382d362b0a7c Mon Sep 17 00:00:00 2001 From: Robert Leifke Date: Wed, 26 Feb 2025 13:10:58 -0500 Subject: [PATCH] chore: fix spelling errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 888b325..9b83e33 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Automated market makers (AMMs) have revolutionized spot markets by bootstrapping - 🤝 No reliance on counterparties - 🛠️ Customizability -### Architecture +## Architecture -Numo is a Uniswap V4 hook that inherits OpenZeppelin's `BaseCustomCurve` contract from their `uniswap-hooks` library. Thus enabling Numo to inherit much of the security guarantees of Uniswap V4 battle tested code while overridng the concentrated liquidity logic to support the replication of deriatives. Instead of calling `beforeSwap` directly, Numo.sol implements its custom trading curve logic in `_getUnspecifiedAmount` to support the replication of derivatives. Each call and put is repersented as a `ERC-6909` token. +Numo is a Uniswap V4 hook that inherits OpenZeppelin's `BaseCustomCurve` contract from their `uniswap-hooks` library. Thus enabling Numo to inherit much of the security guarantees of Uniswap V4 battle tested code while overriding the concentrated liquidity logic to support the replication of deriatives. Instead of calling `beforeSwap` directly, Numo.sol implements its custom trading curve logic in `_getUnspecifiedAmount` to support the replication of derivatives. Each call and put is repersented as a `ERC-6909` token. #### Trading curve