> ## Documentation Index
> Fetch the complete documentation index at: https://developers.fireblocks.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://developers.fireblocks.com/feedback

```json
{
  "path": "/docs/data-privacy-and-protection",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Data Privacy and Protection

> Fireblocks does not store or process any client Personal Identifiable Information (PII). To achieve this, the customer is required to strictly use anonymized tokens, such as  (UUID) to reflect client data. These anonymous tokens are mapped internally by the customer to actual client identifiers stored on the customer's end.

Since the customer processes and manages its wallet infrastructure using the Fireblocks Console or Fireblocks API, these anonymous tokens should be used when using the Fireblocks REST API endpoints. The following table lists the relevant fields that allow persistent information to be stored in Fireblocks–for which the anonymous tokens should be used.

| API Endpoint    | Method                                                                                                                                                 | Parameter     |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------- |
| Vault           | [Create a new vault account](/api-reference/vaults/create-a-new-vault-account)                                                                         | name          |
| Vault           | [Create a new asset deposit address](/reference/createvaultaccountassetaddress)                                                                        | description   |
| Vault           | [Rename a vault account](/api-reference/vaults/rename-a-vault-account)                                                                                 | description   |
| Internal Wallet | [Create an internal wallet](/api-reference/internal-wallets/create-an-internal-wallet)                                                                 | name          |
| Internal Wallet | [Set an AML/KYT customer reference ID for an internal wallet](/api-reference/internal-wallets/set-an-amlkyt-customer-reference-id-for-internal-wallet) | customerRefId |
| External Wallet | [Create an external wallet](/api-reference/external-wallets/create-an-external-wallet)                                                                 | name          |
| External Wallet | [Set an AML customer reference ID for an external wallet](/api-reference/external-wallets/set-an-aml-customer-reference-id-for-an-external-wallet)     | customerRefId |
| Contracts       | [Create a contract](/api-reference/contracts/add-a-contract)                                                                                           | name          |
| Transactions    | [Create a new transaction](/api-reference/transactions/create-a-new-transaction)                                                                       | note          |
| Transactions    | [Estimate a transaction fee](/api-reference/transactions/estimate-transaction-fee)                                                                     | note          |
