From b812be3376e102b5ee8c6229e6141c220bf87fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Perttu=20L=C3=A4hteenlahti?= Date: Mon, 26 Jan 2026 15:27:32 +0100 Subject: [PATCH] Add tutorial link for implementing virtual currencies in documentation --- docs/offerings/virtual-currency.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/offerings/virtual-currency.mdx b/docs/offerings/virtual-currency.mdx index 1f2768be5..54cf5f417 100644 --- a/docs/offerings/virtual-currency.mdx +++ b/docs/offerings/virtual-currency.mdx @@ -12,6 +12,10 @@ These currencies are typically acquired through in-app purchases, rewards, or ga You can leverage virtual currencies to monetize apps, encourage customer retention, and create a more immersive experience. +:::tip Tutorial +For a complete walkthrough of implementing virtual currencies, see our [tutorial blogpost](https://www.revenuecat.com/blog/engineering/how-to-monetize-your-ai-app-with-virtual-currencies/). +::: + :::info This feature is in an early stage and under active development. While what's available today is stable and ready to use, we're continuing to expand its capabilities. @@ -262,6 +266,7 @@ import content3 from "@site/code_blocks/virtual-currency/transaction-adjustment. /> ### Customer center + You can display a customer's virtual currency balances in RevenueCat's [Customer Center](/tools/customer-center/). Please refer to [this section](/tools/customer-center/customer-center-configuration#virtual-currencies) of the Customer Center configuration guide for more information on displaying virtual currencies in the Customer Center. ## Events