> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sendai.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# Blinks Plugin

> Quick, fun interactions on Solana using Solana blinks

# Blinks Plugin

The `@solana-agent-kit/plugin-blinks` plugin enables your agent to interact with Solana blinks, providing quick and fun ways to engage with the Solana ecosystem.

## Installation

Install the plugin alongside the core Solana Agent Kit:

```bash theme={"system"}
npm install solana-agent-kit @solana-agent-kit/plugin-blinks
```

## Integration

Add the Blinks plugin to your agent:

```javascript theme={"system"}
import { SolanaAgentKit } from "solana-agent-kit";
import BlinksPlugin from "@solana-agent-kit/plugin-blinks";

const agent = new SolanaAgentKit(
  wallet,
  "YOUR_RPC_URL",
  {
    OPENAI_API_KEY: "YOUR_OPENAI_API_KEY",
  }
).use(BlinksPlugin);
```

## Available Tools

| Tool Name         | Description                                          |
| ----------------- | ---------------------------------------------------- |
| `sendArcadeGames` | Integrate with arcade games on the Solana blockchain |
