> ## Documentation Index
> Fetch the complete documentation index at: https://docs.snagsolutions.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up loyalty currency

> After you have enabled loyalty program on your admin page, you will need to create a loyalty currency.

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@graph": [
              {
                "@type": "TechArticle",
                "headline": "Set up loyalty currency",
                "description": "After you have enabled loyalty program on your admin page, you will need to create a loyalty currency.",
                "author": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/"},
                "publisher": {"@type": "Organization", "name": "Snag Solutions", "url": "https://www.snagsolutions.io/", "logo": {"@type": "ImageObject", "url": "https://assets.snagsolutions.io/public/docs/snag-logo-dark-no-bg.svg"}},
                "mainEntityOfPage": "https://docs.snagsolutions.io/loyalty/set-up-loyalty-currency"
              },
              {
                "@type": "BreadcrumbList",
                "itemListElement": [
                  {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://docs.snagsolutions.io/welcome"},
                  {"@type": "ListItem", "position": 2, "name": "Loyalty", "item": "https://docs.snagsolutions.io/loyalty/loyalty-overview"},
                  {"@type": "ListItem", "position": 3, "name": "Get started", "item": "https://docs.snagsolutions.io/loyalty/set-up-loyalty-currency"},
                  {"@type": "ListItem", "position": 4, "name": "Set up loyalty currency"}
                ]
              }
            ]
          })}
  </script>
</head>

## Overview

Configuring a loyalty currency is the first step to creating a loyalty program. This is the currency that will be used to track loyalty points and rewards. Moreover, you can configure multiple loyalty currencies to your admin page.

1. Navigate to the Loyalty builder tab in the admin page.

   <Frame>
     <img src="https://assets.snagsolutions.io/public/docs/add-loyalty-currency-0.png" alt="Loyalty builder tab" />
   </Frame>

2. Click on the "Currencies and Balances" section.

   <Frame>
     <img src="https://assets.snagsolutions.io/public/docs/add-loyalty-currency-1.png" alt="Create loyalty currency" />
   </Frame>

3. Click on the "Add new currency" button.

   <Frame>
     <img src="https://assets.snagsolutions.io/public/docs/add-loyalty-currency-2.png" alt="Create loyalty currency" />
   </Frame>

4. Fill in the required fields and click "Save".

   <Frame>
     <img src="https://assets.snagsolutions.io/public/docs/add-loyalty-currency-3.png" alt="Create loyalty currency" />
   </Frame>

Congratulations! 🎉

You have created a loyalty currency and can now create your first loyalty rule.
