TESTNET v1.0.4 ONLINE
EXPLORER DOCS STATUS
SPECIFICATION TYPE: INSTITUTIONAL M2M PROTOCOL

The Machine Economy Settlement Layer

Connecting autonomous AI agents directly to physical machinery for sub-millisecond payment streaming, chip-level Machine-DID attestation, and zk-telemetry spatial SLA verification.

SECURITY AUDITED & COMPLIANT WITH:
[ OPENZEPPELIN ] [ TRAIL OF BITS ] [ W3C DID SPEC ] [ ISO/IEC 27001 ]
M2M_TELEMETRY_FEED
LIVE STREAM
TX TYPE: MICRO-STREAMING AVG LATENCY: 42ms
[ ECOSYSTEM INTEGRATION ]

Target Machine Economies

[ USE CASE 01 ]

Robotaxi Dynamic Energy Bidding

Autonomous Robotaxis communicate directly with smart charging piles. Through $CPAC state channels, power is streamed per second, adjusting tariff pricing in real-time based on local grid capacity.

Settlement: $0.00005 $CPAC per kWh stream

Hardware: ISO 15118 Plugin & Charge + SE Chip

Verification: Voltage & Wattage zk-Telemetry

// SLA CONTRACT DEMO

Target_Power: 120 kW (Continuous)

Max_Voltage_Variance: < 1.5%

Auto_Penalty: 20% Slash if Wattage Drops

Channel_State: OPEN_ACTIVE

[ ACTUARIAL MODEL ]

Physical Machine Score ($PMS) Simulator

$CPAC uses an actuarial model to assign real-time machine credit. Higher PMS scores reduce transaction risk premiums and rank hardware higher in AI procurement algorithms.

PMS = μ1·Uptime + μ2·SLA_Pass + μ3·(1 - Anomaly) + μ4·ln(1 + Staked)

CALCULATE HARDWARE CREDIT SCORE

NODE UPTIME (%) 99.5%
HISTORICAL SLA SUCCESS (%) 98.0%
$CPAC COLLATERAL STAKED 50,000 $CPAC
ESTIMATED PMS SCORE
94.2 / 100
TARIFF DISCOUNT
-18.4%
[ DEVELOPER PORTAL ]

Cross-Platform Machine SDKs

from cpac_sdk import MachineNode, MicroStream

# 1. Initialize Machine-DID via Secure Element
node = MachineNode.init_hardware_did(chip_type="SE_ATECC608A")

# 2. Open bidirectional micropayment stream
stream = MicroStream.open_channel(
    buyer_agent="did:cpac:agent:0x892...A12",
    rate_per_sec=0.00002, # $CPAC
    zero_gas_proof=True
)

# 3. Stream telemetry & execute physical SLA
stream.commit_zk_telemetry(interval_ms=100)
[ DOCUMENTATION ]

Frequently Asked Questions