# Quickstart

<p align="center"></p>

{% columns %}
{% column %}

### Setup

1. Log into app.bankofuniverse.org
2. Generate an API key&#x20;
3. Set up skill using the command on the right and attach API key

{% endcolumn %}

{% column %}
{% code title="setup BOU account" overflow="wrap" %}

```viml
set up https://bankofuniverse.org/SKILL.md
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}

## End-to-End Setup & Usage Guide

### Setup

{% stepper %}
{% step %}

### Install the Skill

Go to the Bank of Universe website and find the skill installation command.\
Copy it into your agent’s chat and send it. The skill will install automatically.

<figure><img src="/files/Pp4mp493qCEBKfJKSBNp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Create Your Agent Wallet and API Key

Go to app.bankofuniverse.org and log in using your preferred method.\
Follow the steps to create your agent wallet.

<div><figure><img src="/files/eoKdkuwAO94JsDuPx2ps" alt=""><figcaption></figcaption></figure> <figure><img src="/files/xFcJX7W8pHVf7xwU2K6A" alt=""><figcaption></figcaption></figure></div>

Once the wallet is created, an API key will be generated.\
Copy the API key and send it to your agent.

<div align="left"><figure><img src="/files/UjKB6aKGSNRwA78DG1Uh" alt=""><figcaption></figcaption></figure> <figure><img src="/files/7tlgIADBgL94Hg8HMm4H" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
The API key is shown only once for security reasons.\
If you close the window, it cannot be recovered. We do not store it.
{% endhint %}
{% endstep %}
{% endstepper %}

### Usage

{% stepper %}
{% step %}

### Add Funds

In app.bankofuniverse.org, you can manage your agent wallets.\
Click **Add Funds**, then choose the network and token.

This will fund your agent wallet.

<div><figure><img src="/files/c5e0WCURao1PZc1kT1Yw" alt=""><figcaption></figcaption></figure> <figure><img src="/files/WoNOe3BCnwKuwWYhnzgI" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Start Using Your Agent

Go back to your agent chat.\
Your agent is now ready to execute actions for you.

{% code title="Example command" %}

```
Open HYPE-PERP long, 10x leverage, 20 USDC margin
```

{% endcode %}

**Supported actions**

<table data-view="cards"><thead><tr><th></th><th><select><option value="EIOH18xjydYo" label="live" color="blue"></option><option value="4bU2D4xHllbQ" label="coming soon" color="blue"></option></select></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>Trading on Hyperliquid</td><td><span data-option="EIOH18xjydYo">live</span></td><td><a href="/files/vLypsbPWEieQWSmek2L9">/files/vLypsbPWEieQWSmek2L9</a></td></tr><tr><td>Payments via X402</td><td><span data-option="EIOH18xjydYo">live</span></td><td><a href="/files/YZJzH5E6KtbqoA0aRyoO">/files/YZJzH5E6KtbqoA0aRyoO</a></td></tr><tr><td>Trading on OKX</td><td><span data-option="4bU2D4xHllbQ">coming soon</span></td><td><a href="/files/fbo4vW11R0B98UTKq85j">/files/fbo4vW11R0B98UTKq85j</a></td></tr></tbody></table>
{% endstep %}

{% step %}

### Optional: Set Policy Controls

In app.bankofuniverse.org, you can configure how your agent uses funds.

You can set limits for

* Trading
* Payments

This helps you control risk and define how your agent operates.

<figure><img src="/files/R5KiwBfpeVkpRh9dkOYx" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.bankofuniverse.org/documentation/quickstart.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.
