> For the complete documentation index, see [llms.txt](https://docs.socialhood.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.socialhood.app/social-app/tips.md).

# Tips

Every post has a tip button. Tips are onchain transfers — **100% goes to the recipient**. No platform fee, no custody, ever. This is enforced by the `TipJar` contract, which simply forwards and emits an event so tips can be indexed and displayed.

## Tipping flow

1. Tap the bolt on a post.
2. **Pick an asset** — ETH or an allowlisted meme token.
3. **Pick an amount** — quick presets or custom.
4. **Confirm** — one transaction (ERC-20 tips need a one-time approve first).

The post shows lifetime tips earned (e.g. `earned 0.42 ETH + 1.2M CASHCAT in tips`), and the recipient gets a notification.

## Supported assets

| Asset       | Notes                                        |
| ----------- | -------------------------------------------- |
| **ETH**     | Native, counts toward points                 |
| **CASHCAT** | `0x020bfC650A365f8BB26819deAAbF3E21291018b4` |
| **PONS**    | `0x39dBED3a2bd333467115dE45665cC57F813C4571` |

The tip contract accepts any ERC-20 — the app displays only allowlisted tokens so spam tokens can't pollute notifications. New tokens can be added to the allowlist without any contract change; every address is verified onchain before listing.

Token tips earn **no points** (meme tokens have no reliable price feed — this prevents points farming).


---

# 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://docs.socialhood.app/social-app/tips.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.
