People & parties
Rendered
respond
Signers · 3Alex KimFounder, CEO
SignedJordan PatelFounder, CTO
SignedSam LeeLead Investor
PendingActing · dual attribution
Alex Kim›Matter Assistant · tier 4
Primitives
| Primitive | Use |
|---|---|
CK.Signer | one row in a signature stack — name, role, status, timestamp |
CK.Attendee | one row in a board-meeting attendance list |
CK.AgentBadge | dual-attribution badge — human principal + agent identity + tier |
Agent badges
Tier-4 (autonomous) agents render the badge with a small chevron indicating the human principal. Tier-1 / tier-2 / tier-3 badges show the agent identity inline with the principal.
import { CK } from "@matter/components";
<CK.AgentBadge
principal={{ name: "Alex Kim" }}
agent={{ name: "Matter Assistant", tier: 4 }}
/>See the four-tier token DSL for what each tier authorizes.
Render dual attribution. A tier-4 agent signing on the principal's behalf is two identities, not one.
Don't collapse "the AI did it" — the data layer records both; the surface must too.