# What are Byreal Perps Agent Skills?

Byreal Perps Agent Skills is a command-line tool for trading perpetual futures on Hyperliquid. It is part of the Byreal and RealClaw ecosystem, built specifically for AI-native trading: you can use it manually from a terminal, or let an AI agent like RealClaw run it on your behalf.

It gives you full control over your Hyperliquid perps account from a single interface: placing orders, managing positions, scanning markets for signals, and setting conditional take-profit and stop-loss targets.

## What are perpetual futures?

Perpetual futures (perps) are a type of derivative that lets you trade the price movement of an asset without owning it. Unlike traditional futures contracts, perps have no expiry date, so you can hold a position for as long as you want.

You can go long (bet the price goes up) or short (bet the price goes down). Your profit or loss is determined by how much the price moves while you hold the position.

Perps use USDC as collateral on Hyperliquid, meaning you deposit USDC and use it to open and manage positions.

## What is Hyperliquid?

Hyperliquid is a high-performance onchain exchange built for perpetual futures trading. It runs on its own chain with fast settlement, deep liquidity, and low fees. Byreal Perps Agent Skills connects directly to Hyperliquid to give you full trading access through a terminal or AI agent.

## What can you do with Byreal Perps Agent Skills?

* Place market orders that fill immediately at the best available price
* Place limit orders that wait until the market reaches your target price
* Attach take-profit and stop-loss brackets to orders so your exits are automated
* Manage open positions: adjust leverage, switch margin mode, update TP/SL, close positions
* Scan the top 30 markets for trading signals ranked by momentum, volume, RSI, and funding rates
* Let AI agents like RealClaw execute all of the above on your behalf

## Who is it for?

Byreal Perps Agent Skills is designed for traders who want to run their strategy through a terminal or through an AI agent. Whether you are managing positions manually or delegating to RealClaw, the tool gives you the same full set of capabilities either way.


---

# 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-perps-agent-skills/what-are-byreal-perps-agent-skills.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.
