Skip to content

Personal / Human Avatars

Personal avatars mint 1 CRC/hour and anchor all Circles value. In Rust they are represented by HumanAvatar, which now supports both read flows and a broad set of write helpers.

Available today:

  • profile reads plus update_profile / register_short_name
  • trust reads plus trust_add / trust_remove
  • path-based transfer planning/execution
  • direct transfers when you already know the token
  • replenish planning/execution
  • personal minting via personal_mint / stop_mint
  • invitation and referral helpers including plan_invite, invite, plan_referral_code, get_referral_code, and generate_referrals

Current boundary:

  • browser-hosted Safe signing/submission is still outside core Rust
  • some invitation flows are split between inviter-side avatar helpers and top-level registration helpers on Sdk