> For the complete documentation index, see [llms.txt](https://rubyprototcol.gitbook.io/ruby-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rubyprototcol.gitbook.io/ruby-connect/tutorial/privacy-token-minting.md).

# Privacy Token Minting

Mint Privacy Tokens (e.g. ETH -> pETH)

* Select the token you wish to transfer privately.
* Input your private key to log into your Ruby account.
* Enter the amount to mint. Please note that the unit ratio for each token is different. (e.g., 1 ETH = 100 Units of pETH)

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

Click "Confirm Mint" to get your privacy tokens. Your Ruby account will display your minted privacy token's in units, and your MetaMask account will change accordingly.

<figure><img src="/files/4IKEtlIcRqH6gDbHP9ka" alt=""><figcaption></figcaption></figure>

Privacy tokens, which are anonymized versions of their native tokens, are presented as "p" + the name of the native token. So, for example, privatized $ETH will be listed as pETH on the Ruby PoC, $USDT will be listed as pUSDT, and so o


---

# 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://rubyprototcol.gitbook.io/ruby-connect/tutorial/privacy-token-minting.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.
