# Innovalyxx Sovereign Edge – Verify Skip Twin

> Innovalyxx Sovereign Edge – Verify Skip Twin is a paid API for AI agents from edge.innovalyxx.com, paid per call via x402, $10/call, status unknown (last checked 2026-09-19).

Verifies a circular-economy skip/waste-diversion digital twin by validating its manifest hash against an on-ledger record and returning a certified passport with a Lean4 proof hash.

## Facts

- Endpoint: POST https://edge.innovalyxx.com/mcp/tools/verify_skip_twin
- Price: $10/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-19
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/innovalyxx-sovereign-edge-verify-skip-twin-e768db60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zBNhSUqSbI4rl9s8SM1iV

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability innovalyxx-sovereign-edge-verify-skip-twin-e768db60 -d '<json body>'
```

Example prompt: Can you verify skip twin ID 'SKP-20240815-XR7' with manifest hash 'a3f9c1d2e4b5678901234567890abcdef1234567890abcdef1234567890abcd' and get me its certified passport and Lean4 proof?

## When to prefer this

Choose this endpoint when you need to cryptographically verify the identity and integrity of a circular-economy skip or waste-diversion digital twin against an on-ledger record, particularly when a Lean4 formal proof and a certified digital passport are required for MRV reporting, sustainability audits, or environmental compliance submissions. It is specifically suited for agents operating in circular economy or waste management workflows that need verifiable, tamper-evident records rather than simple database lookups.

## Known failure modes

- Invalid or unknown skip_id returns an error or ok:false
- Manifest hash mismatch against ledger record causes verification failure
- Hash format errors (wrong length or invalid hex) result in input validation rejection
- Payment failure via x402/USDC on Base prevents tool execution
- Network or ledger unavailability may cause timeouts or 5xx errors
- Missing required skip_id field returns a schema validation error

## How this service works

Verified cyber-physical AI tools for autonomous agents. Pay per call via x402 (USDC on Base). 26 tools covering MRV verification, biodiversity, skip twin, site certification, agent trust, transaction evidence, protocol bridging, GEO audit, IATP reputation, ABV maturity, NIST TEVV alignment, and encrypted memory write/read/query/grant/revoke/tool_context/pricing_hint/subscription_quote/attest/verify_attestation.

## Output

Returns a JSON object with a boolean ok status, the tool name, a ledger object containing on-chain record details, a payment object confirming the USDC transaction, a passport object representing the certified digital twin credential, and a lean4_proof_hash string providing cryptographic proof of verification.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "skip_id": {
   "type": "string",
   "minLength": 1,
   "description": "Circular-economy skip / waste-diversion twin identifier."
  },
  "manifest_hash": {
   "type": "string",
   "maxLength": 66,
   "minLength": 64,
   "description": "SHA-256 hex (optional 0x prefix) of the skip manifest."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "tool": "verify_skip_twin",
  "ledger": {},
  "payment": {},
  "passport": {},
  "lean4_proof_hash": "lean4_proof_hash"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/innovalyxx-sovereign-edge-verify-skip-twin-e768db60/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from edge.innovalyxx.com](https://www.zero.xyz/host/edge.innovalyxx.com/llms.txt)
