proposed
The subject actor authored or submitted the object proposal for governance consideration.
proposed
Governance/Policy
proposed
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": "proposed",
"description": "The subject actor authored or submitted the object proposal for governance consideration"
}
atom id
0xe6c566dbf26b130e64b46e975f7a8fea1d642265d16997e26e78d0e6a0f7019d
Semantics
Market patternattributive — describes the subject
Use it
// tree-shakeable: only this predicate ships in your bundle
import { proposedId } from "@0xintuition/predicates/proposed";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.proposed; // 0xe6c566dbf26b130e64b46e975f7a8fea1d642265d16997e26e78d0e6a0f7019d
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"proposed",
objectId,
);
// triple.predicateId === 0xe6c566db… — resolved from the registry