agree with
The subject's position aligns with the object claim, proposal, or stance.
enshrined
Sentiment/Opinion
agreeWith
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": "agree with",
"description": "The subject's position aligns with the object claim, proposal, or stance"
}
atom id
0x55a44b059ca98ac95d5987ef62f285542715e87dc9cb337de5cd4699ec838d11
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { agreeWithId } from "@0xintuition/predicates/agreeWith";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.agreeWith; // 0x55a44b059ca98ac95d5987ef62f285542715e87dc9cb337de5cd4699ec838d11
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"agreeWith",
objectId,
);
// triple.predicateId === 0x55a44b05… — resolved from the registry