Skip to content

People & parties

Rendered

respond
Signers · 3
Alex KimFounder, CEO
Signed
Jordan PatelFounder, CTO
Signed
Sam LeeLead Investor
Pending
Acting · dual attribution
Alex KimMatter Assistant · tier 4

Primitives

PrimitiveUse
CK.Signerone row in a signature stack — name, role, status, timestamp
CK.Attendeeone row in a board-meeting attendance list
CK.AgentBadgedual-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.

On this page