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

# Prerequisites

Before using LandingNet, make sure you have the following ready.

## Web3 Wallet

You need a browser wallet that supports Ethereum signing:

* **MetaMask**
* **Rabby**
* **Any WalletConnect-compatible wallet**

LandingNet uses your wallet only to verify ownership through a signature. Your private keys are never shared.

## Funds on Hyperliquid

LandingNet trades on **Hyperliquid**, a decentralized perpetuals exchange running on a L1 blockchain. You need USDC deposited on Hyperliquid before your bots can trade.

1. Bridge USDC to Arbitrum (if not already there)
2. Deposit USDC into Hyperliquid via their [official app](https://app.hyperliquid.xyz/)
3. If using a subaccount, transfer funds from your master account to the subaccount (see [Hyperliquid](/doc/documentation/integrations/hyperliquid.md#subaccounts))

## Supported Browsers

Any modern browser with a wallet extension: Chrome, Brave, Edge, Firefox, or Safari (with WalletConnect).


---

# 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://landingnet.gitbook.io/doc/documentation/getting-started/prerequisites.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.
