# How Wats Works: 3 Simple Steps

**The** **first component** is the Wats device—a pack of two or three Wats cards. **The second component** is the Wats mobile app, which is available on iOS (soon) and Android. You can download it on any mobile device with an Android operating system higher than 6.0 or iOS 15.0 and higher with full NFC support, except iPhone 6/6s and iPhone SE (1st generation).

***Please note** that iPhone 7/7 Plus and some Android models do not have full NFC support. In this case, backing up your private keys on your phone is not available. You can use any other phone—iPhone 8 and up or Android 6.0+ with full NFC support—to create a backup and continue using the app on your device.*

### How these two components work together. <a href="#block-6b6e2652e80b4fbf9d6c64af00b77629" id="block-6b6e2652e80b4fbf9d6c64af00b77629"></a>

#### **Wats Device** <a href="#block-7a1646b81c6446d3988c6c5e353b1d2e" id="block-7a1646b81c6446d3988c6c5e353b1d2e"></a>

Wats cards have an inbuilt secure element chip that functions as a microcomputer. When the device is manufactured, the chip generates its own key pair: the *Kcardpriv* private key and the *Kcardpub* public key.

These keys are unique to each Wats device and are not connected to the future user's wallet. They're only required so that the Wats device can prove its authenticity and tell the app that Wats manufactured it.

#### **The Wats App** <a href="#block-1fa67c0d20b3402995a44c227b78c889" id="block-1fa67c0d20b3402995a44c227b78c889"></a>

The Wats App displays the functionalities of the Wats wallet, including user portfolio and user controls for managing cryptocurrency.

#### **How Wats Wallet interacts with the mobile app** <a href="#block-14692a2e2f05425ca9c934e7629586e3" id="block-14692a2e2f05425ca9c934e7629586e3"></a>

Wats Wallet connects with your mobile app using Near-Field Communication (NFC). NFC is a wireless technology that enables devices to communicate when placed within a few centimeters of each other through magnetic field induction.

### **Get started in 3 steps:** <a href="#block-e57b1fc15a8d4ee0946bf9400ed2c741" id="block-e57b1fc15a8d4ee0946bf9400ed2c741"></a>

1. Download the Wats app from the App Store (soon) or Google Play.
2. Tap the card to your smartphone.
3. Follow the steps shown for activation.


---

# 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://wats.gitbook.io/wats/how-to/how-wats-works-3-simple-steps.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.
