# AIPartnershipBonds Submit Partnership Metrics

> AIPartnershipBonds Submit Partnership Metrics is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-13).

Submits hashed AI-human partnership metrics (humanGrowth, autonomy, dignity, tasksMastered, creativity, progressNotesHash) to the AIPartnershipBondsV2 on-chain contract for $0.25 USDC, returning an unsigned transaction to sign.

## Facts

- Endpoint: POST https://theloopbreaker.com/api/x402/actions/submit-partnership-metrics
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-ee5027bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OsBrv3Zm5IblFVYXxnuXO

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 theloopbreaker-com-ee5027bc -d '<json body>'
```

Example prompt: Submit my AI-human partnership metrics to the AIPartnershipBondsV2 contract — here are the hashes: humanGrowth 0xabc123def456, autonomy 0xdef456abc789, dignity 0x789ghijkl012, tasksMastered 0xjkl012mno345, creativity 0xmno345pqr678, and progressNotesHash 0xpqr678stu901 — pay the $0.25 USDC fee and give me the unsigned transaction to sign.

## When to prefer this

Use this endpoint when an AI agent or user wants to record a privacy-preserving snapshot of AI-human collaboration quality metrics on-chain via the Vaultfire AIPartnershipBondsV2 contract. Prefer this over generic on-chain write endpoints when the data specifically involves partnership bond metrics (growth, autonomy, dignity, creativity, task mastery). Choose this when the goal is creating a verifiable, immutable, privacy-safe bond record rather than querying or reading existing data.

## Known failure modes

- Missing X-PAYMENT header returns 402 with payment requirements and accepted USDC asset details
- Invalid or malformed hash values may cause contract revert on signing
- Insufficient USDC balance or wrong asset address causes payment rejection
- Wrong network (non-Base) payment rejected
- Duplicate submission of identical hashes may be rejected by the contract

## How this service works

Submit hashed partnership metrics (humanGrowth, autonomy, dignity, tasksMastered, creativity + progressNotesHash) to AIPartnershipBondsV2. Pay $0.25 USDC, receive an unsigned tx, sign in your wallet. Privacy-preserving — only hashes go on-chain.

## Output

Returns an unsigned blockchain transaction (for AIPartnershipBondsV2 on Base mainnet) that the caller must sign in their wallet, along with an x402 payment receipt confirming the $0.25 USDC fee was accepted. Only the hashed values are written on-chain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object"
  },
  "output": {
   "type": "object"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/theloopbreaker-com-ee5027bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from theloopbreaker.com](https://www.zero.xyz/host/theloopbreaker.com/llms.txt)
