invested in
The subject has made a financial or resource investment in the object entity.
proposed
Affiliation/Membership
investedIn
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": "invested in",
"description": "The subject has made a financial or resource investment in the object entity"
}
atom id
0xb4ce45225753661c85c34af84e1e4351bfffd954796cdf9171aa36b5cafe5d6b
Semantics
Market patterndepositional — conviction accrues by staking
Use it
// tree-shakeable: only this predicate ships in your bundle
import { investedInId } from "@0xintuition/predicates/investedIn";
// or resolve everything from the aggregate registry
import { PREDICATE_IDS } from "@0xintuition/predicates";
PREDICATE_IDS.investedIn; // 0xb4ce45225753661c85c34af84e1e4351bfffd954796cdf9171aa36b5cafe5d6b
import { buildTripleByName } from "@0xintuition/primitives/triple";
const { value: triple } = buildTripleByName(
subjectId,
"investedIn",
objectId,
);
// triple.predicateId === 0xb4ce4522… — resolved from the registry