HomeFeaturesHow it worksPlansSecurityAbout
Products
Network
Resources
Launch app

Compliance Console.

A real developer console for PowerShell collaboration, live market snapshots, Agent Smith signal requests and execution handoff payloads.

Native developer workflow

Open PowerShell locally and collaborate with ArxNetwork.

A website cannot force-open PowerShell on a visitor's computer for security reasons. This package solves it correctly: it ships a real .ps1 script, a Windows .bat launcher, copyable commands and backend-ready functions.

Real workflow: download the ZIP, open the project folder, double-click scripts/open-arx-console.bat or paste the copied command into PowerShell.
ARX POWERSHELL
# Option A: run from PowerShell inside the project folder
Set-ExecutionPolicy -Scope Process Bypass -Force
.\scripts\arx-collab.ps1 -Workspace "smith-lab" -Agent "Agent Smith" -Mode Execution

# Live market snapshot + execution handoff
Invoke-ArxAgentSmithScan -Pair "SOL/USDT" -MirrorWallets 25 -ConfidenceFloor 75
New-ArxExecutionHandoff -Pair "SOL/USDT" -Agent "Agent Smith" -Confidence 84

# Optional backend connection
$env:ARX_API_KEY = "paste-your-dev-key"
$env:ARX_API_URL = "https://api.yourdomain.com/v1"
Submit-ArxSignalRequest -Path .\.arxnetwork\sample-request.json -Review ComplianceConsole
Download .ps1Download .bat
PS C:\ArxNetwork> waiting for command...
Quick install flow

From zero to live Smith handoff.

The developer page now behaves like a real build page: copy commands, switch steps, run a demo and download native scripts.

TERMINAL
Set-ExecutionPolicy -Scope Process Bypass -Force
.\scripts\arx-collab.ps1 -Workspace "smith-lab" -Agent "Agent Smith" -Mode Execution
$env:ARX_API_KEY = "paste-your-dev-key"
$env:ARX_API_URL = "https://api.yourdomain.com/v1"
New-ArxSignalRequest `
  -Pair "BTC/USDT" `
  -Sources onchain,cex,dex,news,walletMirror `
  -Policy SignalAndExecution `
  -Question "What changed in liquidity and wallet flow?"
Invoke-ArxAgentSmithScan -Pair "SOL/USDT" -MirrorWallets 25 -ConfidenceFloor 75
New-ArxExecutionHandoff -Pair "SOL/USDT" -Agent "Agent Smith" -Confidence 84
Submit-ArxSignalRequest -Path .\.arxnetwork\sample-request.json -Review ComplianceConsole
Signal copy scanner

Test signal language before it ships.

OK Signal framing detected
OK Source trail required

Console powers

The console creates workspaces, signal requests, live market snapshots, execution-handoff JSON and optional API submissions when your backend keys are ready.

PowerShell launcherLive market snapshotExecution handoff openAPI submit ready