Skip to content

Commit

Permalink
chore: fix spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleifke committed Feb 26, 2025
1 parent e2b53a4 commit c12a232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c12a232

Please sign in to comment.