Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

reveal

CLIRESTMCP
🚧--

Pay-to-reveal key escrow. Deposit encrypted view keys for sale, and let buyers purchase access with USDC on Base via x402.

deposit

Deposit a view key for sale:

objekt reveal deposit <name> <key-name> [options]

Options

OptionDescriptionDefault
--view-keyView key to depositRequired
--pricePrice in USD (e.g. 5.00)Required
--content-uriContent URI (ar://..., ipfs://...)Required
--ttlTime to live (30m, 2h, 1d, 1w)1d
-wOWS wallet (must own the namespace)Required

Example

objekt reveal deposit 1a35e1.eth phone \
  --view-key objekt_vk_abc123... \
  --price 5.00 \
  --content-uri ipfs://Qm... \
  --ttl 7d \
  -w my-wallet

buy

Purchase a view key:

objekt reveal buy <name> <key-name> -w <wallet>

list

List available keys for a namespace:

objekt reveal list <name>

remove

Remove a deposited key:

objekt reveal remove <name> <key-name> -w <wallet>