Vault Mode lets creators gate access to their tokenized agents and prompts behind token ownership. When enabled, the listing page is locked for anyone who doesn’t hold the entity’s token — and instantly unlocked the moment they do. It is the first native, token-gated distribution model for the Swarms Marketplace, turning every tokenized product into a holders-only experience.Documentation Index
Fetch the complete documentation index at: https://docs.swarms.ai/llms.txt
Use this file to discover all available pages before exploring further.
Vault Mode requires the entity to be tokenized first. Configure it from swarms.world/launch by toggling Tokenize → Vault Mode.
What is Vault Mode?
When Vault Mode is enabled on a tokenized agent or prompt:- The full listing (system prompt, agent code, metadata, etc.) is blurred and inaccessible to non-holders.
- Visitors see a “Holders only” gate with a built-in Buy $TICKER widget.
- Any non-zero balance of the entity’s token unlocks the page.
- The creator always has access, regardless of holder status.
- Holder status is cached for 5 minutes per wallet/token pair to keep the experience snappy.
Token-Gated Access
Only holders of your agent’s token can view the system prompt, code, and metadata.
Built-In Buy Flow
Non-holders see a one-click buy widget — they can become holders without leaving the page.
Automatic Permissions
Holder verification runs onchain. No allowlists, no manual approvals.
Creator Bypass
The wallet that minted the agent always sees the unblurred listing.
Benefits
Vault Mode creates a direct alignment between holders and creators:- Token-gated access to agents and prompts.
- New monetization models beyond subscriptions — your token is the product key.
- Exclusive access for token holders who back you early.
- Automated permission management with no offchain bookkeeping.
- Premium AI products and experiences that scale with your token’s distribution.
How to enable Vault Mode
Sign in or sign up
Create or sign into your Swarms account at swarms.world/signin.
Open the Launchpad
Go to swarms.world/launch and start a new agent or prompt listing. Vault Mode is currently supported for agents and prompts (not tools).
Select Tokenize
Fill in the required fields (name, description, image, etc.) and choose Tokenize as your monetization option. Vault Mode requires a tokenized product because the token is the access key.
Enable Vault Mode
In the Tokenize panel, toggle Vault Mode on. You’ll see a description confirming:
Only token holders can view this agent.
How it works under the hood
Vault Mode is a client-rendered gate backed by an onchain balance check.The listing renders, blurred
The full entity page is rendered as a blurred, non-interactive layer underneath the gate. Nothing sensitive (system prompt, code, etc.) is shipped to the client for non-holders in plaintext that would otherwise be hidden — the gate is paired with a server-enforced check below.
The gate calls the holder endpoint
Once the visitor’s wallet is connected, the gate calls:The endpoint returns:
Holder cache (5-minute TTL)
The result is cached in-memory and in
sessionStorage under vault-mode:holder:{wallet}:{mint} for 5 minutes. Subsequent visits within that window skip the network round-trip.Unlock animation
When a holder is detected for the first time, the gate plays a brief “Access granted” → reveal animation, then renders the full listing. The creator and existing holders bypass the gate immediately.
In-gate buy flow
Non-holders can buy $TICKER directly from the gate without leaving the page:
- Enter a SOL amount — a live quote estimates how much $TICKER you’ll receive.
- Sign the swap in your wallet.
- On success, the holder cache is invalidated and re-checked.
- The page unlocks automatically with the “Access granted” animation.
Visual indicators
A purple VAULTED tag with a lock icon appears next to the entity title on any gated listing, so visitors immediately understand the access model. If the entity is also in Frenzy Mode, the orange FRENZY tag renders alongside it.FAQ
Can I enable Vault Mode without tokenizing?
Can I enable Vault Mode without tokenizing?
No. Vault Mode is the access mechanism for tokenized products — the token itself is the key. If you want a paid-but-not-tokenized listing, use the standard paid monetization option instead.
What's the minimum holding required?
What's the minimum holding required?
Any non-zero balance unlocks the listing. There is no minimum threshold today.
Does the creator need to hold the token?
Does the creator need to hold the token?
No. The wallet that launched the agent is recognized as the owner and always has unblurred access, even with a zero balance.
Can I change a listing from Vault Mode to public later?
Can I change a listing from Vault Mode to public later?
Yes. Edit the listing from your profile and toggle Vault Mode off. The change applies immediately.
What happens if a holder sells their tokens?
What happens if a holder sells their tokens?
They lose access on the next holder check (within 5 minutes, or immediately on hard refresh). The gate reappears with the buy widget.
Does Vault Mode work for tools?
Does Vault Mode work for tools?
Not currently. Vault Mode is supported on agents and prompts because those are the entity types eligible for tokenization on the marketplace today.
See also
- Monetization Models — Free, paid, and tokenized launch options.
- Frenzy Mode — 2× bonding curve fees and leaderboard placement.
- Self-Tokenizing Agents Tutorial — End-to-end tokenized launch walkthrough.
- Token Launch API — Programmatic tokenized launches.