skeptical of
The subject expresses cautious doubt about the object without fully rejecting it. Weaker than 'distrusts' or 'opposes'.
proposed
Sentiment/Opinion
skepticalOf
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": "skeptical of",
"description": "The subject expresses cautious doubt about the object without fully rejecting it. Weaker than 'distrusts' or 'opposes'"
}
atom id
0x4a6b6a82c5d856ad0423caa6a6d666d8d4a538c6adbda5e4b0ba9a22c1affb4c
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { skepticalOfId } from "@0xintuition/predicates/skepticalOf";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.skepticalOf; // 0x4a6b6a82c5d856ad0423caa6a6d666d8d4a538c6adbda5e4b0ba9a22c1affb4c
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"skepticalOf",
objectId,
);
// triple.predicateId === 0x4a6b6a82… — resolved from the registry