> For the complete documentation index, see [llms.txt](https://docs.ventuals.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ventuals.com/getting-started/accessing-ventuals.md).

# Accessing Ventuals

The Ventuals app is a frontend interface to perpetual futures markets deployed on [Hyperliquid](https://hl.xyz). All trades execute on Hyperliquid's decentralized exchange infrastructure.

## Wallet Requirements

You can connect to the Ventuals app with a self-custodial wallet. You control your wallet's private keys at all times – Ventuals never has access to your funds.

#### Option 1: Create a Wallet with Privy using Email

If you don't already have a wallet, Ventuals uses [Privy](https://privy.io) to let you create one instantly using your email.

With Privy, your wallet keys are encrypted and stored securely, allowing you to sign trades without worrying about managing seed phrases yourself.

<figure><img src="/files/NKGRGX61hcbdZaS3e9kv" alt=""><figcaption></figcaption></figure>

#### Option 2: Connect Your Own Wallet

If you already use a wallet like Phantom, Rabby, MetaMask, you can connect it to the Ventuals app and start trading using your existing funds.

<figure><img src="/files/dU27GLjRsSayQWLvnJbG" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/v7FR29S1IdEd94J8Qnh5" %}
[Funding Your Account](/getting-started/funding-your-account.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.ventuals.com/getting-started/accessing-ventuals.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.
