staked in
The subject has committed assets or stake in the object protocol, validator, or staking pool.
proposed
Economic/Market
stakedIn
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": "staked in",
"description": "The subject has committed assets or stake in the object protocol, validator, or staking pool"
}
atom id
0xda9df47c6c34d2006bfe6e2a7faf5bef5fe72dcab0c6e01b9be377fac5cd6dbf
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { stakedInId } from "@0xintuition/predicates/stakedIn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.stakedIn; // 0xda9df47c6c34d2006bfe6e2a7faf5bef5fe72dcab0c6e01b9be377fac5cd6dbf
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"stakedIn",
objectId,
);
// triple.predicateId === 0xda9df47c… — resolved from the registry