> For the complete documentation index, see [llms.txt](https://learn.trovemarkets.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.trovemarkets.com/dapp/your-wallet.md).

# Your wallet

You’ll need to use a non-custodial wallet to connect with Trove. This wallet functions as your trading account. If you’re new to crypto, take a moment to review the basics below.

***

### Key Terms

Wallet: A hardware or software tool that stores your private keys and authorizes transactions. Examples include [MetaMask](https://metamask.io/), [Phantom](mailto:undefined), Rabby, and Keplr.

{% content-ref url="/pages/eM2SD0j1MytTMdiWyvBZ" %}
[Access Trove tools](/dapp/access-trove-tools.md)
{% endcontent-ref %}

Address: Your wallet’s public identifier on a blockchain network. This is the address others use to send you crypto assets. And looks like this, [0xa...c9b](https://etherscan.io/address/0xab5801a7d398351b8be11c439e05c5b3259aec9b) (for ERC20)

***

Private Key / Seed Phrase: Proof of wallet ownership that allows you to sign transactions. Never share this information with anyone.

{% hint style="danger" %}
Trove will never request your seed phrase or remote access to your wallet.
{% endhint %}

Non-custodial: You maintain full control of your keys and funds. Trove cannot access or move your assets — it simply provides the tools for you to trade on Trove


---

# 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, and the optional `goal` query parameter:

```
GET https://learn.trovemarkets.com/dapp/your-wallet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
