- Step1: Clone the repository from GitHub.
- Step2: Run npm install to install dependencies.
- Step3: Create a .env file with OPENAI_API_KEY, RPC_URL, and PRIVATE_KEY.
- Step4: Configure agent strategies and tokens in src/agent.js.
- Step5: Launch the agent with npm start.
- Step6: Monitor logs and refine prompts for strategy adjustments.