# The "ZICO" Agent

Our AI master agent has been affectionately nicknamed Zico, in honor of the legendary Brazilian footballer *Arthur Antunes Coimbra*, who left an unforgettable mark on the sport during the 1980s and is still celebrated today as one of Brazil’s greatest soccer icons. Much like Zico orchestrated the midfield with vision, intelligence, and precision, our master agent is designed to coordinate and interpret complex data flows, driving strategic decision-making across all connected modules. The name reflects not only excellence and legacy, but also the agent’s role as the central "playmaker" in our system architecture.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfBB1wEC4fcFi6-iuF1P8094K6WCg-fd1VnXr6EN5KXs-ID2y1fdA5B8oyyE1unSo2Lcf1HkU6AkYVwqJ6AL_p-CNLGf1zgr1Pif7GTY3D95oDDhepnm7vKYm0E8sx9fBPmg6KL?key=KM5v79wuHPVSmzFgMFHWgnUF" alt=""><figcaption><p>A system integrating multiple agents to process on-chain and off-chain data, enabling adaptable applications across decentralized and traditional ecosystems.</p></figcaption></figure>

## Overview&#x20;

The ZICO Agent is an integrated system of lightweight, local, and highly extensible agents embedded into the Panorama Block ecosystem. Designed for the emerging convergence of decentralized finance and artificial intelligence — DefAI — ZICO handles advanced AI workflows (NLP, image generation, financial API integration) while offering an intuitive browser-based interface. Its goal is to abstract complex blockchain operations and provide a seamless user experience for interacting with multi-chain DeFi protocols and on-chain data.&#x20;

## How It Works:

### Data Acquisition and Standardization&#x20;

ZICO Agent connects to Panorama Block’s proprietary scanners and databases, capturing and normalizing blockchain data across multiple networks. This standardization abstracts away network-specific technical differences, offering users a unified and fluid interaction model without needing deep protocol-level knowledge.&#x20;

### AI-Powered DeFi Automation&#x20;

Through natural language prompts, ZICO automates DeFi actions such as token swaps and recurring investment strategies like Dollar Cost Averaging (DCA). Private key management and blockchain-specific operational complexity are fully abstracted, allowing users to execute complex actions without interacting directly with low-level blockchain mechanics.

### Multi-API and Data Source Integration&#x20;

ZICO aggregates data from CoinGecko, Coinbase, and other analytic platforms. It interprets user queries — for example, “What is the current XRPL price?” or “Show me the latest XRPL news” — by simultaneously querying multiple sources and consolidating the results into a single conversational reply.&#x20;

## Core Functionalities:

### Image Generation&#x20;

Responds to prompts like “Generate a logo for my XRPL project” using AI-driven image generation models combined with specialized crypto asset libraries.&#x20;

### USDC and Token Transfers&#x20;

Automates token sending operations while embedding security recommendations, such as wallet backup prompts.&#x20;

### Dollar Cost Averaging (DCA)&#x20;

Allows users to configure recurring asset purchases, smoothing out market volatility effects. Wallet setup is required, and operations can be paused or reconfigured at any time.&#x20;

### Tweet Creation&#x20;

Generates creative Twitter content using LLMs trained on crypto and broader financial language models. Example: “Write a tweet about Crypto and AI.”&#x20;

### Real-Time Information Queries&#x20;

Provides up-to-date asset prices, news headlines, and off-chain analysis. Combines on-chain metrics with external news sources for more comprehensive insights.&#x20;

### Crypto Rewards and News Verification&#x20;

Quickly answers queries like “What’s today’s top XRP news?” by aggregating verified reward programs and market updates.&#x20;

### Price, Market Cap, and TVL Retrieval

Connects to CoinGecko to fetch real-time market metrics. Example queries: “What is XRPL’s market cap?” or “How much is XRP trading for right now?”&#x20;

### External Document and PDF Analysis&#x20;

Allows users to upload and query PDFs — ideal for summarizing whitepapers or pulling targeted information — using NLP models that index and search document contents conversationally.&#x20;

### Detection of Trending Tokens Across Networks&#x20;

Compiles activity and liquidity data to identify trending tokens. For example: “Which tokens are most active on XRPL?” returns high-activity assets based on real-time volume analysis.&#x20;

## Architecture and Governance&#x20;

Each ZICO task — from language processing to API queries to on-chain transaction execution — runs independently to minimize process conflicts. Credential and private key management follow Panorama Block’s governance standards, ensuring security through audit logging and continuous reputation monitoring.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panoramablock.com/core-infrastructure/the-zico-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
