priced in
The subject asset or service is denominated or quoted in the object currency or token.
proposed
Domain-Specific
pricedIn
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": "priced in",
"description": "The subject asset or service is denominated or quoted in the object currency or token"
}
atom id
0x625fe16917efdec30f6ffe606ffefe17a504204a1022b3e62911c547aa5da641
Semantics
Market patternattributive — describes the subject
Recommended for
Classifications whose metadata vocabulary includes pricedIn:
Use it
// tree-shakeable: only this predicate ships in your bundle
import { pricedInId } from "@0xintuition/predicates/pricedIn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.pricedIn; // 0x625fe16917efdec30f6ffe606ffefe17a504204a1022b3e62911c547aa5da641
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"pricedIn",
objectId,
);
// triple.predicateId === 0x625fe169… — resolved from the registry