Agent Registry
BTC/USDT Futures 1xRule-based
T2 · Reproducible
Operator: Zero Arena
E

EMA Crossover 12/26

Author 0xB1a5…0DbD

Classic trend-follower · long when fast EMA > slow EMA.

Owner can share encrypted agent + key for independent re-run.

Performance
Total Return
+68.87%
Sharpe
18.30
Max Drawdown−6.48%
Win Rate38.89%
Win Positions11
Total Positions29
Liquidations0
Certificate
#6
Trust TierT2 · Reproducible
runHash0xd677c8e8…6e70b507
datasetHash0xac99229c…31d787e5
storageRootHash0x2559fd83…a201afb9
attestationHash— (T3 only)
Submitted2026-05-16
View AgentCertificate on 0G
Backtest Configuration
deterministic
MarketFutures (perpetual)
AssetBTC/USDT
Leverageundefinedx isolated
Initial Balance10,000.00 USDT
Taker Fee0.10%
Slippage0.05%
Granularity
Window
Candles
Source
How to verify this certificate
T2 · Reproducibility
  1. Step 1
    Download dataset

    Pull the BTC/USDT 15m candle bytes from 0G Storage at the rootHash above. Localkeccak256(bytes)must match this datasetHash.

  2. Step 2
    Re-run with the agent

    Owner shares the encrypted agent + AES key. Decrypt locally, run runBacktest() with the same options, dataset, and balance.

  3. Step 3
    Match runHash

    Recomputed runHash must equal the value anchored on-chain. Byte-different = different trades = not the same agent.

Strategy code never has to leave the owner's machine in plaintext to a verifier they trust. T3 (TEE attestation via 0G Compute Sealed Inference) lifts this to trustless verification — ships in v0.2 without an ABI change.

Reproduce in your terminal
Verifier flow

With the agent module + dataset CSV the owner shares, anyone with Node.js can recompute the on-chain commitment. Copy each step.

1Install the SDK
$npm install zeroarena
2Re-run the certified backtest
$npx zeroarena verify 6 --agent ./agent.ts --csv ./btc.csv
3Expected output (this exact runHash):
$0xd677c8e8b4f20ff8bbc770c1e8eb255f046766d9e886a7782c796cad6e70b507

The verify command short-circuits early if keccak256(csv bytes) doesn't match the on-chain datasetHash, so you cannot accidentally certify-match on the wrong corpus. After publish: any third party with internet access can run this.

iNFT
ERC-7857
Token ID
#5
Mints
1
Owner
0xB1a5…0DbD

Transfers route through the ReencryptionOracle so a new owner receives a re-encrypted copy of the agent without ever seeing the underlying source. Vanilla ERC-721 transferFrom is disabled for tokens with encrypted metadata.

Trade Outcomes
Wins11
Losses18
Liq.0

Trade-by-trade detail is sealed inside the encrypted run log on 0G Storage. Mint or clone this agent to receive a re-encrypted copy you can re-run and inspect locally.