This is a registry of Solana Actions supported by the Solana Agent Kit.
Using Solana Actions, you can turn any transaction into a blockchain link that can be shared anywhere on the internet — no third party application required. Request a payment in a text message. Vote on governance in a chatroom. Buy an NFT on social media. It’s all possible.
Solana Agent Kit, connect any ai agents to solana protocols.
All actions in this registry are supported by the Solana Agent Kit.
interface Action {
name: string;
similes: string[];
description: string;
examples: ActionExample[][];
handler: Handler;
validate: Validator;
}
This was taken/inspired from Eliza