跳至主要内容

Claim a soToken Object

Core Rule

Claiming a soToken object does not spend your tokens. Your balance supports object capacity, and you claim objects from that capacity.

Collectors use ledger pages inside app.mirage.garden.

Claiming

  1. Open a ledger page.
  2. Connect the wallet that holds the source token.
  3. Review supported slots and claimable objects.
  4. Claim one or more objects.
  5. Keep enough live source-token balance to support those objects.
wallet source-token balance
-> supportedCount = floor(balance / interval)
-> claimable = supported capacity - active owned objects
-> claim(amount)
-> object IDs are born

Sync

If a wallet falls below the required source-token balance through any transfer route, the ledger may need sync. Mirage and other supported services catch up on resync and update object state in their frontends.

Sync reconciles active objects against live balance. LOAs become Dormant when unsupported. BOAs apply the launch’s lost-support policy.

Specific object transfer

To transfer a particular object, use the Mirage-native object transfer flow:

transferObject(to, objectId)
-> moves objectId
-> moves exactly one source-token interval