🛠️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
Minting an NFT to the tipper
Swapping USDC for tokens

Creating a Tipn Action
Creating an Action consists of two steps
Implement an Action contract
List your Action in the Tipn app
A guide is provided for each below:
⚙️Implement an Action✨List an ActionLast updated