# How to use STS?

#### **Step 1: Connect Wallets**

The sender connects their wallet to the STS system.

#### **Step 2: Specify Recipient**

The sender enters the recipient's wallet address and the transfer amount.

#### **Step 3: Generate Confirmation Code**

The system generates a unique confirmation code. The sender copies this code and sends it to the recipient through a secure communication channel (e.g., direct message, email, phone call).

#### **Step 4: Recipient Confirmation**

The recipient enters the received code into the STS system. Then signs the transaction from their connected wallet (primary or secondary wallet).

#### **Step 5: Funds Transfer**

Funds are automatically transferred to the recipient's primary wallet.

**Security Guarantee**\
This ensures that the client receives funds to the correct wallet, eliminating the risk of sending to a wrong address.


---

# 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://www.docs-sts.com/sts-user-guide/how-to-use-sts.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.
