# Wallet and Account Setup

## Wallet Connection

Byreal Perps Agent Skills connects to your RealClaw wallet — the same Privy-based wallet linked to your RealClaw or OpenClaw account. You do not need to provide a private key manually; the tool reads your wallet address and auth token from your local OpenClaw config file automatically.

## Funding Your Account

Perps use USDC as collateral. Byreal Perps is built on top of Hyperliquid, so your collateral ultimately lives in a Hyperliquid perps account — but you never have to touch Hyperliquid directly.

Just deposit USDC into your Solana Privy wallet and ask the agent to deposit. RealClaw handles the full Solana → Hyperliquid bridging path end-to-end, with no manual steps on your end.

* **Minimum deposit: 5 USDC.** Anything less will not be credited and is lost forever.
* **Recommended: 10+ USDC** to leave room for fees and avoid dust issues on your first trade.

Once the deposit lands, ask your agent to initialize your perps account and you are ready to trade.

## Withdrawing Funds

Ask RealClaw to withdraw for you. Funds are returned as USDC to your Solana Privy wallet — this is the only withdrawal destination supported through RealClaw.

## Capabilities

Once initialized, you can ask RealClaw to do any of the following:

**Account**

* View your account info and balance (spot USDC, account value, margin, PnL, withdrawable, available margin)
* View recent trade history (fills with coin, side, size, price, fee)

**Market signals**

* Scan markets for trading signals, grouped into conservative / moderate / aggressive buckets (RSI, funding, volume, momentum)
* Get a detailed signal breakdown for any coin — RSI (4h/1h), MACD, Bollinger Bands, EMA crossover, trend alignment, and a trading suggestion

**Orders**

* Place market or limit orders (long/short, reduce-only, time-in-force)
* Attach take-profit and stop-loss as bracket orders at entry
* List open orders
* Cancel a specific order, or cancel all open orders

**Positions**

* List open positions (including HIP-3 DEX positions)
* Set leverage per coin
* Switch margin mode between cross and isolated
* Set, view, or cancel TP/SL on an existing position (scales with position size)
* Close a position at market or with a limit order (full or partial)
* Close all open positions at once

## Security

Your funds sit in a Privy wallet — the same non-custodial, key-managed wallet infrastructure used by RealClaw. The agent never has direct access to your private key.


---

# 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/wallet-and-account-setup.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.
