Getting Started with Equilink
This guide will help you set up and run your own instance of Equilink. Follow these instructions carefully to ensure proper installation and configuration.
System Requirements
Python 3.11 or higher
Node.js 18+ (for frontend components)
16GB RAM minimum (32GB recommended)
Linux/macOS/Windows with WSL2
Required Accounts and API Keys
Ethereum/Solana node access (Infura, Alchemy, or private node)
AI API access:
Anthropic API key (Claude)
Groq API credentials
Social platform access:
Twitter Developer API keys
Discord Bot tokens
Blockchain explorer API keys (optional)
Clone the Equilink repository:
Set up a Python virtual environment:
Install required dependencies:
Configure your environment:
Core Configuration Files
config/main.yaml: Primary configuration file
config/agent.yaml: Agent behavior settings
config/defi.yaml: DeFi protocol settings
Starting the Agent
Basic Operations
Market Analysis
Portfolio Management
Social Analysis
Customizing Agent Behavior
Create a custom configuration file custom_config.yaml:
Setting Up Automated Tasks
Create a task configuration:
Health Checks
Logs and Debugging
Logs are stored in
logs/equilink.logDebug mode can be enabled in configuration:
Common issues and solutions:
Connection Issues
API Rate Limits
Implement retries in configuration:
Review the API Documentation
Explore Advanced Features
Check out Example Scripts
Last updated
