/ Field notes

Glossary.

Plain-language definitions for the systems you are taking apart. A definition is a starting point—not a substitute for following the evidence.

Browse all sources →
01

Address

An identifier for an account or smart contract on a blockchain. An address alone does not identify a person.

Related / wallet · contract address
03

Authenticity

A judgment that an object or claim is genuine. Blockchain records may support that judgment without settling it alone.

Related / provenance · oracle
04

Authority

The power to define, change, enforce, recognize, or override a rule or claim. Different systems can hold different kinds.

Related / issuer · smart contract
07

Contract address

The blockchain address where a smart contract is deployed and can be called.

Related / address · smart contract
09

ERC-721

An Ethereum interface for non-fungible tokens, including ownership, transfer, and approval functions. Metadata is an optional extension.

Related / NFT · approval · tokenURISourceEIP-721: Non-Fungible Token Standard
11

Hash

A fixed-length digital fingerprint calculated from data. Matching hashes strongly indicate matching input data, but a hash does not reveal or preserve the data by itself.

Related / on-chain · metadata
12

IPFS

A distributed system for addressing and retrieving files by their content. Some token projects use it for metadata or media; not every token does.

Related / metadata · off-chain
13

Issuer

The person or organization responsible for creating or distributing a token or claim. Its powers depend on the system.

Related / authority · provenance
14

License

Permission to use something in specified ways without necessarily receiving full ownership or copyright.

Related / copyright · authority
15

Metadata

Descriptive information associated with a token, often reached through a URI and frequently stored outside the blockchain.

Related / tokenURI · off-chain
17

Off-chain

Stored, decided, or operated outside blockchain consensus, even when referenced by an on-chain record.

Related / on-chain · metadata
18

On-chain

Recorded in blockchain state or transaction history and available through the network.

Related / off-chain · transaction
19

Oracle

A person, device, or service that supplies a blockchain application with information from outside its own consensus.

Related / off-chain · authenticity
20

Owner / recorded owner

The address the token contract reports as controlling a token. This technical status does not automatically convey copyright or every legal right.

Related / wallet · authoritySourceEIP-721: Non-Fungible Token Standard
21

Provenance

A traceable history of origin or custody. It is evidence to evaluate, not automatic proof of authenticity.

Related / authenticity · transaction
22

Redeemable

Additional application behavior that lets a token be exchanged for access, an item, or another benefit under defined rules.

Related / token · issuer
24

Token

A record managed by a smart contract. Its practical behavior depends on the contract and surrounding systems.

Related / NFT · ERC-721
26

Transaction

A signed request that can change blockchain state and become part of the network’s ordered record.

Related / address · on-chain
27

Transferable

Able to move between addresses under the contract’s current rules and authorizations.

Related / approval · recorded owner
28

Wallet

Software or hardware that helps a person manage keys and interact with blockchain addresses.

Related / address · recorded owner