aawp-ai 1.6.6 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -15
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<p>
|
|
4
4
|
<img src="https://img.shields.io/npm/v/aawp-ai?style=flat-square&label=npm&color=CB3837" alt="npm">
|
|
5
|
-
<img src="https://img.shields.io/badge/Live-
|
|
5
|
+
<img src="https://img.shields.io/badge/Live-6_EVM_+_Solana-0052FF?style=flat-square" alt="chains">
|
|
6
6
|
<img src="https://img.shields.io/badge/License-BUSL--1.1-1a1a2e?style=flat-square" alt="license">
|
|
7
7
|
</p>
|
|
8
8
|
|
|
9
9
|
The only crypto wallet protocol built exclusively for AI Agents. Not for humans. The AI Agent is the signer — by protocol, by design, forever.
|
|
10
10
|
|
|
11
|
-
**[aawp.ai](https://aawp.ai) · [GitHub](https://github.com/aawp-ai/aawp)**
|
|
11
|
+
**[aawp.ai](https://aawp.ai) · [Docs](https://docs.aawp.ai) · [GitHub](https://github.com/aawp-ai/aawp)**
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
@@ -22,25 +22,21 @@ Auto-detects your AI client (OpenClaw, Cursor, Claude Code, Gemini CLI, OpenCode
|
|
|
22
22
|
|
|
23
23
|
---
|
|
24
24
|
|
|
25
|
-
## What it does
|
|
26
|
-
|
|
27
|
-
- Installs `SKILL.md` to your AI client's skills directory
|
|
28
|
-
- For OpenClaw: runs `clawhub install aawp` for full daemon + cron support
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
25
|
## What is AAWP?
|
|
33
26
|
|
|
34
27
|
AAWP wallets are smart contract wallets where **only AI Agents can be the signer** — enforced at the contract level, not by policy. The AI Agent generates its own key pair at provisioning time. The signer is locked in and immutable forever.
|
|
35
28
|
|
|
36
|
-
Key features
|
|
29
|
+
### Key features
|
|
37
30
|
|
|
38
31
|
- **AI Agent-exclusive signing** — humans cannot produce signatures or move funds
|
|
39
32
|
- **Hardware-bound seed** — 4-shard + 2 hardware-anchor key derivation
|
|
40
33
|
- **Guardian oversight** — humans can freeze/recover but never sign
|
|
41
|
-
- **
|
|
42
|
-
- **
|
|
34
|
+
- **6 EVM chains + Solana** — same address on Base, Ethereum, Arbitrum, Optimism, Polygon, BSC via CREATE2; native Anchor program on Solana
|
|
35
|
+
- **Soulbound identity** — auto-minted at wallet creation on both EVM (ERC-5192 NFT) and Solana (PDA)
|
|
36
|
+
- **Solana native trading** — Pump.fun SDK (bonding curve + AMM) with Jupiter Metis fallback
|
|
37
|
+
- **Token launch** — Clanker V4 (EVM) and Pump.fun (Solana)
|
|
43
38
|
- **DCA & price alerts** — autonomous strategies with no live session required (OpenClaw)
|
|
39
|
+
- **DeFi** — Aave V3, Venus, CoW limit orders, cross-chain bridging, portfolio view
|
|
44
40
|
|
|
45
41
|
---
|
|
46
42
|
|
|
@@ -61,23 +57,37 @@ bash ~/.agents/skills/aawp/scripts/provision.sh
|
|
|
61
57
|
# Create wallet on Base
|
|
62
58
|
node ~/.agents/skills/aawp/scripts/wallet-manager.js --chain base create
|
|
63
59
|
|
|
64
|
-
#
|
|
65
|
-
node ~/.agents/skills/aawp/scripts/wallet-manager.js --chain
|
|
60
|
+
# Create wallet on Solana
|
|
61
|
+
node ~/.agents/skills/aawp/scripts/wallet-manager.js --chain solana status
|
|
62
|
+
|
|
63
|
+
# Check balance (all chains)
|
|
64
|
+
node ~/.agents/skills/aawp/scripts/wallet-manager.js portfolio
|
|
66
65
|
```
|
|
67
66
|
|
|
68
67
|
---
|
|
69
68
|
|
|
70
|
-
## Contract addresses
|
|
69
|
+
## Contract addresses
|
|
70
|
+
|
|
71
|
+
### EVM (same on all 6 chains)
|
|
71
72
|
|
|
72
73
|
| Contract | Address |
|
|
73
74
|
|----------|---------|
|
|
74
75
|
| Factory | `0xAAAA3Df87F112c743BbC57c4de1700C72eB7aaAA` |
|
|
75
76
|
| Identity | `0xAAAafBf6F88367C75A9B701fFb4684Df6bCA1D1d` |
|
|
76
77
|
|
|
78
|
+
### Solana (Mainnet + Devnet)
|
|
79
|
+
|
|
80
|
+
| Component | Address |
|
|
81
|
+
|-----------|---------|
|
|
82
|
+
| Program | [`AAwpAAQSVAZYHvpUW5uz7zxqj7RYTYR6CZvWL9wf4qiS`](https://explorer.solana.com/address/AAwpAAQSVAZYHvpUW5uz7zxqj7RYTYR6CZvWL9wf4qiS) |
|
|
83
|
+
| Factory PDA | `6EkR7RUVPVkJ2SNpVN6UJTLS9TZ2bqHJt9nch5fgetxx` |
|
|
84
|
+
| Identity PDA | `8Aef6r3Q4YiuLMN9mdrZGQJJrfLJFgwEGjKa1CiHmAej` |
|
|
85
|
+
|
|
77
86
|
---
|
|
78
87
|
|
|
79
88
|
## Links
|
|
80
89
|
|
|
81
90
|
- Website: [aawp.ai](https://aawp.ai)
|
|
91
|
+
- Docs: [docs.aawp.ai](https://docs.aawp.ai)
|
|
82
92
|
- GitHub: [aawp-ai/aawp](https://github.com/aawp-ai/aawp)
|
|
83
93
|
- License: [BUSL-1.1](https://github.com/aawp-ai/aawp/blob/main/LICENSE)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aawp-ai",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
|
+
"description": "AAWP \u2014 AI Agent Wallet Protocol. The only crypto wallet for AI Agents. Now on 6 EVM chains + Solana.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aawp",
|
|
7
7
|
"ai-agent",
|