Terminal

Terminal listing and stats policy

How rows appear, how aggregates stay sparse, and how published outputs are hashed in the browser. The mint is the join key. There is no listing queue.

TERMINAL 02DIRECTORY JOIN STUDYTHREE VALID ROW STATES
CASA DIRECTORYCompany recordFOUNDER REDEEMS CODE
MINT
LAUNCHPAD DIRECTORYToken recordPUBLIC DIRECTORY
ROW STATEJOINTERMINAL SHOWS
01COMPANY WITH TOKENMint joins bothCOMPANY + MARKET
02COMPANY ONLYNo token attachedCOMPANY RECORD
03TOKEN ONLYUnboundMARKET RECORD
NO LISTING QUEUENO ACCOUNTUNBOUND ROWS ARE NORMAL
The directory joins companies to tokens on the mint. Unbound rows (company only, token only) are a normal state.

How rows appear

Terminal is a read client over two public directories. It does not mint tokens, take applications, or run a founder-approval step. Launchpad tokens appear from the public directory. Companies appear when a founder redeems a bind code at /register. The mint is the join key.

SourceHow it appears
Launchpad tokenFrom the Launchpad public directory
Casa companyFounder redeems a bind code at /register
Join keyThe mint
Listing queueNone. No application. No founder-approval step.
AccountNone. One code field. No dashboard.
  • Bind codes are issued by Launchpad when a creator connects Casa. Terminal never prints the code.
  • Registration is one field at /register. No account, no dashboard, no login.
  • A public row is a directory fact. Appearing as a row never changes a claimed value into a reproduced one.
  • Casa is not required for a token to list. Binding after launch does not change the token, the company identity, or the company URL.
RowMeaning
Company with tokenThe mint joins both. Terminal shows the company record beside the market.
Company onlyValid. A Casa company can appear with no token. A token can attach later without changing identity or URL.
Token onlyValid. Unbound tokens are a normal state. They are not hidden or treated as incomplete.

Aggregates

Terminal statistics are computed from live directories with a short TTL. Anything without a source renders as a dash. Terminal does not fabricate aggregates. Sparse data stays sparse.

PolicyRule
SourceLive directories. Terminal does not keep a separate company database.
FreshnessShort TTL. A stale snapshot is not presented as a current figure.
Missing sourceA dash. Never zero. Never a synthetic number.
FabricationNone. Thin or empty sections are a legitimate production condition.
ProvenanceAggregate labels do not collapse on-chain, reproduced, committed, and claimed into one total.

Published outputs

Company pages can list published playbook outputs. The reader hashes fetched bytes in the browser and reports hash matches the committed event only when the browser-computed sha256 equals a disclosed event hash. Content itself stays founder claimed.

CheckRule
WhereCompany pages, published playbook outputs
Who hashesThe reader, in the browser
Match phrasehash matches the committed event
Match conditionBrowser-computed sha256 equals a disclosed event hash
On mismatch or missing hashNo match is reported. The content label does not change.
Content labelFounder claimed. A hash match is existence and integrity of those bytes, not a judgment of the contents.
Attested is reserved, and never used for content

Attested means Casa observed a CAF envelope that passed structural checks, arithmetic recount, chain integrity, and Casa's own observation signature. It does not mean the business is real, the metrics happened, or Capx endorses the token. Attested is never used for published playbook output content.

Next steps