Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.31 KB

README.md

File metadata and controls

16 lines (12 loc) · 1.31 KB

BEST RATES SWAPS

Welcome to Best Swaps Rates. Within this application, you will have the opportunity to perform WETH-USDT swaps across various decentralized exchanges (DEXs) while selecting the most favorable exchange rate available. Currently deployed in Arbitrum.

The contract has been deployed to the Arbitrum network an its main functionalities are:

  1. Any user has the option to deposit WETH tokens, and these tokens are pooled together within the contract without individual tracking for each user.
  2. Any user can access the platform and initiate a swap for the entire WETH balance held within the contract. The swap is facilitated through the exchange that provides the most favorable rate, as indicated by our frontend interface.
  3. Any user can withdraw the USDT amount of tokens held in the Treasury.
  4. There is a button available for users to retrieve the WETH and USDT token balances of the Treasury contract at any given moment.

Requirements

The only requirement for executing some Scripts is having a PRIVATE_KEY= variable inside your .env file.