> ## Documentation Index > Fetch the complete documentation index at: https://docs.walletconnect.network/llms.txt > Use this file to discover all available pages before exploring further. # WalletConnect Documentation > The Connectivity Layer for the Financial Internet export const ProductCard = ({img, href, title, description, model, type}) => { return
{title}

{title}

{description}

{model} {type}
; }; export const appCategories = [{ id: 'walletconnect-sdk', label: 'WalletConnect SDK', items: [{ id: 'verify-api', title: 'Verify API', desc: 'Enable wallets to support users in better identifying the authenticity of a domain.', icon: '/images/warning.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: '/wallet-sdk/features/verify' }, { id: 'link-mode', title: 'Link Mode', desc: 'Transport One-Click Auth requests and session requests over Universal Links.', icon: '/images/link-mode.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: '/wallet-sdk/features/link-mode' }, { id: 'one-click-auth', title: 'One-Click Auth', desc: 'Enable users to connect to Web3 through a single tap with One-Click Auth.', icon: '/images/one-click-auth.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: '/wallet-sdk/features/one-click-auth' }, { id: 'chain-abstraction', title: 'Chain Abstraction', desc: 'Cross-chain functionality for users to spend stablecoins across different networks seamlessly.', icon: '/images/chain-abstraction.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: '/wallet-sdk/features/chain-abstraction' }] }, { id: 'app-sdk', label: 'App SDK', items: [{ id: 'wallet-connections', title: 'Wallet Connections & Authentication', desc: 'Enable developers to easily provide wallet connections and user authentication on their Web3 app using WalletConnect.', icon: '/images/app-sdk-home.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: '/app-sdk/overview' }] }, { id: 'WalletConnect Network', label: 'WalletConnect Network', items: [{ id: 'wallet-guide', title: 'WalletGuide', desc: 'The ultimate directory of onchain wallets for users and developers.', icon: '/images/walletguide-home.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: 'https://walletguide.walletconnect.network/' }] }, { id: 'payments', label: 'Payments', items: [{ id: 'walletconnect-pay', title: 'WalletConnect Pay', desc: 'A universal protocol that enables wallets and payment apps to initiate blockchain-based payment requests in a secure and chain-agnostic way.', icon: '/images/wc-pay-home.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: 'https://docs.walletconnect.com/payments/overview' }, { id: 'walletconnect-pos-sdk', title: 'Point of Sale (POS)', desc: 'A universal SDK for wallets, PSPs, and merchants to accept stablecoin payments at point-of-sale.', icon: '/images/pos-home.svg', image: { light: '/images/walletconnect-home.svg', dark: '/images/walletconnect-home.svg' }, href: 'https://docs.walletconnect.com/payments/point-of-sale' }] }]; export const ProductTiles = ({categories, hideButtons = false}) => { const [activeCategory, setActiveCategory] = useState(categories[0].id); const [activeSubTab, setActiveSubTab] = useState(categories[0].items[0]?.id ?? null); const currentCategory = categories.find(cat => cat.id === activeCategory); const currentSub = currentCategory?.items.find(item => item.id === activeSubTab); return
{!hideButtons &&
{categories.map(cat => )}
}
{currentCategory?.items?.length ?
{currentCategory.items.map(item => setActiveSubTab(item.id)} className={`flex items-start gap-1.5 text-left px-5 py-3 rounded-2xl transition-all ${activeSubTab === item.id ? 'bg-white dark:bg-white/5' : ''}`}>
{item.title}

{item.title}

{item.desc}

)}
{currentSub?.image ? <> {currentSub.title} {currentSub.title} :

No preview available

}
:

No features available for this category.

}
; }; export const Title = ({children}) => { return
{children}
; }; export const Container = ({children}) => { return
{children}
; };
WalletConnect

The Connectivity Layer for the Financial Internet

Build with WalletConnect

WalletConnect powers thousands of onchain projects, driving one of the most active, open ecosystems in crypto.


**Check out our quickstart and other resources to get started!**