# How to Set Up

{% hint style="info" %}
**Github:** [**https://github.com/byreal-git/byreal-agent-skills**](https://github.com/byreal-git/byreal-agent-skills)
{% endhint %}

It only takes a few minutes to get your personal Byreal agent running inside Openclaw:&#x20;

### **Step 1:** Add the skill to Openclaw

Tell your Openclaw agent to add the skill:

> ***Add the byreal-cli skill from byreal-git/byreal-agent-skills***

Your agent will then install it and once complete, it will have knowledge of all its capabilities on Byreal.

### **Step 2:** Create or import your wallet

Your agent needs a Solana wallet to sign transactions. If you don't already have one configured, tell your agent:

> ***"Set up my Solana wallet for Byreal"***

It will walk you through importing an existing keypair or generating a new one. Your private key is never displayed or logged, only your public address.

{% hint style="info" %}
**Note:** For agent use, we recommend using a dedicated wallet with only the capital you intend to deploy.&#x20;
{% endhint %}

### **Step 3:** Start using it

Once a wallet is connected, you can start giving your agent natural language instructions like:

> ***"Show me the top-performing pools on Byreal"***
>
> ***"Copy top farmer #2's MNT-USDC position"***
>
> ***"Swap 50 USDC for XAUt0 on Byreal"***
>
> ***"Check my open positions and tell me which ones are out of range"***

That's it! Your Openclaw agent handles everything from here.

Learn more about your agent's capabilities on Byreal in the next section.


---

# 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-ai-agent-skills/how-to-set-up-ai-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.
