Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoWay — The First AI Trading Agent with Permanent On-Chain Memory

Every trade decision. Every AI verdict. Forever on Mantle.

🔴 Live Demo → cryptoway.vercel.app

📜 Contract → 0xD862Bb...8

🤖 ERC-8004 Agent → #55129 on 8004scan.io

Verified: https://sourcify.dev/server/repo-ui/5003/0xD862Bb6CEf2A1F13be95BA14AE55CC33979E0f08


What Makes This Different

Most AI trading tools give you an analysis and forget it ever happened. CryptoWay doesn't.

Every decision the AI makes — every verdict, every risk assessment, every entry/exit — is permanently written to Mantle Network. The AI can't revise history. It can't hide bad calls. The record is immutable, public, and verifiable by anyone.

This is the first consumer-facing application where an AI trading agent has a permanent, on-chain track record. Not a screenshot. Not a claim. A blockchain transaction.

Byreal Integration & Agent Autonomy: CryptoWay has successfully deployed its core on-chain risk management firewall and autonomous error recovery framework on Mantle Sepolia. To fully satisfy the track criteria, the next immediate and primary milestone is integrating our logic directly with Byreal's core components (Agent Skills, Perps CL, or RealClaw) to move beyond surface-level implementation and enable secure, automated on-chain perpetual futures execution.


How It Works

Your Trade Setup
      ↓
Rule Engine (deterministic: R/R, SL safety, leverage, position sizing)
      ↓
Groq × Llama 3.3 70B (narrative analysis in your language)
      ↓
MetaMask → CryptoWayAgent.sol → Mantle Network
      ↓
Immutable On-Chain Record ← Verifiable by anyone, forever
      ↓
Optional: Execute on Bybit v5 or Binance Futures

Three Things Judges Should Know

1. The on-chain record is real.
Contract 0xD862Bb6CEf2A1F13be95BA14AE55CC33979E0f08 is live on Mantle Sepolia with 8 seeded decisions. Open the Agent page → On-Chain History to see real transactions.

2. The AI agent has a verified identity.
CryptoWay is registered as ERC-8004 Agent #55129 — the emerging standard for on-chain AI agent identity. This connects our Mantle execution to a permanent cross-chain reputation profile.

3. This is production-scope, not a prototype.
27 trading instruments · 7 languages (EN, RU, ZH, KO, VI, TR, ES) · Bybit v5 full order placement with TP/SL and leverage · Binance Futures fallback · Live market P&L · TradingView charts · Fear & Greed index · Share on X with agent identity.


Tracks

Track Why CryptoWay Qualifies
AI Trading & Strategy Dual engine: deterministic rules + LLM, full Bybit v5 execution
Consumer & Viral DApps 7 languages, share on X, accessible to non-Web3 users
Best UI/UX Award Clean mobile-first design, zero Web3 jargon barrier
20 Project Deployment Award Contract deployed + verified, frontend live, demo video

Mantle Ecosystem Integration

CryptoWay is built natively for Mantle:

  • Merchant Moe — liquidity depth for slippage estimation on MNT pairs
  • Agni Finance — volatility reference for Mantle-native assets
  • mETH Protocol — RWA yield context in trade analysis
  • USDY / Ondo — stablecoin risk layer in position sizing logic
  • Mantle RPC — direct reads from CryptoWayAgent.sol for on-chain history

Smart Contract

// CryptoWayAgent.sol — Mantle Sepolia
// ERC-8004 Agent Identity: #55129

function logDecision(
    string pair, string direction,
    uint256 entryPrice, uint256 stopLoss, uint256 takeProfit,
    uint256 leverage, uint256 rrRatio,
    string aiVerdict, string aiAnalysis
) external

Every call emits DecisionLogged — permanently indexed on Mantle, queryable by anyone.


Quick Start

git clone https://github.com/aar0n4ik/CryptoWay
cd CryptoWay
npm install
# Add to .env.local:
# GROQ_API_KEY=your_key
# NEXT_PUBLIC_CONTRACT_ADDRESS=0xD862Bb6CEf2A1F13be95BA14AE55CC33979E0f08
npm run dev

What's Next

CryptoWay is not a hackathon prototype — it's the foundation of something larger.

The roadmap includes autonomous agent mode (no human confirmation required), cross-chain execution beyond Mantle, institutional-grade backtesting of on-chain AI decisions, and an open reputation layer where any protocol can query an agent's verified track record.

The Turing Test Hackathon gave us the infrastructure to prove the concept. The on-chain data is already accumulating. The agent already has an identity. What comes next is scale.


Built for The Turing Test Hackathon 2026 · Mantle Network · ERC-8004 Agent #55129
Powered by Groq × Llama 3.3 70B · Deployed on Mantle Sepolia

Releases

Packages

Contributors

Languages