ONYXStromstudios
ESENPTRU
Sign inCreate account
Reference

Documentation

Where everything isDOC-0271
filecontents
proto/PUENTE.mdThe contract between ONYX and its connectors
url/index.jsAddress analysis and lookup identifiers
canal/index.jsThe encrypted channel
canal/entropia.jsRandom number generation
config/sitio.jsDomain and site details

Each piece is explained inside its own file, not in a separate folder.

APIAPI-0272
routepurposeaccess
GET /v1/prefix/:pThe addresses in one grouppublic
GET /v1/keysPublic verification keyspublic
POST /v1/scanSubmit an address for analysiswith credential

These routes do not exist yet. The contract is fixed and the implementation arrives with ONX-13.

What it does not solveLIM-0273
  • A single issuer. Credentials are signed by ONYX. Splitting that role across independent issuers is still an open problem.
  • Walking the groups. Given time, someone can query groups one by one and rebuild part of the list. A per-client limit is missing.
  • Size and timing. The channel encrypts content. How many queries you make, and when, is still visible from the network.
  • Pages that disguise themselves. A malicious site can detect our address range and serve a clean page.
These four are here and not in the small print. What ONYX offers is not that something is impossible, but that it cannot be done without leaving a trace.