Add NFT access control to your app in minutes
Catalyst handles NFT ownership verification, trait-based gating, and collection management. Integrate with a single API call or use our React hooks.
Quick Integration
import { useAkcaGate } from 'akca-catalyst/react';
function ProtectedPage() {
const { hasAccess, isLoading } = useAkcaGate({
collection: 'col_xxxxx'
});
if (isLoading) return <Spinner />;
if (!hasAccess) return <NoAccess />;
return <YourContent />;
}Ownership Verification
Verify NFT ownership across any Solana collection with a single API call. 30s smart caching.
Trait-Based Gating
Gate access based on specific NFT traits and attributes. Build complex rules with AND/OR logic.
React & Next.js SDK
Drop-in React hooks, Next.js middleware, and Express middleware for instant integration.
NFT Minting
Launch collections with built-in minting. Supply limits, pricing, and a hosted mint page included.
Webhooks
Real-time notifications for verify and mint events. HMAC-signed payloads for security.
Analytics Dashboard
Track verification requests, success rates, response times, mint revenue, and top wallets.
Powering Every Type of NFT
From DAO governance to VIP access — one platform for all your NFT infrastructure needs
DAO Membership
Governance Access
VIP Badge
Premium Access
AkcaVPN Access
VPN Service
Event Ticket
Exclusive Entry
Enterprise Solutions
Custom NFT infrastructure for large-scale operations. Built for teams that need more.