Labeling Curation

Create config trust entry

Adds a trusted address for a Layer 1 policy trust kind, including fingerprint-pinned custom oracle adapters. Platform admin only.

post/v3/config-trust

Request body

chainIdinteger required
kind'hook-target' | 'rule-exemption' | 'custom-adapter' required
addressstring required

Hook target address for hook-target entries; vault address for rule-exemption entries; oracle adapter address for custom-adapter entries.

ruleKeystring nullable

Required for rule-exemption entries and forbidden otherwise.

labelstring nullable
fingerprintstring nullable

Required for custom-adapter entries and forbidden otherwise.

providerstring nullable

Allowed only for custom-adapter entries.

Response

Trust entry created.

Changes