AI-powered autonomous trading agent for crypto and prediction markets.
Neko Vives is an AI-powered autonomous trading agent for crypto and prediction markets. It runs 24/7 across EVM, Solana, TON, and Polymarket, executing strategies written in sandboxed Rhai scripts. Users backtest strategies historically, deploy them live with real capital, and monitor P&L through a real-time web dashboard. Built in Rust with institutional-grade security.
Built in Rust with a multi-crate workspace: wallet manager (AES-256-GCM), EVM (alloy + Uniswap), Solana (sol-trade-sdk), TON (tonlib-rs), and Polymarket (CLOB API). Strategies run in a sandboxed Rhai engine with compile-once AST reuse for binary backtests. React + Vite dashboard embeds into the binary via rust-embed. Hacky but effective: we patch Rhai scripts at runtime (ctx.buy → buy_impl) to inject engine state without exposing Rust internals to user code.
***** ZeroClaw fork

