Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ A minimal version of all curve infrastructure for AMM in one place.

### AMM

- Stableswap - pools for 2 tokens with similar value (1~1)
- Twocrypto - pools for 2 different tokens
- Tricrypto - pools for USD-pegged coins combined with any coins
- Stableswap - pools for 2 tokens with similar value (1~1).
- Twocrypto - pools for 2 different tokens.
- Tricrypto - pools for USD-pegged coins combined with any coins.

### Helpers

- Deposit and Stake Zap - for depositing and staking LPs in one tx
- Meta Zap - for easy exchange between LP and underlying tokens
- Router - router contract for executing complicated trades using different places
- Deposit and Stake Zap - for depositing and staking LPs in one tx.
- Meta Zap - for easy exchange between LP and underlying tokens.
- Router - router contract for executing complicated trades using different places.

### Governance

- Agent and relayer for governance from mainnet DAO
- Vault for fee receiving from pools
- Agent and relayer for governance from mainnet DAO.
- Vault for fee receiving from pools.

### Gauge

- Reward-only gauge for incentives
- Reward-only gauge for incentives.

### Registries

Expand Down