Skip to content

person

Return the currently signed-in Aktionariat investor — name, address, country and nationality, phone, birthday, registered email addresses, and registered (signing) wallet addresses. Mirrors the platform’s /person endpoint.

Requires sign-in. Call sign_in first if the session is anonymous.

None.

A profile object. Bank accounts, watch-only wallet addresses, and owned contract addresses are intentionally excluded — they are not used by the agent surface today, and re-adding them later is cheap.

FieldTypeDescription
namestringFull name (when set).
addressstringStreet address.
zip, citystringPostal code and city.
countrystringISO 3166-1 alpha-2 country code (residence).
nationalitystringISO 3166-1 alpha-2 country code (nationality).
phonestringPhone number.
birthdaystringISO date YYYY-MM-DD.
emailsarrayRegistered emails. Primary email has prime: true.
walletsarraySigning wallets — address plus optional label.
  • “Show me my Aktionariat profile.”
  • “What is my primary email on Aktionariat?”
  • “List my registered wallet addresses.”
  • Treat this as the source of truth for “who am I signed in as.” When the user asks an identity question, prefer this tool over remembering values across turns.
  • Watch-only wallets are filtered out by design — the array contains only addresses the user actually controls.