INPAYX
by INPAYXWEB3
Overview
Zoleno is a privacy-focused Solana fork that enables untraceable transactions and private tipping, designed to support decentralized AI agents and communities with authentic, unobserved contributions.
Installation
uvicorn ai/api/server:app --host "0.0.0.0" --port 8000 --log-level "info"Environment Variables
- SECRET_KEY
- JWT_SECRET
- MODEL_DIR
- APP_ENV
- LOG_LEVEL
- RATE_LIMIT_RPS
- RATE_LIMIT_BURST
- DB_HOST
- DB_PORT
- DB_USER
- DB_PASSWORD
- DB_NAME
- REDIS_HOST
- REDIS_PORT
- REDIS_PASSWORD
- REDIS_DB
- WS_PORT
- SOLANA_PRIVATE_KEY
- SOLANA_CLUSTER
Security Notes
Critical hardcoded secret keys are present in multiple authentication and API components (e.g., ai/api/server.py uses 'your-secret-key-for-jwt-encryption' as a fallback, backend/api/handlers/user.go and backend/api/models/user.go use 'your-secure-secret-key-here', backend/websocket/server.go uses 'valid-token'). These hardcoded secrets make the system highly vulnerable to unauthorized access and data breaches if environment variables are not correctly set. The WebSocket server also has an open CORS policy (`CheckOrigin: true`) and a basic hardcoded token for authentication, posing significant network security risks. While there are good practices for robust logging, monitoring, and dependency management (GitHub Actions workflows), these are severely undermined by the fundamental secret management issues. Model upload functionality (`ai/api/endpoints.py`) lacks explicit deep content validation, which could allow malicious model payloads.
Similar Servers
VEEPAY
Building and managing autonomous AI agents on the Solana blockchain for Web3 automation, decision-making, and modeling complex behaviors (e.g., whale cognition/financial trading).
claud-coin
To incentivize contributions and knowledge sharing within AI developer communities on the Solana blockchain, particularly through Model Context Protocol (MCP) integration, token rewards, and an achievement system.
P-Link-MCP
The P-Link MCP Server connects AI clients (like ChatGPT, Claude) to a Solana-based payment system, enabling conversational management of cryptocurrency payments, wallet information, and creation of payment links.
x402-mcp-server
Enables native x402 payments for AI agents via a Spring Boot server, exposing payment operations as MCP tools.