Alris is an AI-powered platform designed to dynamically optimize yield and automate trading strategies on the Solana blockchain. Built with cutting-edge technologies, Alris utilizes real-time market data and integrates with Solana's infrastructure to execute informed data-driven transactions. This project is currently in its MVP (Minimum Viable Product) stage.
You can watch the demo video here: Loom Video Link
Note: The MVP is not deployed due to unresolved dependency bugs.
-
Dynamic Yield Optimization
- Fetches real-time data from CoinGecko and Orca API.
- Leverages Solana Agent Kit for transaction execution and updates.
-
AI-Driven Strategy
- Process market data through GPTv4 to determine optimal trading and yield strategies.
-
Automated Transactions
- Transfers funds and tracks updates directly through the Solana blockchain.
-
Real-Time Updates
- Continuously monitors market conditions and adjusts strategies accordingly.
- Next.js: Framework for building the front end of the application.
- Solana Agent Kit: This is for fetching wallet data and executing on-chain transactions.
- Switchboard Oracle: Used to pull accurate and real-time data feeds.
- CoinGecko API: Fetches price data for top trading tokens.
- Orca API: Retrieves yield-generating pools.
- Grok XAI: Processes data and generates strategies using explainable AI.
To run this project locally, follow these steps:
Ensure you have the following installed:
- Node.js (v16 or later)
- npm, yarn, pnpm, or bun (any package manager)
- Solana CLI for blockchain interaction
-
Clone the repository:
git clone https://github.com/maushish/alris.git cd alris -
Install dependencies:
npm install # or yarn install # or pnpm install # or bun install
-
Start the development server:
npm run dev # or yarn dev # or pnpm dev # or bun dev
-
Open your browser and navigate to http://localhost:3000 to view the app.
To learn more about the technologies used in Alris, check out the following resources:
- Next.js Documentation - Learn about the Next.js framework.
- Solana Documentation - Understand how Solana works.
- Solana Agent Kit - Explore the tools used for building on Solana.
- CoinGecko API - Fetch token pricing data.
- Orca API - Get yield pool data.
- Dependency Bugs: Certain unresolved dependency issues are preventing the deployment of the MVP.
- Optimization: Performance tuning and strategy refinement are ongoing for the AI component.
- Fix dependency issues to enable deployment.
- Expand support for additional DeFi protocols.
- Improve AI model accuracy for strategy generation.
Contributions, issues, and feature requests are welcome! Feel free to check out the repository and submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for details.
Contact Information
For more details, contact us at: [email protected]