> ## 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.

# Blocking users

> The blocked users feature allows you to exclude specific wallet addresses from earning rewards through any loyalty rules. This is useful for blocking known bots, suspicious accounts or specific users.

<head>
  <script type="application/ld+json">
    {JSON.stringify({
            "@context": "https://schema.org",
            "@graph": [
              {
                "@type": "TechArticle",
                "headline": "Blocking users",
                "description": "The blocked users feature allows you to exclude specific wallet addresses from earning rewards through any loyalty rules. This is useful for blocking known bots, suspicious accounts or specific users.",
                "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/blocking-users"
              },
              {
                "@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": "Features", "item": "https://docs.snagsolutions.io/loyalty/updating-balances"},
                  {"@type": "ListItem", "position": 4, "name": "Blocking users"}
                ]
              }
            ]
          })}
  </script>
</head>

## How it works

Blocked users will not be able to earn points from any rule, regardless of the trigger or reward conditions. You can manage blocked addresses by uploading a CSV file directly in the dashboard.

## Where to find it

<Frame>
  ![Snag loyalty settings panel with the Blocked Users option highlighted](https://assets.snagsolutions.io/public/docs/block-users-01.webp)
</Frame>

1. Go to **Loyalty Program** in the sidebar.
2. On the **right-hand settings panel**, scroll down and click **Blocked users** (see highlighted area in the screenshot above).

## How to block wallets

<Frame>
  ![Blocked users modal with CSV upload for wallet addresses](https://assets.snagsolutions.io/public/docs/block-users-02.webp)
</Frame>

Once inside the blocked users modal, follow these steps:

<Steps>
  <Step title="Download the CSV template">
    This will provide the structure needed to add wallet addresses. You can also download the current blocklist to review or edit previously submitted files.
  </Step>

  <Step title="Fill in the wallet addresses you'd like to block" />

  <Step title="Upload the filled template back into the modal" />

  <Step title="Click &#x22;Add Block List&#x22; to finalize" />
</Steps>
