Products
Private Ledger & Vault

Vault Rails (Advanced)

Commitment and nullifier rails for advanced private capital flows.

BUILT

What it does

Vault Rails package commitment, Merkle root, and nullifier mechanics into one advanced private execution surface with selective disclosure support.

Current capabilities

  • Commitment registration and Merkle root reconciliation endpoints.
  • Disclosure routes for proving pool membership without full position reveal.
  • Built for private deposits and withdrawals in proof-gated workflows.
  • Supports multiple private routing methods under one rail primitive.

Standalone API Sandbox

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

GET

Read active Merkle root

Fetch the latest known private rail Merkle root.

/api/v1/zkdefi/full_privacy/merkle/root
GET

Inspect pool leaves

List leaves currently tracked by the full privacy service.

/api/v1/zkdefi/full_privacy/merkle/leaves
POST

Run pool membership disclosure

Attempt a selective disclosure check for pool membership.

/api/v1/zkdefi/full_privacy/disclosure/pool_membership

Standalone demo

Demo wallet: 0x03a4f2b98c4e5d6172839405aa6bbccddeeff00112233445566778899aabbcc

References

Documentation