# In-app Wallet

## 💽 Wallet Mechanism

Pett.ai ensures the most convenient and secure way of Web3 interactions by employing an in-game multi-wallet system. With this system, you can interact with your PettBro in two distinct ways:

* [In-App Hosted Wallet](#in-app-hosted-wallet)
* [External Wallet](#external-wallet)

<figure><img src="/files/GNvgu8Xvf6leTxwq1AWb" alt="" width="563"><figcaption></figcaption></figure>

### 📲 In-App Hosted Wallet

***

As soon as you interact with Pett.ai, an in-app Hosted Wallet is automatically generated. This wallet is an Externally Owned Accounts (EOA) controlled by a public/private key pair. You'll be the sole owner of the EOA with complete access to the private keys. &#x20;

You can learn more about EOAs with our Bitget partners [here](https://web3.bitget.com/en/academy/understanding-eoa-wallets).&#x20;

To facilitate the onboarding experience, this wallet can be used to top-up your PettBro's account or withdraw and transfer your in-game rewards safely and inside the Telegram with upmost security!&#x20;

{% hint style="warning" %}
Your EOAs Private Key is fully encrypted on the Pett.ai Team's side and does not have access to it. Please be sure to backup the Private Key to keep your companion safe.&#x20;
{% endhint %}

<figure><img src="/files/Nih34e2Vb4D984a0KU2B" alt="" width="375"><figcaption></figcaption></figure>

### 🖥️ External Wallet

***

You also have the option to connect an external wallet, such as Metamask, Rainbow Wallet, Coinbase Wallet, or any other supported wallet.

To connect your wallet, click the "Connect Wallet" button found in-game. This will establish a secure connection with the Pett.ai website. Once the process is complete, your wallet and its funds will be displayed in-game.


---

# 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.pett.ai/overview/in-app-wallet.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.
