# DRIP > DRIP is a comprehensive rewards and engagement platform that helps communities build loyalty through points, quests, games, and Web3 integrations. ## Docs - [Find Account](https://docs.drip.re/api-reference/accounts/find-account.md): Find any DRIP user their ID by their username, email, wallet address, or twitter/discord id - [Get App Authorized Realms](https://docs.drip.re/api-reference/apps/get-app-authorized-realms.md): Get the realms that an app is authorized to access. Can only be used by the app itself. - [Get App Installs](https://docs.drip.re/api-reference/apps/get-app-installs.md): Get paginated list of realms that have installed this app - [Search App Authorized Realms](https://docs.drip.re/api-reference/apps/search-app-authorized-realms.md): Search for realms that an app is authorized to access. Can only be used by the app itself. - [Authentication](https://docs.drip.re/api-reference/authentication.md): Learn how to authenticate with the DRIP API using API keys and bearer tokens - [Batch update point balances for multiple credentials by their identifiers](https://docs.drip.re/api-reference/credentials-balances/batch-update-point-balances-for-multiple-credentials-by-their-identifiers.md): Batch update point balances for multiple credentials by their identifiers - [Transfer points from one credential to another by their identifiers](https://docs.drip.re/api-reference/credentials-balances/transfer-points-from-one-credential-to-another-by-their-identifiers.md): Transfer points from one credential to another by their identifiers - [Update point balance for a credential by its identifier (email, wallet, discord ID, etc)](https://docs.drip.re/api-reference/credentials-balances/update-point-balance-for-a-credential-by-its-identifier-email-wallet-discord-id-etc.md): Update point balance for a credential by its identifier (email, wallet, discord ID, etc) - [Create a social credential](https://docs.drip.re/api-reference/credentials/create-a-social-credential.md): Create a social credential (Twitter, Discord, etc.) - can be unlinked or linked to an account - [Create a wallet credential](https://docs.drip.re/api-reference/credentials/create-a-wallet-credential.md): Create a wallet credential - can be unlinked or linked to an account - [Delete a non-verified credential (linked or unlinked, only if no balances exist)](https://docs.drip.re/api-reference/credentials/delete-a-non-verified-credential-linked-or-unlinked-only-if-no-balances-exist.md): Delete a non-verified credential (linked or unlinked, only if no balances exist) - [Find non-verified credential by type and value (twitter-id uses oauthAccountId, wallet uses address, email uses email)](https://docs.drip.re/api-reference/credentials/find-non-verified-credential-by-type-and-value-twitter-id-uses-oauthaccountid-wallet-uses-address-email-uses-email.md): Find non-verified credential by type and value (twitter-id uses oauthAccountId, wallet uses address, email uses email) - [Link a credential to an account (transfers balances)](https://docs.drip.re/api-reference/credentials/link-a-credential-to-an-account-transfers-balances.md): Link a credential to an account (transfers balances) - [Update custom metadata for a ghost credential by identifier](https://docs.drip.re/api-reference/credentials/update-custom-metadata-for-a-ghost-credential-by-identifier.md): Update custom metadata for a ghost credential by identifier - [Archive Currency](https://docs.drip.re/api-reference/currencies/archive-currency.md): Archive a currency - [Create Currency](https://docs.drip.re/api-reference/currencies/create-currency.md): Create a new currency in a realm - [Get Currencies](https://docs.drip.re/api-reference/currencies/get-currencies.md): Get all currencies in a realm with pagination, search, filtering, and sorting - [Get Currency](https://docs.drip.re/api-reference/currencies/get-currency.md): Get a currency by id - [Unarchive Currency](https://docs.drip.re/api-reference/currencies/unarchive-currency.md): Unarchive a currency - [Update Currency](https://docs.drip.re/api-reference/currencies/update-currency.md): Update a currency in a realm - [Update Currency Metadata](https://docs.drip.re/api-reference/currencies/update-currency-metadata.md): Update the metadata of a currency - [API Introduction](https://docs.drip.re/api-reference/introduction.md): Welcome to the DRIP API documentation. Learn about our current and legacy APIs. - [Batch Update Member Balance Of A Currency](https://docs.drip.re/api-reference/realm-members-balances/batch-update-member-balance-of-a-currency.md): Batch update the balances of multiple DRIP users in a realm by their drip ids and currency id. All updates are applied in a single transaction, so if any update fails, the entire batch will fail. - [Transfer Member Balance Of A Currency](https://docs.drip.re/api-reference/realm-members-balances/transfer-member-balance-of-a-currency.md): Transfer points from one DRIP user to another in a realm by their drip ids and currency id - [Update Member Balance Of A Currency](https://docs.drip.re/api-reference/realm-members-balances/update-member-balance-of-a-currency.md): Update the balance of a DRIP user in a realm by their drip id and currency id - [Get Realm Member Leaderboard](https://docs.drip.re/api-reference/realm-members/get-realm-member-leaderboard.md): Get the leaderboard of a realm by their currency id - [List Realm Members](https://docs.drip.re/api-reference/realm-members/list-realm-members.md): List members of a realm with optional pagination, search, and sorting. - [Search Realm Member](https://docs.drip.re/api-reference/realm-members/search-realm-member.md): Search for a DRIP user in a realm by their drip id, twitter id, discord id, wallet address, email, or username - [Update Member Metadata](https://docs.drip.re/api-reference/realm-members/update-member-metadata.md): Update custom metadata for a realm member - [Get Realm](https://docs.drip.re/api-reference/realms/get-realm.md): Get a realm by id - [Accept a pending shared currency](https://docs.drip.re/api-reference/shared-currency/accept-a-pending-shared-currency.md): Accept a pending shared currency - [Get all the pending requests for a realm (not by currency)](https://docs.drip.re/api-reference/shared-currency/get-all-the-pending-requests-for-a-realm-not-by-currency.md): Get all the pending requests for a realm (not by currency) - [List all child realms that use a parent's currency](https://docs.drip.re/api-reference/shared-currency/list-all-child-realms-that-use-a-parents-currency.md): List all child realms that use a parent's currency - [Reject a pending shared currency](https://docs.drip.re/api-reference/shared-currency/reject-a-pending-shared-currency.md): Reject a pending shared currency - [Remove a shared currency from a child realm](https://docs.drip.re/api-reference/shared-currency/remove-a-shared-currency-from-a-child-realm.md): Remove a shared currency from a child realm - [Share a currency with another realm](https://docs.drip.re/api-reference/shared-currency/share-a-currency-with-another-realm.md): Share a currency with another realm - [Un-share a currency from a child realm](https://docs.drip.re/api-reference/shared-currency/un-share-a-currency-from-a-child-realm.md): Un-share a currency from a child realm - [Add a new config to an existing activation](https://docs.drip.re/api-reference/web3-activations-configs/add-a-new-config-to-an-existing-activation.md): Add a new config to an existing WEB3 activation - [Delete a config from an activation](https://docs.drip.re/api-reference/web3-activations-configs/delete-a-config-from-an-activation.md): Delete a config from an existing WEB3 activation - [Get all configs for a given activation](https://docs.drip.re/api-reference/web3-activations-configs/get-all-configs-for-a-given-activation.md): Get all configs for a given WEB3 activation - [Update an existing config on an activation](https://docs.drip.re/api-reference/web3-activations-configs/update-an-existing-config-on-an-activation.md): Update an existing config on an existing WEB3 activation - [Claim Web3 Balance](https://docs.drip.re/api-reference/web3-activations-members/claim-web3-balance.md): Claim Web3 Balance of a specific member of a specific activation - [Get member web3 balances data](https://docs.drip.re/api-reference/web3-activations-members/get-member-web3-balances-data.md): Get member web3 balances data by a specific member of a specific activation - [Get user ERC721 NFTs](https://docs.drip.re/api-reference/web3-activations-members/get-user-erc721-nfts.md): Get user ERC721 NFTs with pagination by a specific member of a specific activation - [Link NFTs](https://docs.drip.re/api-reference/web3-activations-members/link-nfts.md): Link NFTs of a specific member of a specific activation to another activation - [Unlink NFTs](https://docs.drip.re/api-reference/web3-activations-members/unlink-nfts.md): Unlink NFTs of a specific member of a specific activation from another activation - [Create an activation](https://docs.drip.re/api-reference/web3-activations/create-an-activation.md): Create a WEB3 activation for a realm - [Credit NFTs](https://docs.drip.re/api-reference/web3-activations/credit-nfts.md): Credit NFTs of a specific activation by a specific currency - [Delete an activation](https://docs.drip.re/api-reference/web3-activations/delete-an-activation.md): Delete a WEB3 activation of a realm - [Get all activations](https://docs.drip.re/api-reference/web3-activations/get-all-activations.md): Get all WEB3activations for a realm - [Get an activation by ID](https://docs.drip.re/api-reference/web3-activations/get-an-activation-by-id.md): Get a WEB3 activation by ID - [Get balance for a single NFT](https://docs.drip.re/api-reference/web3-activations/get-balance-for-a-single-nft.md): Get balance for a single NFT of a specific activation - [Link collections](https://docs.drip.re/api-reference/web3-activations/link-collections.md): Link collections of a specific activation to another activation - [Re-sync an activation](https://docs.drip.re/api-reference/web3-activations/re-sync-an-activation.md): Re-sync a WEB3 activation for a realm, which will re-sync all the NFT data and ownership - [Unlink collections](https://docs.drip.re/api-reference/web3-activations/unlink-collections.md): Unlink collections of a specific activation from another activation - [Get details for a specific NFT](https://docs.drip.re/api-reference/web3-data-collections/get-details-for-a-specific-nft.md): Get details for a specific NFT by its contract address and token id - [Get listings for a collection](https://docs.drip.re/api-reference/web3-data-collections/get-listings-for-a-collection.md): Get listings for a collection by its contract address - [Get listings for a NFT](https://docs.drip.re/api-reference/web3-data-collections/get-listings-for-a-nft.md): Get listings for a NFT by its contract address and token id - [Get metadata for a collection](https://docs.drip.re/api-reference/web3-data-collections/get-metadata-for-a-collection.md): Get metadata for a collection by its contract address - [Get NFTs in a collection](https://docs.drip.re/api-reference/web3-data-collections/get-nfts-in-a-collection.md): Get all NFTs in a collection by their contract address - [Get metadata for a token](https://docs.drip.re/api-reference/web3-data-tokens/get-metadata-for-a-token.md): Get metadata for a token by its address - [Get ERC1155 NFTs owned by a wallet](https://docs.drip.re/api-reference/web3-data-wallets/get-erc1155-nfts-owned-by-a-wallet.md): Get ERC1155 NFTs owned by a wallet by its address - [Get listings for a wallet](https://docs.drip.re/api-reference/web3-data-wallets/get-listings-for-a-wallet.md): Get listings for a wallet by its address - [Get token balances for a wallet](https://docs.drip.re/api-reference/web3-data-wallets/get-token-balances-for-a-wallet.md): Get token balances for a wallet by its address - [Overview](https://docs.drip.re/apps/overview.md): Understand the DRIP apps ecosystem and how apps fit into your workspace - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard.md): Navigate the Admin Dashboard to make changes to your community and get Drip support - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings.md): Settings is where you can configure the bot to your server needs - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/admin-permissions.md): Delegate access to trusted members by setting up some roles - [Discord Limitations](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/admin-permissions/discord-limitations.md): This is how to properly integrate roles created by Drip Rewards into your Discord - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/game-settings.md): Edit the settings for various Games in your community - [Casino Branding](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/game-settings/casino-branding.md): Configure the casino branding for your server - [Casino Games](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/game-settings/casino-games.md): Configure the various games for your community - [Member Roles](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/member-roles.md): Assign roles for member achievements - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/points-settings.md): Customize and manage your points for your server - [Branded Points](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/points-settings/branded-points.md): Customize the name and appearance of Points - [Mass Credit Points](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/points-settings/mass-credit-points.md): Mass Credit NFT's or users - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings.md): In this section, you can edit the Quest settings for your community - [Insta-Quest](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/insta-quest.md): Automate your quests (Pro Feature) - [Member Active Quest Limit](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/member-active-quest-limit.md): Change the limit on quests per regular member, per day (Pro Feature) - [Project Handle](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/project-handle.md): Set the project handle(s) for quests - [Quests Channel](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/quests-channel.md): Change the channel that quests are sent in once created - [Quests Duration](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/quests-duration.md): Change the default duration for quests in your community - [Quests Limit](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/quests-limit.md): Change the amount of active quests allowed at one time - [Sharing Reward](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/quest-settings/sharing-reward.md): Set the rewards for sharing quests results - [Server Stats](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/server-stats.md): In this section you can view the statistics of your server - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings.md): Activate and edit Web3 features for your community - [Advanced Collection Settings](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/advanced-collection-settings.md): There are various Advanced Settings available for Generator and Multiplier Collections - [EVM Chains](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/evm-chains.md): Activate ERC-721 NFTs, ERC-1155 NFTs, and ERC-20 Tokens on EVM Chains - [Manage Activations](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/manage-activations.md): Reward NFT or Token holders with daily points - [Meme Maker](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/meme-maker.md): Set up the meme maker for your collection(s) - [NFT Sales Tracker](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/nft-sales-tracker.md): Set up a sales tracker for your NFT Collections so you never miss a sale again! - [Preferred Marketplace](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/preferred-marketplace.md): Set your preferred marketplace for the NFT Sales Tracker - [Solana Activation](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/web3-settings/solana-activation.md): Activate Solana NFTs, and Tokens - [Overview](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/white-label-settings.md): White Labeling is a feature that allows you to turn DRIP into your own branded experience - [Bot Status](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/white-label-settings/bot-status.md): Customize the status of your bot - [Setup White Label](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/admin-settings/white-label-settings/setup-white-label.md): White Labelling is a feature that allows you to turn Drip Rewards into your own branded experience - [Create Channels](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/create-channels.md): Have Drip Rewards create starter channels for your Discord Community - [Manage Points](https://docs.drip.re/bot-documentation/admin-settings/admin-dashboard/manage-points.md): Lookup information about members in your community - [Overview](https://docs.drip.re/bot-documentation/drip-academy/economy-101-balancing-your-discord-economy-with-drip.md): In this course, we'll explore the best practices for setting up your economy, managing points, and ensuring a balanced system that engages and rewards your members. 4 to 5 minute read. - [Overview](https://docs.drip.re/bot-documentation/drip-features/games.md): Bet your hard-earned token for a chance to win in Blackjack or Poker! - [Blackjack](https://docs.drip.re/bot-documentation/drip-features/games/blackjack.md): A card game where players aim to achieve a hand value closest to 21 without exceeding it, competing against the dealer. - [Crash](https://docs.drip.re/bot-documentation/drip-features/games/crash.md): A strategic game where players bet on a multiplying value aiming to cash-out before the multiplier crashes - [Poker](https://docs.drip.re/bot-documentation/drip-features/games/poker.md): A strategic card game involving betting and individual play, where players wager on the best hand according to game-specific rankings. - [Magic Embed Builder](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder.md): Build embeds on any device directly inside of Discord and add buttons with dynamic functionality. - [Overview](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components.md): All interactive elements associated with the message. - [Add Link](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/add-link.md): Redirect members to a website - [Attach Embed](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/attach-embed.md): Add an embed to the button - [Attach Message](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/attach-message.md): Add a message to the button - [Edit Component](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/edit-component.md): Edit the label of the button - [Edit Style](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/edit-style.md): Style the button - [Give/Take Points](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/give-take-points.md): Give/Take points from a member - [Give/Take Role](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/give-take-role.md): Give/Take a role from a member - [Give/Take Variable Points](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/give-take-variable-points.md): Give/Take a variable amount of points from a member - [Password Restrictions](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/password-restrictions.md): Add a required code to the button - [Remove Component](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/remove-component.md): Remove the component - [Reset Functionality](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/reset-functionality.md): Reset/remove a functionality of the button - [Role Restrictions](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/role-restrictions.md): Restrict button interaction based on roles - [Time Restricions](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/components/time-restricions.md): Restrict button interaction based on time - [Overview](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds.md): The embed is the main body of the message - [Edit Author](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-author.md): Set the author of the embed - [Edit Color](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-color.md): Set the color of the embed - [Edit Embed Content](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-embed-content.md): Set the text that will be displayed in the embed - [Edit Fields](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-fields.md): Set the fields in the embed - [Edit Footer](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-footer.md): Set the footer of the embed - [Edit Media](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-media.md): Set the images of the embed - [Edit Text Above Embed](https://docs.drip.re/bot-documentation/drip-features/magic-embed-builder/embeds/edit-text-above-embed.md): Set a text that will be displayed above the embed - [Prizes](https://docs.drip.re/bot-documentation/drip-features/prizes.md): Create raffles for your members to spend tokens on! - [Overview](https://docs.drip.re/bot-documentation/drip-features/quests.md): Create Quests for community members to engage with Social Media Posts - [Overview](https://docs.drip.re/bot-documentation/drip-features/quests/custom-quests.md): Create a Quest that requires members to perform an action of your choosing - [Verify Entries](https://docs.drip.re/bot-documentation/drip-features/quests/custom-quests/verify-entries.md): When an entry is submitted on a Custom Quest, it must be verified by the Quest Creator - [Discord Quests](https://docs.drip.re/bot-documentation/drip-features/quests/discord-quests.md): Create a Quest for members to engage in the Discord community - [Overview](https://docs.drip.re/bot-documentation/drip-features/slash-commands.md): Commands that can be used - [Balance](https://docs.drip.re/bot-documentation/drip-features/slash-commands/balance.md): Displays your Points balance - [Tip](https://docs.drip.re/bot-documentation/drip-features/slash-commands/tip.md): Tip your fellow members with your Points - [Overview](https://docs.drip.re/bot-documentation/drip-features/store.md): Create buyable items for your members to spend tokens on! - [Copying Store Items](https://docs.drip.re/bot-documentation/drip-features/store/copying-store-items.md): You can copy a store item to send in a different channel - [Editing Store Items](https://docs.drip.re/bot-documentation/drip-features/store/editing-store-items.md): You can make changes to store items after they have been published - [Retrieving a CSV File](https://docs.drip.re/bot-documentation/drip-features/store/retrieving-a-csv-file.md): Get a CSV File containing information about the sales of a store item - [User Dashboard](https://docs.drip.re/bot-documentation/drip-features/user-dashboard.md): The Dashboard is a central place for your community to manage points. - [Browse NFTs](https://docs.drip.re/bot-documentation/drip-features/user-dashboard/browse-nfts.md): View NFTs you hold from the server's activated collections. - [Overview](https://docs.drip.re/bot-documentation/drip-features/user-dashboard/user-settings.md): Manage your Twitter account and Web3 Wallets - [Wallet Settings](https://docs.drip.re/bot-documentation/drip-features/user-dashboard/user-settings/wallet-settings.md): Manage and link your Web3 wallets - [X Settings](https://docs.drip.re/bot-documentation/drip-features/user-dashboard/user-settings/x-settings.md): Link your X/Twitter account - [Web3 Features](https://docs.drip.re/bot-documentation/drip-features/web3-features.md): Activate rewards for your NFT or Crypto communities! - [Join us on Discord](https://docs.drip.re/bot-documentation/external-link-0.md) - [Follow us on X](https://docs.drip.re/bot-documentation/external-link-2.md) - [Overview](https://docs.drip.re/bot-documentation/faq/how-do-i-contact-support.md): Our friendly support team is here to help. Learn what information to share and when can you an expect a response. - [How do I whitelist Drip with Wick Bot?](https://docs.drip.re/bot-documentation/faq/how-do-i-whitelist-drip-with-wick-bot.md): How to prevent Drip Rewards from being kicked by Wick Bot - [What Discord permissions does Drip need?](https://docs.drip.re/bot-documentation/faq/what-discord-permissions-does-drip-need.md): These are the permissions that Drip Rewards needs to function properly in your community - [Getting Started](https://docs.drip.re/bot-documentation/home.md): This is a basic guide to help get Drip Rewards installed in your community - [Admin Setup](https://docs.drip.re/burn-ghosts-activity/admin-setup.md): Essential Discord slash commands for server administrators to configure Burn Ghosts Activity - [Available Games](https://docs.drip.re/burn-ghosts-activity/games.md): Explore the 9 exciting mini-games available in Burn Ghosts Activity - [Getting Started](https://docs.drip.re/burn-ghosts-activity/home.md): Complete guide to participating in tournaments, earning rewards, and having fun with Burn Ghosts Activity mini-games - [Navigation & Controls](https://docs.drip.re/burn-ghosts-activity/navigation.md): Learn how to navigate the activity interface and control games - [How to Participate](https://docs.drip.re/burn-ghosts-activity/participating.md): Learn how to join tournaments, play games, and track your progress - [Rewards & Economy](https://docs.drip.re/burn-ghosts-activity/rewards.md): Understand prize distribution methods and the token economy - [Tips for Success](https://docs.drip.re/burn-ghosts-activity/tips.md): Strategies to maximize your scores and win more tournaments - [Troubleshooting](https://docs.drip.re/burn-ghosts-activity/troubleshooting.md): Solutions to common issues and how to get help - [Changelog](https://docs.drip.re/changelog.md): Product updates and announcements for DRIP platform - [AI Coding Assistants](https://docs.drip.re/developer/ai-assistants.md): Use DRIP docs with AI tools (MCP, llms.txt, Markdown export) for faster development - [API Client Types](https://docs.drip.re/developer/api-clients.md): Understanding Realm vs App clients and how to manage them - [App Development](https://docs.drip.re/developer/app-development.md): Build apps and integrations for your own realm. Compare client types and get started quickly with a Realm API Client. For multi-realm app keys and scopes, see Multi-Realm Apps. - [App Store Submission](https://docs.drip.re/developer/app-store.md): Get your app published in the DRIP App Store 🏪 - [Authentication Guide](https://docs.drip.re/developer/authentication.md): Complete guide to authenticating with the DRIP API - [Best Practices](https://docs.drip.re/developer/best-practices.md): Production-ready patterns and tips for DRIP API development 🚀 - [Core Concepts](https://docs.drip.re/developer/core-concepts.md): Understanding DRIP's data model, relationships, and key concepts - [Ghost Credentials](https://docs.drip.re/developer/credentials.md): Pre-credit users before they connect with ghost credentials - [Error Handling](https://docs.drip.re/developer/errors.md): Complete guide to API errors, status codes, and troubleshooting - [Code Examples](https://docs.drip.re/developer/examples.md): Copy-paste code for common DRIP API tasks 📋 - [Build Your First DRIP App](https://docs.drip.re/developer/first-app.md): Create a Discord Balance Manager to search by Discord ID and manage point balances 💰 - [Member Management](https://docs.drip.re/developer/managing-members.md): Search, update, and manage community members like a pro 👥 - [Multi-Realm Apps](https://docs.drip.re/developer/multi-realm-apps.md): Build applications that work across multiple DRIP communities 🌐 - [Point Systems](https://docs.drip.re/developer/point-systems.md): Master DRIP's point and currency systems 💰 - [5-Minute Quickstart](https://docs.drip.re/developer/quickstart.md): Get your first DRIP API call working in 5 minutes ⚡ - [Rate Limits](https://docs.drip.re/developer/rate-limits.md): Understanding API rate limits, quotas, and best practices for efficient usage - [User Authentication & OAuth](https://docs.drip.re/developer/user-authentication.md): Secure user authentication flow for accessing user data with consent - [DRIP Overview](https://docs.drip.re/overview.md): A high-level overview of the DRIP platform, core concepts, and how everything fits together ## OpenAPI Specs - [json](https://api.drip.re/docs/json) - [openapi-docs](https://docs.drip.re/openapi-docs.json) - [oldapi](https://docs.drip.re/oldapi.yaml) - [openapi](https://docs.drip.re/openapi.json)