# Vaultfire MultisigGovernance Proposal Inspector

> Vaultfire MultisigGovernance Proposal Inspector is a paid API for AI agents from theloopbreaker.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Fetches details of a Vaultfire MultisigGovernance proposal by transaction ID, returning target, value, calldata, execution status, confirmation count, and expiry.

## Facts

- Endpoint: GET https://theloopbreaker.com/api/x402/trust/governance-proposals
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/theloopbreaker-com-58971f3c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6TxjU6qKk2S7bevmhNM3-

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-58971f3c
```

Example prompt: Pull up the Vaultfire MultisigGovernance proposal for transaction ID 42 — I want to see the target address, calldata, how many confirmations it has, whether it's been executed, and when it expires.

## When to prefer this

Use this endpoint when you need to inspect a specific Vaultfire MultisigGovernance proposal by its transaction ID and retrieve its full on-chain details including execution status and confirmation count. Prefer this over generic contract reads when you want a pre-structured, semantically labeled response for governance proposals specifically.

## Known failure modes

- Invalid or unknown txId returns not-found error
- Network or RPC error when querying the on-chain contract
- Payment header missing or insufficient USDC causes 402 response
- Proposal ID out of range returns empty or null result

## How this service works

Inspect a Vaultfire MultisigGovernance proposal via getTransaction(txId) — target, value, calldata, execution status, confirmation count, and expiry.

## Output

Returns structured data for the specified governance proposal: the target contract address, ETH value, encoded calldata, boolean execution status, number of confirmations received, and expiry timestamp.

## 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-58971f3c/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)
