Verify an agent
Anyone can put any ID in their calldata. This is how you find out whether an ID has been claimed, and which addresses its operator has actually declared.
What a result means
- claimed: false
- Nobody has claimed this ID. Transactions carrying it still count in the chain totals as unclaimed, and are attributed to no one.
- claimed: true, with senders
- An operator has claimed it and declared those addresses. Only transactions from those addresses count toward the agent — anything else carrying the ID is unclaimed, however much of it there is.
- tier
claimedtoday. Staked tiers arrive with the token contract; until then no amount of money has been put behind any ID. See Token.
Doing this in code is one call: the agent lane middleware wraps it.