Skip to main content
The Agents tab displays all available AI agents you can interact with. Each agent is purpose-built for specific analysis tasks and equipped with relevant skills and tools.
Example agent conversation with the monad_validator agent

Browsing Agents

Browse Agents

Explore all available agents in Flipspace
The Agents interface shows a grid of available agents. Each agent card displays:
  • Agent name — A descriptive identifier (e.g., flow_ci_token_manipulation_detector)
  • Skills count — Number of skills the agent has access to
  • Tools count — Number of tools the agent can use
  • Description — What the agent does and what it’s good at
  • Last updated — When the agent was last modified
  • Chat button — Start a conversation with the agent

Searching and Sorting

Use the search bar to find agents by name or description. You can also sort agents by:
  • Updated At — Most recently updated agents first
  • Name — Alphabetical order

Using an Agent

1

Find the right agent

Browse or search for an agent that matches your analysis needs. Read the description to understand what the agent specializes in.
2

Click Chat

Click the Chat button on the agent card to open a conversation.
3

Describe your task

Tell the agent what you want to analyze. Be specific about: - The blockchain or protocol you’re interested in - The type of analysis you need - Any specific addresses, tokens, or time periods
4

Iterate on results

Ask follow-up questions to refine the analysis or dig deeper into specific findings.

What Agents Can Do

Agents use their assigned skills to perform various tasks:
CapabilityDescription
Query blockchain dataExecute SQL queries across Flipside’s data warehouse
Discover tablesFind relevant tables using semantic search
Analyze patternsIdentify trends, anomalies, and opportunities
Generate visualizationsCreate charts, tables, and reports
Apply domain expertiseUse specialized knowledge for specific chains or protocols

Agent Types

TypeDescriptionBest For
Chat agentsInteractive, conversational interfaceExploratory analysis, ad-hoc questions
Sub agentsStructured input/output for pipelinesAutomated workflows, programmatic access

Creating Custom Agents

To create your own agents, use the Flipside CLI:
# Initialize a new agent
flipside agents init my_agent

# Deploy the agent
flipside agents push my_agent.yaml

CLI: Agents Documentation

Learn how to create, deploy, and manage agents via the CLI

Tips for Effective Agent Conversations

Instead of “analyze this token,” try “analyze PEPE token holder concentration on Ethereum over the past 30 days.”
Share relevant details like: - Contract addresses - Time periods - Specific metrics you care about
Agents maintain conversation context. Build on previous responses: - “Why is this number so high?”
  • “Show me the top 10 instead” - “Break this down by week”
Ask agents to explain their methodology:
  • “How did you calculate this?”
  • “What tables did you use?”
  • “What are the limitations of this analysis?”

Next Steps