# Shareholder Perks

### Introduction

Shareholder perks are noncash gifts and services that companies provide to their shareholders as a way to enhance their investment experience. This concept is not new; companies have used perks to build brand loyalty and reward long-term investors. Here’s a list of some popular shareholder benefit programs:

<figure><img src="/files/4r4rJPAi7QkUY3ONEE9w" alt="" width="375"><figcaption></figcaption></figure>

Source: <https://www.overlookedalpha.com/p/best-shareholder-perks>

### **Using Zero-Knowledge Proofs for Special Offers**

Offering special perks or discounts to shareholders can be implemented using blockchain technology, specifically Zero-Knowledge Proofs (ZKPs). In simple terms, Zero-Knowledge Proofs are a security method that lets people check if something is true without revealing the actual information.

For example, a company could use ZKPs to verify that a person is a shareholder eligible for certain perks (like discounts or access to events) without revealing sensitive information such as their personal identity etc.

Here's how it could work in simple steps:

**Ownership Verification**: Shareholders could use a cryptographic proof that confirms their ownership of shares without disclosing specifics like the transaction history.

**Redeeming Perks**: The company can then verify this proof on a blockchain-based system to grant the shareholder access to perks without ever needing to see the personal details or financial specifics.

**Privacy and Security**: This method ensures privacy for shareholders, as their data remains secure and private. The company gets a simple "yes" or "no" confirmation of eligibility without accessing sensitive information.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://research.chainedassets.com/rwa-focus-areas/global-and-innovative-distribution-of-assets/shareholder-perks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
