Definition:
Collab.Land is an automated community management service that connects users’ cryptocurrency wallets to their Discord or Telegram accounts, checks which tokens or NFTs they hold on supported blockchains, and automatically assigns or removes roles and access based on configured token requirements — serving as the primary token-gating infrastructure layer for the NFT and Web3 community ecosystem. As of 2024, Collab.Land has been used by over 50,000 communities and verified millions of wallets.
Core Function
The Basic Flow:
- A Discord server admin adds Collab.Land bot to their server
- Admin configures Token Requirements: “Hold 1 token from NFT collection X → get Role Y”
- Community members visit the Collab.Land bot DM or verification page
- Members connect their wallet (MetaMask, WalletConnect, various hardware wallets)
- Bot reads on-chain token holdings and assigns matching Discord roles
- Bot periodically re-checks holdings — if a member sells their NFT, they lose the role
Supported Platforms:
- Discord (primary)
- Telegram
Supported Blockchains
Collab.Land supports token gating across a wide range of chains:
- Ethereum, Polygon, Arbitrum, Optimism, Base, Avalanche
- Solana (SPL tokens and Metaplex NFTs)
- Tezos (FA2 tokens)
- Flow, Ronin/Axie
- Bitcoin (via Ordinals integration in newer versions)
Supported Token Standards
| Standard | Use Case |
|---|---|
| ERC-20 | Fungible token balances (hold X tokens) |
| ERC-721 | NFT collection membership |
| ERC-1155 | Multi-token (badges, game items) |
| Soulbound (non-transferable variations) | Non-revocable credentials |
| SPL (Solana) | Solana token and NFT gating |
| FA2 (Tezos) | Tezos NFT gating |
Token Requirement Configuration
Community admins set Token Requirements (TRQ) using a dashboard:
- Token contract address — which NFT or token
- Chain — which network to check
- Minimum balance — how many needed
- Role — which Discord role to grant
Example requirement:
“`
Chain: Ethereum
Contract: 0xBC4CA0EdA7647A8aB7C2061c2E118A18a936f13D (BAYC)
Min Balance: 1
Role: @BAYC-Holder
“`
Multiple requirements can be combined with AND/OR logic.
Collab.Land Token (COLLAB)
Collab.Land launched its own ERC-20 governance token (COLLAB) in 2023:
- Token holders can vote on product direction and fee structures
- Used for premium feature access
- Distributed to communities that have used Collab.Land historically as an airdrop
The COLLAB airdrop to verified long-standing community managers was one of the larger retroactive distribution events in 2023.
Miniapps Marketplace
Collab.Land introduced a Miniapps system — a marketplace for third-party developer extensions to the Collab.Land bot:
- Analytics apps for community ownership data
- Dynamic role systems based on on-chain activity (not just balance)
- Tipping bots
- Quest/engage-to-earn systems
This positions Collab.Land as a platform rather than just a utility bot.
Comparison to Guild.xyz
| Feature | Collab.Land | Guild.xyz |
|---|---|---|
| Ease of setup | Very simple | More powerful, more complex |
| Rule logic | AND (basic chains) | AND/OR with multi-condition |
| Integrations | Discord, Telegram | Discord, Telegram, GitHub, Google |
| Multi-chain | Yes | Yes |
| Open source | Partially | Yes |
| Governance token | COLLAB | No |
| Market focus | Consumer NFT communities | DAOs and developer communities |
Security Model
Wallet verification:
Users sign a nonce-based message (EIP-4361 style) to prove wallet ownership. The signature is verified server-side — Collab.Land never holds private keys.
Re-verification:
Collab.Land periodically re-checks (default every 24–48 hours) whether members still hold required assets. If holdings drop below the threshold, roles are automatically revoked.
Limitations:
- Re-check intervals mean a member who sells an NFT retains access for up to 24–48 hours
- Collab.Land holds wallet-Discord linkage data (a privacy consideration)
Related Terms
Sources
- Collab.Land Website — Product documentation and community setup guides.
- Collab.Land Documentation — Help center for Discord integration and Token Requirements.
- COLLAB Token — Governance token docs and airdrop details.
- Collab.Land Miniapps Marketplace — Third-party extension ecosystem.
Last updated: 2026-04