# Smart Tools Protection Guide

{% hint style="info" %}

### **Your Security is Our Priority**

At Smart Tools, we build with safety in mind—but your vigilance is equally crucial. Follow these protocols to keep your assets secure.
{% endhint %}

## **Core Security Practices**

### **1. Verify Everything Twice**

✔ **Contract addresses** – Cross-check on Etherscan/Blockscan\
✔ **Token details** – Names, symbols, decimals before deployment\
✔ **Transaction parameters** – Amounts, recipient addresses

> *🚨 Never interact with unverified contracts*

### **2. Hardware Wallets for High-Value Ops**

* Use **Ledger** or **Trezor** for:
  * Token deployments
  * Large transfers
  * Treasury management

### **3. Private Device Policy**

* Avoid public computers/WiFi
* Use dedicated crypto devices when possible
* Close unrelated tabs during transactions

### **4. Never Share Secrets**

❗ **Smart Tools will NEVER ask for:**

* Private keys
* Seed phrases
* Wallet passwords

> *Store recovery phrases offline—never digitally*

### **5. Fortify Accounts with 2FA**

* Use **Authenticator apps** (Google Auth, Authy)
* Avoid SMS authentication (vulnerable to SIM swaps)

***

### **Proactive Protection Tools**

| Tool                                     | Purpose                       |
| ---------------------------------------- | ----------------------------- |
| [Revoke.cash](https://revoke.cash/)      | Review/revoke token approvals |
| [Wallet Guard](https://walletguard.app/) | Detect malicious transactions |
| [DeBank](https://debank.com/)            | Monitor wallet activity       |

***

{% hint style="danger" %}

### **Emergency Protocol**

If you notice:\
➔ Unauthorized transactions\
➔ Suspicious popups\
➔ Unexpected signature requests

1. **Disconnect wallet immediately**
2. **Freeze affected assets** (via wallet provider)
3. **Contact** [**support@smarttools.io**](https://mailto:support@smarttools.io/)
   {% endhint %}

***

### **💡 Smart Habits**

* **Use burner wallets** for testing
* **Bookmark Smart Tools** to avoid phishing
* **Update software** weekly (wallets, browsers, OS)

> *Stay safe—your vigilance is the strongest layer of security.*


---

# 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://smart-tools.gitbook.io/smart-tools-docs/assistance-and-support/smart-tools-protection-guide.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.
