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
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ Integrate ffp into your project.
npm install aoffp
```

* [Prepare](#prepare)
* [0. Install](#0-Install)
* [1. Set up config](#1-set-up-config)
* [2. Get token airdrop](#2-get-token-airdrop)
* [Use Case](#use-case)
* [Agent](#agent)
* [1. Create your agent](#1-create-your-agent)
* [2. Deposit token to your agent](#2-deposit-token-to-your-agent)
* [Orderbook](#orderbook)
* [1. Create your orderbook agent](#1-create-your-orderbook-agent)
* [2. Deposit token to your orderbook agent](#2-deposit-token-to-your-orderbook-agent)
* [3. Make order](#3-make-order)
* [4. Use AGNET1 to take order](#4-use-AGENT1-to-take-order)
* [AMM](#amm)
* [1. Create your AMM agent](#1-create-your-amm-agent)
* [2. Deposit token to your AMM agent](#2-deposit-token-to-your-amm-agent)
* [3. Add liquidity](#3-add-liquidity)
* [4. Request an order from AMM agent](#4-Request-an-order-from-amm-agent)
* [5. Take this order by agent](#5-take-this-order-by-agent)
* [6. Arbitrage with orderbook order and AMM agent](#6-arbitrage-with-orderbook-order-and-amm-agent)
* [7. Remove liquidity from AMM agent](#7-remove-liquidity-from-amm-agent)
- [Prepare](#prepare)
- [0. Install](#0-Install)
- [1. Set up config](#1-set-up-config)
- [2. Get token airdrop](#2-get-token-airdrop)
- [Use Case](#use-case)
- [Agent](#agent)
- [1. Create your agent](#1-create-your-agent)
- [2. Deposit token to your agent](#2-deposit-token-to-your-agent)
- [Orderbook](#orderbook)
- [1. Create your orderbook agent](#1-create-your-orderbook-agent)
- [2. Deposit token to your orderbook agent](#2-deposit-token-to-your-orderbook-agent)
- [3. Make order](#3-make-order)
- [4. Use AGENT1 to take order](#4-use-AGENT1-to-take-order)
- [AMM](#amm)
- [1. Create your AMM agent](#1-create-your-amm-agent)
- [2. Deposit token to your AMM agent](#2-deposit-token-to-your-amm-agent)
- [3. Add liquidity](#3-add-liquidity)
- [4. Request an order from AMM agent](#4-Request-an-order-from-amm-agent)
- [5. Take this order by agent](#5-take-this-order-by-agent)
- [6. Arbitrage with orderbook order and AMM agent](#6-arbitrage-with-orderbook-order-and-amm-agent)
- [7. Remove liquidity from AMM agent](#7-remove-liquidity-from-amm-agent)

## Prepare

Expand Down