A React-based web application that helps users find the best interest rates in cryptocurrency liquidity pools and simulate potential returns on their investments.
-
Real-time display of top liquidity pools with key metrics:
- Total Value Locked (TVL)
- 24h Trading Volume
- Fee APR
- Fee Tier information
- Current token pair prices
-
Investment simulation tools:
- Customizable deposit amount
- Price range selection (-20% to +20%)
- Projection period configuration (up to 10 years)
- Reinvestment frequency options
- Daily, monthly, and annual return calculations
- Total value projection after investment period
-
Advanced metrics:
- Average Daily Return
- Average Monthly Return
- Average Annual Return
- Price history chart
- Daily fees per deposit
Visit the live application at: https://crypto-invest-chi.vercel.app/
- React.js
- Tailwind CSS
- Chart.js (for price visualization)
- Vercel (deployment)
- Clone the repository:
git clone https://github.com/yourusername/crypto-invest.git- Install dependencies:
cd crypto-invest
npm install- Start the development server:
npm run dev- Open http://localhost:3000 in your browser
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
This application is for educational purposes only. Cryptocurrency investments carry high risk, and past performance does not guarantee future results. Always do your own research before making any investment decisions.
If you have any questions or need help, please open an issue in the GitHub repository.
React App for find the best interest rate in crypto liquidity pool https://crypto-invest-chi.vercel.app/

