Full DPX settlement loop — oracle gate, x402 micropayments, VoP, settle.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
No tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 4
network 1
- net untitledfinancial-dpx-agent-public-903954c/agent.ts :32
const oracle = await fetch('https://stability.untitledfinancial.com/reliability').then(r => r.json()) as any;
secrets 1
- secrets untitledfinancial-dpx-agent-public-903954c/agent.ts :21
const PRIVATE_KEY = process.env.PRIVATE_KEY as `0x${string}`;
declared dependencies 6
- dotenv@^16.0.0
- viem@^2.0.0
- x402-fetch@^1.2.0
- @types/node@^22.19.19
- tsx@^4.0.0
- typescript@^5.0.0
perm:untrusted 1
- untrusted untitledfinancial-dpx-agent-public-903954c/agent.ts :32
const oracle = await fetch('https://stability.untitledfinancial.com/reliability').then(r => r.json()) as any;