Products
Automation & Infrastructure

Adapters

Composable integration layer for protocol-specific private strategy modules.

ADAPTER

What it does

Adapters are the extension layer for integrating external strategy logic into zkde.fi proof-gated execution without forking core policy and privacy primitives.

Current capabilities

  • Adapter-oriented strategy health probes.
  • Phase4A contract/function metadata endpoints.
  • Reusable extension point for protocol-specific strategy rails.
  • Designed for teams shipping bespoke strategy logic on top of core rails.

Standalone API Sandbox

Run direct API actions from this page. Endpoint fallback automatically tries both single-prefix and duplicated-prefix path variants.

GET

Check strategy adapter health

Verify core strategy API health before adapter routing.

/api/v1/strategies/health
GET

List phase4a contracts

Inspect exposed contracts in phase4a integration routes.

/api/v1/phase4a/contracts
GET

List phase4a function map

Inspect available function signatures for adapter integration.

/api/v1/phase4a/functions

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation