> For the complete documentation index, see [llms.txt](https://rumpel-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rumpel-docs.gitbook.io/docs/benefits-and-how-to-guides/issuing-points.md).

# Issuing points

<figure><img src="/files/f0GUk2z34473yrpFZzLL" alt=""><figcaption><p>Speculative market dynamics increase the marketing surface area of a project</p></figcaption></figure>

Point issuers can continue issuing points and lean on secondary markets to capture the following three benefits:

1. **Boosted Marketing.** A speculative asset expands the marketing surface of a project as users generate content around point token price action. For example, [Lighter OTC points trading has attracted 1M "free" impressions](https://rumpel.notion.site/The-Tradeable-Points-Social-Advantage-ext-273879cf7f3180508e41d3f83793d22b?source=copy_link) over 3 mo for the Lighter brand, joined by positive sentiment and public discourse.
2. **Boosted KPIs -** Net growth to KPIs from greater user optionality. With liquid point tokens, users of all risk preferences are served. Risk-averse users can sell and project believers can buy, without either leaving your ecosystem. This improves conversion and drives growth.
3. **Better Differentiation** - The growing complexity and proliferation of point programs in DeFi are causing [user fatigue](https://arc.net/l/quote/bhdcyozp), making it harder for undifferentiated programs to retain influence and engagement. A real implied yield is easily digestible.
4. **Reduce negative volatility of TGE** - the earliest supporters can derisk at a healthy multiple/return while giving opportunity to longer-term investors/believers

## In simple terms, how should I design a points program & engage with Rumpel?

Before designing a points program, we recommend getting up to speed on [Pointenomics 101.](https://mirror.xyz/kenton.eth/WLQ98TytJgxtdkcTevSlISbUKoFWex5Gw_TcW8u_SaY) Next, the following requirements exist to bring liquidity to your point program.

1. Access to a public API endpoint to read point balances for a particular address
2. Your airdrop is pull-only (claimable by users)
3. Your airdrop is claimable onchain by smart contracts or through ERC 1271 signatures (no other signature types)
4. Your reward token should not allow ERC 1271 signatures in their permit function (like USDC). Solmate & OZ token implementations are good :white\_check\_mark:
5. Ensure you announce the airdrop (or share with the Rumpel Labs team) 7+ days before users can begin claiming.

Open a ticket on our [Discord Server](https://discord.com/invite/khgMKfU7up) to speak with the team & get more information.


---

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

```
GET https://rumpel-docs.gitbook.io/docs/benefits-and-how-to-guides/issuing-points.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.
