Home›Features›How it works›Plans›Security›About›
Products ›
Network ›
Resources ›
Launch app ›

Developer Docs.

Build against ArxNetwork with PowerShell scripts, signal request payloads, live Smith scans and execution handoff objects.

Quick install

Developer quick start for the signal network.

Use this page to copy commands and run the included PowerShell module locally. When you send the backend ZIP, these commands can point to your real API endpoints.

TERMINAL
.\scripts\arx-collab.ps1 -Workspace "smith-lab" -Agent "Agent Smith" -Mode Execution
Invoke-ArxAgentSmithScan -Pair "BTC/USDT" -MirrorWallets 25 -ConfidenceFloor 75
New-ArxExecutionHandoff -Pair "ETH/USDT" -Agent "Agent Smith" -Confidence 88 -Route "manual-or-backend"
$env:ARX_API_URL="https://api.yourdomain.com/v1"
$env:ARX_API_KEY="paste-your-dev-key"
Submit-ArxSignalRequest -Path .\.arxnetwork\sample-request.json
API model

Objects your backend can receive.

The script writes JSON payloads for signals, market snapshots, execution handoffs and audit bundles.

sample-request.json
{
  "agent": "Agent Smith",
  "pair": "SOL/USDT",
  "mirrorWallets": 25,
  "confidenceFloor": 75,
  "mode": "SignalAndExecution",
  "handoff": "open"
}
Arcium-style build bridge

Developer flow for confidential signal collaboration.

The docs page now mirrors the quick-install energy of the Arcium build experience while keeping ArxNetwork’s own PowerShell workflow for Agent Smith, market snapshots and backend handoff.

ARX × ARCIUM NOTES
# Local ArxNetwork collaboration console
.\scripts\arx-collab.ps1 -Workspace smith-lab -Agent "Agent Smith" -Mode Execution
Invoke-ArxAgentSmithScan -Pair SOL/USDT -MirrorWallets 25 -ConfidenceFloor 75
# Next backend step: send sealed signal context to your confidential-compute adapter
BUILD STATUSready
? PowerShell workflow ready
? Signal request JSON generated
? Arcium collaboration copy visible
? Backend adapter placeholder included