> For the complete documentation index, see [llms.txt](https://tipn.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://tipn.gitbook.io/docs/overview/list-an-action.md).

# List an Action

Listing your Action allows users to opt-in to using it within the Tipn mini app. Before an action can be listed, Action developers must specify the conditions in which the action runs (overriding the default tip behavior). They must also provide action metadata which appears within the Tipn mini app.

### Action Conditions

The conditions of each action can be customized to your use case. Potential conditions include:

* Likes in an app (e.g. from Livecaster, Dash, etc)
* Likes in a channel (e.g. in /tipn, /itookaphoto, etc)
* Likes within a timeframe, e.g:
  * Recurring (e.g. Weekly on Thursdays)
  * Start Time (e.g. 00:00 UTC)
  * End Time (e.g. 23:59 UTC)

{% hint style="info" %}
If your condition isn't covered by these options, reach out to the [Tipn](https://farcaster.xyz/tipn) team to discuss further customizability.
{% endhint %}

### Action Metadata

Once your conditions are determined, draft and provide the Tipn team with the name and description of your Action. Once approved, a toggle for your Action will appear in the Actions section of the mini app:

<figure><img src="https://2793786165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F58XQZPJLq9eLhQiQDBDP%2Fuploads%2FHyR8Eh0fdFhpKHiHAc5d%2FScreenshot%202025-07-28%20at%209.54.11%E2%80%AFAM.png?alt=media&amp;token=13ca2372-1458-4256-b767-e07ba8df2d6f" alt="" width="375"><figcaption></figcaption></figure>

Tipn users will now be able to toggle your action on and off. Periodically, the team may cull the list of Tipn Actions to disable and/or remove inactive actions from the list.&#x20;

Happy Tipn!


---

# 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://tipn.gitbook.io/docs/overview/list-an-action.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.
