Tokens
The Tokens tab isn't about the DAO's GP or LP tokens — it's about DAO tokens (bearer tokens, JWT) for integrations with the XDAO TON API. Such a token authorizes external requests to the API on behalf of a specific DAO — for example, for your own backend or bot working with that DAO.
The tab is visible only to GP token holders, and only when Developer mode is enabled — the toggle is on the Plugins tab; enabling it opens the Tokens tab right away.
Click Create Token. Enter an optional token name (for example, "CI integration") and choose a lifetime (TTL): 1, 7, 14, or 31 days, or Never (no expiration).
The token value is shown once, right after creation — copy and save it.
The token value can't be viewed again — if you lose it, revoke the token and create a new one.
Manage existing tokens in the list: each shows its status (active / revoked / expired), who created it and when, its expiration, and its last-used date.
- Rotate — issue a new token to replace the current one (the old one is revoked immediately), with a new TTL.
- Revoke — revoke the token immediately.
A DAO can have at most 5 active tokens at a time, and at most one non-expiring (Never) token. For the full API reference, see the XDAO TON API section.