blocked
The subject has chosen to exclude the object from their view or interactions.
proposed
Social/Reputation
blocked
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": "blocked",
"description": "The subject has chosen to exclude the object from their view or interactions"
}
atom id
0x0e8d6778212b54be16f0f3cc893eb9519935cc1076257cc2343c591b56bc1821
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { blockedId } from "@0xintuition/predicates/blocked";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.blocked; // 0x0e8d6778212b54be16f0f3cc893eb9519935cc1076257cc2343c591b56bc1821
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"blocked",
objectId,
);
// triple.predicateId === 0x0e8d6778… — resolved from the registry