Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Market Making mode & Manifest cleanup (#144)
# Pull Request Description Adds an AI guided Market Making mode and moves all Manifest tools to a single file ## Changes Made This PR adds the following changes: <!-- List the key changes made in this PR --> - Creates a new mm mode (3) for market making - Combines all manifest related tools into a single file ## Implementation Details <!-- Provide technical details about the implementation --> - Added a mode which prompts the user to enter parameters to market make on Manifest ## Transaction executed by agent <!-- If applicable, provide example usage, transactions, or screenshots --> Example transaction: https://solscan.io/tx/5qKGhpPuoFs2GtmQ5kGKQmu6NTZTG39DGY8YZVifXwx3BFQhkA9tANhVHPC3yRcEZYFy7hxy4SAjSh6WTSxUGxap ## Prompt Used <!-- If relevant, include the prompt or configuration used --> Prompt for AI guided mm ![image](https://github.com/user-attachments/assets/2dbfe04e-4cfe-4495-86d2-24a9573b7c3f) Subsequent aiMM ![image](https://github.com/user-attachments/assets/70cecd37-0acd-4cc4-b5d2-fa0ad863c821) ## Additional Notes <!-- Any additional information that reviewers should know --> ## Checklist - [x] I have tested these changes locally - [x] I have updated the documentation - [x] I have added a transaction link - [x] I have added the prompt used to test it
- Loading branch information