----
+**Ready? Just 2 steps, less than 1 minute.**
-## Next Steps
+
+Go to Quick Start
+
-- Want to know what Skills BANK OF AI provides? → [BANK OF AI Skills](./BANKOFAISkill.md)
-- Have questions? → [FAQ](./Faq.md)
+
diff --git a/docs/McpServer-Skills/SKILLS/QuickStart.md b/docs/McpServer-Skills/SKILLS/QuickStart.md
new file mode 100644
index 00000000..9163ca32
--- /dev/null
+++ b/docs/McpServer-Skills/SKILLS/QuickStart.md
@@ -0,0 +1,213 @@
+# Quick Start
+
+Get your AI up and running with BANK OF AI SKILLS in **2 steps** and less than **1 minute**. No private keys, no configuration — just install and start talking.
+
+---
+
+## Step 1: Install the Skills
+
+### Quick Auto-Install
+
+Simply tell your AI Agent to execute the following command:
+
+```bash
+npx skills add https://github.com/BofAI/skills -y -g
+```
+
+The `-y` flag skips all interactive prompts and installs all available Skills by default. The `-g` flag enables global installation (available across all projects). Once complete, it will show ✅ Global installation complete! along with the full list of installed Skills.
+
+### Interactive Installation
+
+If you want to choose which Skills to install and the installation scope, remove the `-y -g` flags:
+
+```bash
+npx skills add https://github.com/BofAI/skills
+```
+
+:::tip
+This guide demonstrates the installation process using terminal commands as an example.
+:::
+
+#### Installation Walkthrough
+
+The installer will guide you through a few steps — just follow along:
+
+**1️⃣ Confirm tool installation**
+
+Terminal will ask you to install the `skills` package. Type `y` and press Enter:
+
+```
+Need to install the following packages:
+ skills@1.4.6
+Ok to proceed? (y) y
+```
+
+**2️⃣ Select which Skills to install**
+
+The installer automatically fetches all available Skills from the repo and lists them for selection. Press **Space** to toggle each one — we recommend selecting all:
+
+```
+◇ Found 6 skills
+│
+◇ Select skills to install (space to toggle)
+│ Multi-Sig & Account Permissions, recharge-skill,
+│ SunPerp Perpetual Futures Trading, SunSwap DEX Trading,
+│ TronScan Data Lookup, x402-payment
+```
+
+:::tip Select all
+Unless you're sure you only need specific skills, install them all. Skills use an on-demand architecture — unused skills consume zero resources.
+:::
+
+**3️⃣ Choose which AI tools to install to**
+
+The installer auto-detects AI tools on your computer (e.g., Cursor, Claude Code, Cline, etc.). Use Space to select the ones you want:
+
+```
+◇ 43 agents
+◇ Which agents do you want to install to?
+│ Amp, Antigravity, Cline, Codex, Cursor, Deep Agents,
+│ Gemini CLI, GitHub Copilot, Kimi Code CLI, OpenCode, Warp
+```
+
+**4️⃣ Choose installation scope**
+
+Select `Project` (current project only) or `User` (globally available across all projects):
+
+```
+◇ Installation scope
+│ Project
+```
+
+**5️⃣ Review security assessment & confirm**
+
+The installer runs a security scan on each Skill and shows the results. Review them and select `Yes` to proceed:
+
+```
+◇ Security Risk Assessments ──────────────────────────────╮
+│ │
+│ Gen Socket Snyk │
+│ Multi-Sig & Account Permissions -- -- -- │
+│ recharge-skill -- -- -- │
+│ SunPerp Perpetual Futures Trading -- -- -- │
+│ SunSwap DEX Trading -- -- -- │
+│ TronScan Data Lookup -- -- -- │
+│ x402-payment Med 1 alert Med │
+│ │
+├──────────────────────────────────────────────────────────╯
+
+◇ Proceed with installation?
+│ Yes
+```
+
+**6️⃣ Installation complete!**
+
+When you see output like this, all Skills have been successfully installed to your selected AI tools:
+
+```
+◇ Installed 6 skills ────────────────────────╮
+│ │
+│ ✓ Multi-Sig & Account Permissions (copied) │
+│ ✓ recharge-skill (copied) │
+│ ✓ SunPerp Perpetual Futures Trading (copied)│
+│ ✓ SunSwap DEX Trading (copied) │
+│ ✓ TronScan Data Lookup (copied) │
+│ ✓ x402-payment (copied) │
+│ │
+├─────────────────────────────────────────────╯
+
+└ Done!
+```
+
+:::tip Optional: Install find-skills
+After installation, you may be prompted to install `find-skills` — a helper that lets your AI automatically discover and suggest new skills. We recommend selecting `Yes`.
+:::
+
+### Verify Installation
+
+Open your AI chat and type:
+
+```
+Read the sunswap skill and tell me what it can do.
+```
+
+If the AI accurately describes the skill's capabilities — congratulations, installation is complete!
+
+---
+
+## Step 2: Talk to Your AI
+
+Open your AI chat and copy-paste any of these:
+
+> Give me a TRON network overview: current TPS, number of Super Representatives, total accounts.
+
+In seconds, the AI calls the tronscan-skill and returns a complete on-chain data report.
+
+**This is completely safe — it's only "looking" at data. It doesn't touch your wallet or spend a single coin.**
+
+Try a few more:
+
+> How much TRX can I get for 100 USDT on SunSwap?
+
+> Show me the top 10 TRC20 tokens by market cap.
+
+> What's the current price, 24h change, and funding rate for BTC-USDT perpetual contract?
+
+If the AI responds with real data — congratulations, your AI is up and running!
+
+---
+
+## 💰 Want the AI to Trade for You?
+
+Everything above is "look but don't touch" — the AI can look up data and compare prices, but it doesn't have permission to spend a single coin of yours. That's by design: you stay in full control.
+
+When you're ready to let the AI execute swaps, open positions, or manage liquidity, you need to give it a "wallet key."
+
+We've prepared two ways to hand over the key — pick whichever suits you:
+
+### Option 1: Open a Dedicated "Payment Account" for the AI (Strongly Recommended, Safest)
+
+We recommend using **Agent Wallet**. Think of it as opening a dedicated payment account for your AI. You don't expose your bank password (plaintext private key) in a file on your computer — instead, you set an encryption password. Every time it wants to spend money, it shows you the full bill first and only proceeds after you say "yes."
+
+👉 Head over to [Agent Wallet Quick Start](../../Agent-Wallet/QuickStart.md) to set it up (visual interface, about 2 minutes).
+
+### Option 2: Paste Your Private Key Directly (For Power Users or Quick Testing)
+
+If you don't want to install another tool and just want to start trading right away, you can paste your private key into a simple config file on your computer — like editing a notepad:
+
+1. In Terminal (the black window), type `open -e ~/.zshrc` and press Enter.
+2. A text editor window will pop up. Scroll to the very bottom, start a new line, and paste your TRON private key:
+ ```bash
+ export TRON_PRIVATE_KEY='your_real_or_testnet_private_key'
+ ```
+ ⚠️ Important: Don't forget the double quotes on both sides!
+3. Press `Command + S` to save, then close the editor.
+
+:::danger Critical Step
+No matter which option you chose, you must **completely close and reopen your AI tool** for it to pick up the new key!
+:::
+
+---
+
+## 🎮 Key Is Set — How Do I Start Trading?
+
+Once you've configured your key and restarted your AI, you can start giving it trading commands right away!
+
+:::caution Golden Rule for Beginners: Practice with Play Money First
+Before running any real transaction, **always test on the Nile testnet first**. Testnet tokens have zero real-world value — you can experiment freely without risking anything.
+:::
+
+Open your AI chat and say your first trading command:
+
+> Swap 100 TRX for USDT on the Nile testnet.
+
+The AI will quickly calculate the price, estimate fees, then pause and ask: "Ready to execute?" Just reply "yes," and the on-chain transaction completes automatically!
+
+Once you've practiced on testnet and confirmed the AI behaves exactly as expected, simply drop the words "Nile testnet" from your commands — and it will trade with real funds on mainnet.
+
+---
+
+## Next Steps
+
+- See what each skill can do → [Skill Catalog](./BANKOFAISkill.md)
+- Something not working? → [FAQ](./Faq.md)
diff --git a/docs/Openclaw-extension/FAQ.md b/docs/Openclaw-extension/FAQ.md
index 9666845f..b1a5ea6e 100644
--- a/docs/Openclaw-extension/FAQ.md
+++ b/docs/Openclaw-extension/FAQ.md
@@ -1,219 +1,93 @@
-# FAQ & Troubleshooting
+# FAQ
-When you encounter problems, check here first. Organized by the most likely issues you'll encounter: installation problems, connection issues, credential problems, runtime problems, and finally some general questions.
+Don't panic when you see an error — it's usually just a small setting that's not configured properly. We've listed the most common issues in order of frequency:
---
-## Installation Problems
+## Errors During Installation
-### Installer reports error "command not found: node"
+### Error Says "command not found: node" or "npm install Failed"
-The installer requires Node.js v18.0.0 or higher. Check if it's installed:
+**Plain English**: Your computer doesn't have Node.js installed, or the version is too old.
-```bash
-node --version
-```
+**How to fix**: Go to the [Node.js official website](https://nodejs.org/) and download the latest stable version (LTS, v20 or higher recommended). Install it like any regular software by clicking "Next" all the way through. Then close the terminal window and run the installation command again.
-If not installed or version is too old, download and install the latest LTS version from [nodejs.org](https://nodejs.org/). After installing Node.js, the `npx` command will also be available.
+### Error Says "command not found: python3"
-### Installer reports error "command not found: python3"
+**Plain English**: Your computer is missing a basic runtime environment called Python.
-The installer uses Python to process JSON configuration files. macOS typically comes with Python 3; on Linux, install via package manager:
+**How to fix**: Go to the [Python official website](https://www.python.org/downloads/) and download and install it.
-```bash
-# Ubuntu/Debian
-sudo apt install python3
+### AgentWallet (AI Vault) Installation Failed
-# macOS (via Homebrew)
-brew install python3
-```
+**How to fix**:
-### Installer warning "OpenClaw not found"
-
-The installer detected that `~/.openclaw` directory doesn't exist. This means OpenClaw might not be installed or was installed in a non-standard location.
-
-The installer will ask if you want to continue — you can choose to proceed (MCP Servers and Skills will still be configured), but OpenClaw may not auto-load them on startup. Recommend first completing installation from the [OpenClaw official repository](https://github.com/openclaw).
-
-### Skills clone failed
-
-If `git clone` fails, common causes include:
-
-- **Network issues**: Check if you can access GitHub. Try `git clone https://github.com/BofAI/skills.git` to test manually.
-- **Git not installed**: Run `git --version` to confirm.
-- **Specified branch/tag doesn't exist**: If you set the `GITHUB_BRANCH` environment variable, confirm the branch or tag actually exists.
-
-Skills clone failure won't interrupt the entire installation — MCP Server configuration remains intact. You can install Skills manually later.
-
-### npm install failed
-
-When installing Skills, some Skills (like sunswap, x402-payment) need to run `npm install` to install dependencies. If it fails:
-
-- Check network connectivity (npm needs to access registry.npmjs.org)
-- Confirm Node.js version >= 18
-- Try running manually:
- ```bash
- cd ~/.openclaw/skills/sunswap # or other Skill directory
- npm install
- ```
-
-npm install failure won't interrupt the installer — it will issue a warning but continue. That Skill's functionality may be limited until dependencies are successfully installed.
-
----
-
-## Connection Issues
-
-### Can't see blockchain tools in OpenClaw after startup
-
-**Most common cause**: OpenClaw wasn't restarted. After modifying mcporter.json, you must completely exit and restart OpenClaw.
-
-If you still can't see them after restarting:
-
-1. **Check mcporter.json format**:
- ```bash
- python3 -m json.tool ~/.mcporter/mcporter.json
- ```
- If there's a JSON syntax error, fix the format issues and restart.
-
-2. **Check mcporter.json contents**: Confirm there are Server entries under `mcpServers` for what you installed.
-
-3. **Manually test MCP Server**:
- ```bash
- npx -y @bankofai/mcp-server-tron
- ```
- If this command starts normally (shows logging output), the MCP Server itself is fine; the issue is in OpenClaw's configuration reading.
-
-### Only query tools available, no write tools like transfers
-
-This is by design. Write tools only appear after wallet credentials are configured. Check if any of these are set:
-
-- Environment variable `TRON_PRIVATE_KEY` (mcp-server-tron)
-- Environment variable `PRIVATE_KEY` (bnbchain-mcp)
-- `env.TRON_PRIVATE_KEY` or `env.PRIVATE_KEY` for corresponding Server in mcporter.json
-
-
-### MCP Server startup timeout
-
-If OpenClaw times out starting an MCP Server, it may be that npx is downloading packages too slowly. The first run downloads packages from npm, which can take tens of seconds.
-
-Speed this up by pre-downloading:
-
-```bash
-npx -y @bankofai/mcp-server-tron --help
-npx -y @bnb-chain/mcp@latest --help
-```
-
-After downloading completes, subsequent startups will use cache and be much faster.
+1. Double-check that your Node.js version is new enough.
+2. Sometimes it's simply a network timeout — wait a couple of minutes and run the installation command again.
+3. If it keeps getting stuck, try manually deleting the `~/.agent-wallet` folder and starting over from scratch.
---
-## Credential Issues
-
-### "Invalid private key" error
-
-**TRON private key** should be a 64-character hexadecimal string, with or without `0x` prefix.
+## Installation Finished, But AI Acts Clueless
-**EVM private key** should have `0x` prefix. The installer automatically adds `0x` to private keys without it, but if you manually edit config files, ensure the format is correct.
+### AI Says "I Don't Have Blockchain Tools" or "I Don't Know What SunSwap Is"
-Common mistakes:
-- Extra spaces, newlines, or quote nesting
-- Invisible characters when copying from elsewhere
+**Most likely cause**: You were too eager after installation and **didn't restart the OpenClaw software**.
-Validation: Import the private key into the appropriate wallet (TronLink or MetaMask) to confirm validity.
+**How to fix**: Completely quit OpenClaw (on Mac press `Command+Q`), then reopen it so the AI can reload its new brain.
-### TronGrid API Key not working
+### AI Can Fetch Data, But Answers Are Messy and Often Wrong?
-1. **Is variable name correct?**: Must be `TRONGRID_API_KEY` (not `TRON_API_KEY`)
-2. **Is Key still valid?**: Log in to [trongrid.io](https://www.trongrid.io/) to check status
-3. **Is it properly loaded?**: If set in environment variables, confirm you ran `source ~/.zshrc`
+**Most likely cause**: The underlying AI model version you're using is too weak. It's like asking a grade-schooler to do high school math — it's not that they're not trying, they just don't have the capacity.
+**How to fix**: Open OpenClaw settings and upgrade to a more powerful model version. The stronger the model, the more accurately AI understands your commands and the fewer mistakes it makes when calling tools.
-### BANK OF AI API Key invalid
+### Why Can Others Send Transfers While My AI Can Only Read Data?
-Check contents of `~/.mcporter/bankofai-config.json` (or `~/.bankofai/config.json`):
+**Reason**: Your AI is currently in ultra-safe "read-only mode." This is because you skipped the AgentWallet configuration during installation and didn't provide it with wallet keys.
-```bash
-cat ~/.mcporter/bankofai-config.json
-```
-
-Confirm the `api_key` field contains a valid Key. Note that recharge-skill has a credential priority order (CLI arguments > environment variables > `bankofai-config.json` in working directory > `~/.bankofai/config.json` > `~/.mcporter/bankofai-config.json`); if you set different values in multiple places, you might read the unexpected one.
+**How to fix**: Run the installation script again. At the AgentWallet setup level, follow the prompts carefully to properly configure your wallet. After configuring and restarting, transfer and trading functions will be activated.
---
-## Runtime Problems
-
-### Rate limiting (429 errors)
-
-Mainnet's public RPC has strict rate limits. Solutions:
-
-- **Configure TronGrid API Key**: After free registration, set `TRONGRID_API_KEY`, significantly increasing quota
-- **Use testnet**: Nile and Shasta testnets have fewer restrictions
-- **Reduce concurrent queries**: In prompts, avoid having the AI execute large numbers of queries simultaneously
-
-### Skill execution failed
+## Passwords and Security Concerns
-If a Skill errors, troubleshoot in this order:
+### Private Key Was Entered Wrong or Error Says "Invalid Private Key"
-1. **Check if dependencies are installed**:
- ```bash
- cd ~/.openclaw/skills/