From eea110186e75897d92d97444fd7f1fcd65f20285 Mon Sep 17 00:00:00 2001 From: JoscelynFarr Date: Wed, 17 Apr 2024 16:10:33 +0800 Subject: [PATCH] modifi ReadMe --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 619c598..83e6571 100644 --- a/README.md +++ b/README.md @@ -170,12 +170,7 @@ Two lending system examples include: ## Funding Rate Arbitrage -The core contract [FundingRateArbitrage](./src/FundingRateArbitrage.sol) involves offsetting trades in both spot and perpetual markets to capture funding rate income in perpetual trading. - -Key functions: - -- LPs can deposit USDC into the arbitrage pool via the deposit function, earning interest. Withdrawal requests for both interest and capital can be made by users, executed within 24 hours through permitWithdrawRequests. -- Upon users depositing USDC into the arbitrage pool, the admin utilizes the USDC to purchase ETH and deposits it into the JUSDBank system via the swapBuyEth function. Subsequently, the admin borrows JUSD using borrow and deposits it into the trading system. Finally, the admin initiates short interest in the trading system to accumulate funding fees. +Comming soon ## Other Components