voted against
The subject cast a governance vote opposing the object proposal.
proposed
Governance/Policy
votedAgainst
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": "voted against",
"description": "The subject cast a governance vote opposing the object proposal"
}
atom id
0xbcca85ea08325e3774be5a995123c26aa11a751fd88a459bc0fddaeb72c5543a
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { votedAgainstId } from "@0xintuition/predicates/votedAgainst";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.votedAgainst; // 0xbcca85ea08325e3774be5a995123c26aa11a751fd88a459bc0fddaeb72c5543a
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"votedAgainst",
objectId,
);
// triple.predicateId === 0xbcca85ea… — resolved from the registry