# Receiving Tokens

Hinkal Wallet has two account types: **Private** and **Public**.\
How you receive funds depends on which account you are using.

### Receiving into your Private account

Use this when you want funds to remain **confidential**.

You have three ways to receive: payment link, QR code, private address

<figure><img src="/files/0Z2vJ5wDGfXxuGKNzMrR" alt=""><figcaption></figcaption></figure>

#### 1. Payment Link

Share a payment link.

The sender opens the link, connects their wallet, and sends funds.

**Result:**\
Funds arrive directly in your Private balance, already shielded.

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

#### 2. QR Code

Show your QR code from the Receive screen.

The sender scans it and completes the transfer.

**Result:**\
Funds arrive in your Private account.

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

#### 3. Copy Private Address

Copy your Private address and share it with another Hinkal user.

**Result:**\
Funds arrive in your Private balance.

<figure><img src="/files/0w8E7F9XzfAceDF1XwJ4" alt=""><figcaption></figcaption></figure>

### Receiving into your Public account

A standard-looking `0x…` address that behaves exactly like an EOA. Use this when you need a **standard on-chain transfer**.

#### Public address

Copy your Public address or share the QR code.

Anyone can send funds from any wallet.

**Result:**\
Funds arrive in your Public balance as a normal on-chain transfer.

<figure><img src="/files/6mmjcYiv9C166OZKydlf" alt="" width="348"><figcaption></figcaption></figure>


---

# 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://hinkal-team.gitbook.io/hinkal/hinkal-wallet/receiving-tokens.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.
