> For the complete documentation index, see [llms.txt](https://fiveelementslabs.gitbook.io/tide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fiveelementslabs.gitbook.io/tide/resources/case-studies/tide-audiences-engaging-authentic-users.md).

# Tide “Audiences”: Engaging Authentic Users

Tide identifies and restricts campaign access to specific sets of wallets that are relevant to a business or brand. *Audiences can* serve both as targeting and Sybil protection at the same time.

Some examples:

* A DEX project may want to distribute credentials and incentives only to wallets with a history of using DEXs.
* A business may want to reach only active users on a given chain with more than X transactions in the last Y days or wallets with a credit score greater than XY.

We compared wallet history interacting with Tide to a sample of more than 100k wallets of other credential platforms to understand whether there are significant differences. We found out:

* **Tide campaigns can attract better wallets** than other credential platforms, **10X better both in terms of balance and number of transactions.**&#x20;
* Over 50% of **wallets interacting with other credential platforms have a $0 balance and no transactions**, signaling a very strong non-organic activity.

You can read the whole analysis in our [Medium](https://medium.com/@Tide_web3/tide-audiences-key-to-targeted-sybil-resistant-campaigns-59e4ba4288c8) article.

<figure><img src="/files/fWXqWGdW3NnfrdnflqFb" alt=""><figcaption></figcaption></figure>


---

# 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://fiveelementslabs.gitbook.io/tide/resources/case-studies/tide-audiences-engaging-authentic-users.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.
