# Tipn Actions

## Overview

Normally, when a Tipn user likes a cast, the Tipn engine sends a USDC tip from the liker to the creator. Tipn Actions are a way to programmatically trigger onchain “actions” that augment the flow of value.

With Tipn Actions, tips are sent to an Action contract. The Action is invoked upon receiving the funds and can perform any onchain interaction. Example use cases include:

* Pooling funds into a prize&#x20;
* Minting an NFT to the tipper
* Swapping USDC for tokens

<figure><img src="https://2793786165-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F58XQZPJLq9eLhQiQDBDP%2Fuploads%2FAK7JMz63hNk5b8BEjYOI%2Fimage.png?alt=media&#x26;token=7b6a809d-ee03-4292-aeef-92e52a5870d7" alt=""><figcaption><p>Example flow for a Tipn Action whereby tips sent in the /tipn channel are pooled</p></figcaption></figure>

## Creating a Tipn Action

Creating an Action consists of two steps

1. Implement an Action contract
2. List your Action in the Tipn app

A guide is provided for each below:

{% content-ref url="overview/implement-an-action" %}
[implement-an-action](https://tipn.gitbook.io/docs/overview/implement-an-action)
{% endcontent-ref %}

{% content-ref url="overview/list-an-action" %}
[list-an-action](https://tipn.gitbook.io/docs/overview/list-an-action)
{% endcontent-ref %}

{% hint style="info" %}
**Stuck somewhere?** React out to the [Tipn](https://farcaster.xyz/tipn) team on Farcaster for additional support.
{% endhint %}
