> For the complete documentation index, see [llms.txt](https://src-1.gitbook.io/srt-white-paper_en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://src-1.gitbook.io/srt-white-paper_en/white-paper/incentives-for-businesses.md).

# Incentives for Businesses

**Provide Discounts:** Participating businesses will be able to provide discounts to Cash.Fi users in the form of spending SRT to get some % discount on their purchase. For example, if a user spends  SRT at a coffee shop, the user may be able to get 5% off and the used tokens are transferred to the business. The difference of the original price will be made up later by team Cash.Fi.

**Increase Foot Traffic During Down Times:** Businesses will be able to offer SRT rewards when people come to shop at times when they want more customers (e.g. businesses are usually slower in the early afternoon after the lunch rush and before dinner, so they can incentivize Cash.Fi visitors to come by doing such as happy hours with SRT drops). Businesses pay the user.

**Incentivizing Other Local Businesses to Join:** We will deploy a give/get model to increase the number of local businesses participating on Cash.Fi platform. Businesses will be able to give another business X SRT for signing up, and get an equal amount of SRT in return. These tokens come from the treasury and will be capped at X amount of referrals.

**Local Business NFT Drops (‘Perk Drops’):** We will build the tools for local businesses to easily do their own NFT drops. For example, a coffee shop could drop a collection of 100 NFTs for 0.2ETH and say that everyone who holds the NFT gets a free coffee each day. The business will receive the initial funds from the NFT sale and then continuous royalties as people trade and assign new value to a free coffee each day. Users pay the business and receive a digital collectible with utility in return.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://src-1.gitbook.io/srt-white-paper_en/white-paper/incentives-for-businesses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
