> For the complete documentation index, see [llms.txt](https://smart-tools.gitbook.io/smart-tools-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smart-tools.gitbook.io/smart-tools-docs/assistance-and-support/faqs.md).

# FAQs

## &#x20;**Functionality**

#### **1. What can I do with Smart Tools?**

> Smart Tools is your all-in-one Web3 platform for:
>
> * 🪙 **1-click token creation** (ERC-20)
> * 📤 **Batch transfers** (MultiSender, Many-to-Many)
> * 💧 **Liquidity pool deployment**
> * 🔄 **Automated swaps** (Coming Q4)
> * And 10+ other blockchain utilities

#### **2. Do I need coding skills?**

> **No coding required!** Our intuitive interface handles complex operations through simple forms.

#### **3. Which blockchains are supported?**

> A: Currently:
>
> * Ethereum
> * Base
> * Arbitrum
> * Optimism
> * Other EVM chains (with more coming soon)

***

## **Security**

#### **1. Is Smart Tools safe?**

> **Yes.** We're non-custodial—your keys never leave your device. All transactions require explicit wallet approval.

#### **2. When do I need to input a private key?**

> A: Only for specific features like **MultiSender**, and it’s processed **locally in your browser**.

{% hint style="info" %}
&#x20;**Always use test wallets first** and never share main wallet keys.
{% endhint %}

#### **3. Can I use my Ledger/Trezor?**

> **Yes!** Connect via MetaMask for hardware-grade security.

***

## **Pricing & Limits**

#### **1. What are the fees?**

| Feature         | Cost                    |
| --------------- | ----------------------- |
| MultiSender     | 0.00005 ETH per address |
| Liquidity + Buy | 0.01 ETH per buy wallet |

{% hint style="info" %}
*Gas fees paid separately.*
{% endhint %}

#### **2. Are there usage limits?**

> * **Wallet Generator**: 100 wallets/batch
> * **MultiSender**: 47 addresses/transaction\
>   *(Designed for optimal performance)*

***

## **General**

#### **1. Can I export my data?**

> **Yes!** Tools like **Batch Balance Checker** export to CSV for easy analysis.

#### **2. What if a transaction fails?**

> **Troubleshoot:**\
> 1️⃣ Check wallet connection\
> 2️⃣ Verify gas funds\
> 3️⃣ Confirm correct network\
> 4️⃣ Retry or contact support

#### **3. Is Smart Tools open-source?**

> **Select components** will be open-sourced post-audit. Security is our top priority.

***

## **Stay Updated**

* **Twitter**:&#x20;
* **Discord**:&#x20;
* **Email**:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://smart-tools.gitbook.io/smart-tools-docs/assistance-and-support/faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
