# What is the Byreal Agent Stack?

Byreal is building the agent-native DEX on Solana. The premise is simple: **the next generation of economic participation will not be human. It will be human-directed and agent-executed.** Protocols built only for humans will remain interfaces. Protocols built for agents will become the routing layer of the new economy.

That shift is already underway. Autonomous agents are beginning to manage capital, execute strategies, and route liquidity without waiting for human input. The infrastructure they run on needs to be designed for them from the start — not retrofitted. Byreal is built for that.

The Byreal Agent Stack is how that vision is built in practice. It is the set of AI-native tools Byreal provides for trading, managing capital, and providing liquidity on-chain. Different users need different entry points: some want to build or extend their own agent setup from a terminal, some want full perps trading access driven by an agent, and some want DeFi automation with no technical setup at all. The three products in the stack cover all of these, and they share the same underlying capabilities.

***

## Byreal Agent Skills

Byreal Agent Skills is a command-line tool that gives an AI agent, or a developer working from a terminal, modular access to Byreal's core DEX capabilities. Seven skills ship by default: Copy Farming, Pool Analysis, Token Discovery, Swap Execution, Position Management, Wallet Management, and xStocks Points Farming. Install it with a single npx command, connect a wallet, and your agent can execute the full on-chain workflow across Byreal.

{% hint style="info" %}
Install Byreal Agent Skills with this command to your AI agent:\
**npx skills add byreal-git/byreal-agent-skills**
{% endhint %}

[What are Byreal Agent Skills →](/byreal-ai-agent-skills/what-is-byreal-ai-agent.md)

***

## Byreal Perps Agent Skills

Byreal Perps Agent Skills is a command-line tool for trading perpetual futures on Hyperliquid. It covers the full perps workflow: market and limit orders, TP/SL brackets, position management, and signal scanning across the top 30 markets ranked by momentum, volume, RSI, and funding rates. Like Agent Skills, it is built to run manually from a terminal or to be driven by an AI agent.

{% hint style="info" %}
Install Byreal Perps Agent Skills with this command to your AI agent:\
**npx skills add byreal-git/byreal-perps-cli**
{% endhint %}

[What are Byreal Perps Agent Skills →](/byreal-perps-agent-skills/what-are-byreal-perps-agent-skills.md)

***

## RealClaw

RealClaw is a pre-built AI agent that runs the full Byreal Agent Stack through natural language on Telegram. It ships with Agent Skills and Perps Agent Skills pre-loaded, so users get the complete setup without any configuration. From a single Telegram bot, RealClaw handles yield farming, TradFi and crypto DCA, copy farming, xStocks points mining, scheduled macro trading on perps, swaps, and wallet management. No terminal, no code, no dashboards required.

Realclaw is currently in invite-only beta. Sign up for the waitlist [here](https://www.byreal.io/en/realclaw).

[What is RealClaw →](/realclaw/what-is-realclaw.md)


---

# 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.byreal.io/byreal-agent-stack/what-is-the-byreal-agent-stack.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.
