# THX Network

## Product Docs

- [THX Network](https://docs.thx.network/thx-network.md): Allows you to launch quests and rewards in gaming and fintech. Backed by EU Horizon 2020 and Techstars. Shut down 1st of February, 2025.
- [Getting Started](https://docs.thx.network/campaign-managers/getting-started.md): We aim for as little developer effort as possible with our solutions and integrating the widget is as easy as embedding one line of code.
- [Analytics](https://docs.thx.network/campaign-managers/analytics.md): Campaign analytics provide insights into overall quest and reward activity. You can scope your data to a specific time range and see who your top 10 campaign participants are.
- [Quests](https://docs.thx.network/campaign-managers/quests.md): Your audience is able to earn points with various Quests that can be configured to incentivise particular user engagement.
- [Daily Quests](https://docs.thx.network/campaign-managers/quests/daily-quests.md): Daily quests are a great tool to increase user retention.
- [Invite Quests](https://docs.thx.network/campaign-managers/quests/invite-quests.md): Invite quests allow your community to support your user acquisition. The invites can be set up double sided meaning both the inviter and invitee earn points.
- [Twitter Quests](https://docs.thx.network/campaign-managers/quests/twitter-quests.md): Quests with social conditions stimulate engagement in other channels you are using.
- [Discord Quests](https://docs.thx.network/campaign-managers/quests/discord-quests.md): Quests with social conditions stimulate engagement in other channels you are using.
- [Custom Quests](https://docs.thx.network/campaign-managers/quests/custom-quests.md): Custom Quests enable you to incentivise every touchpoint in your customer journey.
- [Web3 Quests](https://docs.thx.network/campaign-managers/quests/web3-quests.md): Reward users' coin balance or NFT ownership using smart contracts.
- [Webhook Quests](https://docs.thx.network/campaign-managers/quests/webhook-quests.md): Validate quest behavior using your own API endpoints and set optional custom point amounts.
- [Steam Quests](https://docs.thx.network/campaign-managers/quests/steam-quests.md): Embark on a gaming journey by purchasing, wishlisting games, and earning Steam achievements.
- [Quest Locks](https://docs.thx.network/campaign-managers/quests/quest-locks.md): Allows you to gate quests with one or more other quests. This opens up endless possibilities of tiered campaigns.
- [Rewards](https://docs.thx.network/campaign-managers/rewards.md): Campaign participants earn points with quests and can in turn redeem these points for rewards. Use a variety of Rewards to incentivise your participants to start collecting more points.
- [Coin Rewards](https://docs.thx.network/campaign-managers/rewards/coin-rewards.md): Coin Rewards enable your audience to redeem their accumulated points for ERC-20 tokens.
- [NFT Rewards](https://docs.thx.network/campaign-managers/rewards/nft-rewards.md): This page demonstrates how to configure NFT rewards with optional platform or expiry conditions applied to it.
- [Custom Rewards](https://docs.thx.network/campaign-managers/rewards/custom-rewards.md): Use your own webhooks to reward users through code in your application!
- [Coupon Rewards](https://docs.thx.network/campaign-managers/rewards/coupon-rewards.md): Use coupon rewards for eGift cards, discount codes and Nitro boosts.
- [Discord Role Rewards](https://docs.thx.network/campaign-managers/rewards/discord-role-rewards.md): Let your users buy Discord roles using points. A powerful way to reward your community members.
- [Participants](https://docs.thx.network/campaign-managers/participants.md): The Participant Explorer is sorted by rank and provides you with deeper insights into the people that signed in for your campaign.
- [Integrations](https://docs.thx.network/campaign-managers/integrations.md): Our integrations allow for connecting important channels in your ecosystem to your campaign.
- [Discord](https://docs.thx.network/campaign-managers/integrations/discord.md): This will guide you through the process of setting up the Discord Bot. This allows for seamless communication between your application and Discord channels, making it easy to automate updates.
- [Twitter, now X](https://docs.thx.network/campaign-managers/integrations/twitter-now-x.md): Save time and automate the creation of conditional X rewards and keep your audience entertained with new ways to earn points.
- [Gitcoin Passport](https://docs.thx.network/campaign-managers/integrations/gitcoin-passport.md): Privacy respecting proof of humanity and reputation. Fights bots and spam.
- [Coins](https://docs.thx.network/campaign-managers/coins.md): This page demonstrates how to configure and deploy a ERC-20 token smart contract on the Polygon blockchain.
- [NFT](https://docs.thx.network/campaign-managers/nft.md): This page demonstrates how to create an NFT collection and mint tokens from a pool. For a video guide, scroll down to the bottom of this page.
- [Memberships (Free)](https://docs.thx.network/users/memberships-free.md): Should you choose to exit, simply wait for the lock period to end to reclaim your tokens!
- [Lottery (Free)](https://docs.thx.network/users/lottery-free.md)
- [Pricing](https://docs.thx.network/faq/pricing.md)
- [Multi Wallet Account](https://docs.thx.network/faq/multi-wallet-account.md): Set up your account to support multiple wallets. WalletConnect v2 is now used for a mobile friendly login experience.
- [Points](https://docs.thx.network/faq/points.md): TLDR; people earn points by completing quests. Point can be spent on rewards.
- [Other](https://docs.thx.network/faq/other.md): Frequently Asked Questions about our product and a few general ones about blockchain and, cryptocurrencies.
- [HTML Widget](https://docs.thx.network/developers/html-widget.md): Your campaign widget exposes various functionality to your site in order to create seamless onboarding experiences.
- [JS SDK](https://docs.thx.network/developers/js-sdk.md): Created Identities and register Events in your application using \`THXAPIClient\` or rebuild the campaign widget in your own environment using \`THXBrowserClient\`.
- [Identity](https://docs.thx.network/developers/js-sdk/identity.md): Use an Identity to assign Events in your system to THX users and build quests around it.  Learn how to connect an Identity to a THX account using your campaign widget.
- [Events](https://docs.thx.network/developers/js-sdk/events.md): Create event data and configure custom quests for these events. Your users will be able to earn points for for example levelling up in your game.
- [API](https://docs.thx.network/developers/api.md): Using the API keys and an OAuth2 grant you will be able to access API resources for your campaign.
- [API Specification](https://docs.thx.network/developers/api/api-specification.md): Below we have listed the resources and their API specification that you should implement as part of the Identity & Event framework.
- [Example](https://docs.thx.network/developers/api/example.md): Using the new and improved authentication method one can build their own campaign UI.
- [Webhooks](https://docs.thx.network/developers/webhooks.md): Implement a public endpoint in your app and receive campaign events. Verify requests using the signing secret as in the given example. This is what protects the endpoint!
- [QR codes](https://docs.thx.network/developers/qr-codes.md): Use QR codes to distribute rewards in offline environments.
- [Audits](https://docs.thx.network/developers/audits.md): In June 2021 the team of security audit firm Pessimistic.io conducted an extensive on the state of our smart contracts as of commit b5587b48112e3b319212aef06264c1d38fbe1cad.
- [$THX](https://docs.thx.network/tokenomics/usdthx.md): THX token serves as the utility token for the THX Network protocol.
- [Locking $THX to $veTHX](https://docs.thx.network/tokenomics/locking-usdthx-to-usdvethx.md): The staked and locked version of THX token is called veTHX and functions as the governance token and accrues protocol fees.
- [Increasing Locked $veTHX](https://docs.thx.network/tokenomics/increasing-locked-usdvethx.md)
- [Protocol](https://docs.thx.network/tokenomics/protocol.md): Summary of the inner workings of the THX Network protocol.
- [Token Distribution](https://docs.thx.network/tokenomics/token-distribution.md): Summary of the token distribution, release schedule, governance and other token related plans.
- [Team](https://docs.thx.network/about/team.md): Meet our core team, advisors and community
- [One Pager](https://docs.thx.network/about/one-pager.md): THX Network is set to redefine gaming communities and beyond. Early $THX lockers earn the highest rewards, making now the perfect time to join.
- [Community](https://docs.thx.network/about/community.md): Join the THX Network Community!
