endorse
A stronger-than-like signal indicating the subject publicly supports or vouches for the object's quality or legitimacy.
enshrined
Social/Reputation
endorse
Enshrined — the object model is decided and the ID below is what every conforming app and the contract resolve.
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": "endorse",
"description": "A stronger-than-like signal indicating the subject publicly supports or vouches for the object's quality or legitimacy"
}
atom id
0x96c6e6de8d0ba084aa0b4c09950ea583d30cd5e4a46fc396f2895f4c7add86e4
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { endorseId } from "@0xintuition/predicates/endorse";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.endorse; // 0x96c6e6de8d0ba084aa0b4c09950ea583d30cd5e4a46fc396f2895f4c7add86e4
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"endorse",
objectId,
);
// triple.predicateId === 0x96c6e6de… — resolved from the registry