Back to Home
INPAYXWEB3 icon

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

Run Command
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

Stats

Interest Score36
Security Score3
Cost ClassLow
Avg Tokens10
Stars7
Forks0
Last Update2025-12-03

Tags

SolanaBlockchainPrivacyAI AgentsDecentralized Finance