ToolAssay

Timelock encryption (tlock / encrypt-to-the-future)

Timelock encryption (tlock / encrypt-to-the-future): seal a payload toward a future drand round — undecryptable by anyone, including us, until that round lands; or open a landed seal. For sealed-bid auctions, commit-reveal, scheduled secrets, dead-man switches. age-armored, interoperable. Free zero-knowledge inspect at /sealed/inspect.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
225 msmedian answer time
$0.005listed price per call
$0.005price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://touchstone.locomot.io/sealed

CategoryEverything else
Provider hosttouchstone.locomot.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.005 225 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "data": "sealed bid: 500 USDC",
    "duration": "10d",
    "op": "encrypt"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET",
            "HEAD",
            "DELETE"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "ciphertext": {
              "description": "decrypt: age-armored seal",
              "type": "string"
            },
            "data": {
              "description": "encrypt: plaintext to seal",
              "type": "string"
            },
            "decrypt_time": {
              "description": "encrypt: ISO unlock time",
              "type": "string"
            },
            "duration": {
              "description": "encrypt: time to unlock e.g. '10d'",
              "type": "string"
            },
            "op": {
              "description": "operation; default encrypt",
              "enum": [
                "encrypt",
                "decrypt"
              ],
              "type": "string"
            },
            "round": {
              "description": "encrypt: target drand round",
              "type": "integer"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "chain": {
          "type": "string"
        },
        "chain_hash": {
          "type": "string"
        },
        "ciphertext": {
          "type": "string"
        },
        "deterministic": {
          "type": "boolean"
        },
        "engine": {
          "type": "string"
        },
        "format": {
          "type": "string"
        },
        "op": {
          "type": "string"
        },
        "privacy_note": {
          "type": "string"
        },
        "sealed_to_round": {
          "type": "integer"
        },
        "unlock_time_utc": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON