We strive to store the absolute minimum amount of data on our users as we can. As a quick overview, this is what we have on our servers:
- A hash* of your app unique ID (AdID)
- A hash of your payment data
- Your encrypted chats
- The data of the trades to make sure anonymous users do not exceed the trading limit (which type of payment methods are being used, buying and selling amounts)
- Addresses used to send to escrow, and to send from escrow
- Usage data (Firebase & Google Analytics), only if you agreed to this
About the webapp:
Peach does not store your IP address associated with your account. Peach simply uses your IP address to, alongside Cloudflare:
- check if you are in a legally forbidden country
- check if you are a potential spammer
Peach only stores information regarding your IP temporarily (for a maximum period of 1 hour).
For a full breakdown, please see our privacy policy.
* A hash is some data that was made unrecognizable, similar to encrypting it. The same data will always lead to the same hash. This means we don't know what the data is, but we will be able to spot if the same data is used twice.