Wedge 1 of the Legal Agent Stack · v0.1.0 live

The 10-line MiCA/SEC/OFAC check for your DeFi agent.

Drop-in middleware that runs the regulatory check before your agent acts. Python + TypeScript. Pre-built presets for EEA retail, US accredited investor, and OFAC sanctions. Every check returns a signed proof attachable to a legal opinion.

Install in 30 seconds SDK v0.1.0 release →

InstallOne line, no PyPI account needed.

The SDK ships from a GitHub-tagged release. No PyPI token, no npm auth on the user side. Apache-2.0-pending license.

# Python
pip install "blindoracle-compliance @ git+https://github.com/craigmbrown/[email protected]#subdirectory=sdk/python"

# TypeScript (after operator npm publish — gated)
npm install @blindoracle/compliance@next

Quickstart10 lines to a regulator-friendly agent.

from blindoracle_compliance import ComplianceClient, presets

client = ComplianceClient(
    api_base="https://craigmbrown.com/api",
    x402_wallet_handle="<your-fedimint-handle>",
)

# Before the agent acts, run a preset check
result = client.check_address(
    address="0xabc...",
    preset=presets.kyc_ofac_sanctions,
)
if not result.allowed:
    raise PermissionError(f"Blocked: {result.reason}")

# Result also carries a signed proof
print(result.proof_kind)   # 30017 (ProofOfDeliverable)
print(result.signature)    # HMAC-SHA256, verifiable

The same pattern wraps any LangChain tool, CrewAI tool, or MCP server handler. Integration examples ship inside the SDK at blindoracle_compliance/integrations/ (LangChain middleware 51 LOC, CrewAI tool 48 LOC, MCP hook 66 LOC).

PresetsWhat ships in the box.

PresetWhat it screensBacking data
mica_eea_retailMiCA Title V retail-investor protections, EU sanctions, UN consolidated, UK HMTEU sanctions consolidated list, UN consolidated, UK HMT
sec_us_accreditedSEC accredited-investor qualification + Reg D safe harborsOFAC SDN, FinCEN
kyc_ofac_sanctionsOFAC SDN, OFAC sectoral, FinCEN AML watchlistOFAC SDN, OFAC sectoral, FinCEN

Custom preset bundles available on the $499/mo tier. Reach out — we'll add them.

PricingPay only when an agent actually checks.

Pay-per-check

$5/check
  • No minimum, no subscription
  • Pays via x402 / Fedimint ecash
  • Signed proof per call
  • Public preset bundles

Volume

$99/mo
  • 10,000 calls/month flat
  • All presets included
  • Signed proofs retained 90d
  • Email support

Audit-log tier

$499/mo
  • Unlimited calls
  • Full audit-log retention (legal opinion attach)
  • Custom presets on request
  • On-call support + SLA

First 100 calls per account are free. No card on file required — pay-per-check via x402 is post-paid.

Buy nowOne call, one signed receipt.

If your lawyers have asked "did the agent check OFAC before that transfer" in the last 60 days — we built the answer.