listed on
The subject asset or product is available for trading or purchase on the object exchange or marketplace.
proposed
Economic/Market
listedOn
Proposed — in the registry with a stable definition and a deterministic ID, but not yet promoted to the enshrined set. Semantics may still be refined before promotion.
Identity
A predicate is itself an atom. Its ID is derived from these exact bytes — the same value in your app, in anyone else's, and onchain.
{
"@context": "https://schema.org/",
"@type": "DefinedTerm",
"name": "listed on",
"description": "The subject asset or product is available for trading or purchase on the object exchange or marketplace"
}
atom id
0x3733d2a7feec6156531fbd7390ac494d6764a8a8ea50abae0963806d19d34ce4
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes listedOn:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { listedOnId } from "@0xintuition/predicates/listedOn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.listedOn; // 0x3733d2a7feec6156531fbd7390ac494d6764a8a8ea50abae0963806d19d34ce4
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"listedOn",
objectId,
);
// triple.predicateId === 0x3733d2a7… — resolved from the registry