nodpay 0.2.12 → 0.2.14

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.
Files changed (2) hide show
  1. package/SKILL.md +10 -5
  2. package/package.json +1 -1
package/SKILL.md CHANGED
@@ -7,6 +7,8 @@ description: Propose on-chain payments from a shared wallet. Use when user asks
7
7
 
8
8
  > Two minds, one wallet.
9
9
 
10
+ A shared crypto wallet for humans and AI agents. Built on Safe's battle-tested multisig and ERC-4337 account abstraction — supports passkey and EOA signers out of the box. Friendly to both crypto-native and first-time users.
11
+
10
12
  You propose payments, your human approves with one tap. 2-of-3 multisig — you cannot spend alone.
11
13
 
12
14
  ## Trust Model
@@ -19,12 +21,15 @@ You propose payments, your human approves with one tap. 2-of-3 multisig — you
19
21
  - **The web app is a convenience layer.** It helps users create wallets and approve transactions. All crypto operations happen client-side; nothing sensitive is stored server-side.
20
22
  - **Verify the agent address matches yours** before storing wallet info. Mismatch = wrong key binding.
21
23
 
22
- ## For Your User
24
+ ## Why NodPay
23
25
 
24
- - **No app, no extension, no account.** User opens a link, creates a passkey, done. 30 seconds.
25
- - **Works on any device.** Passkeys are built into the OS — phone, laptop, tablet.
26
- - **One-tap approval.** Agent proposes, user taps approve. No gas estimation, no hex strings.
27
- - **Same address everywhere.** One wallet works across all supported chains.
26
+ | What the user sees | What's behind it |
27
+ |--------------------|------------------|
28
+ | Open link passkey done (30s) | Counterfactual Safe deployment, no tx until first use |
29
+ | One-tap approve on any device | WebAuthn passkey as on-chain signer (OS-native, no extension) |
30
+ | No gas, no hex, no wallet app | ERC-4337 bundles gas; server relays signed UserOps |
31
+ | Same address on every chain | CREATE2 deterministic deploy — one address across all chains |
32
+ | Agent can't spend without me | 2-of-3 multisig threshold; agent holds 1 key, user holds 2 |
28
33
 
29
34
  ---
30
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodpay",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "NodPay CLI — propose on-chain payments from agent-human shared wallets",
5
5
  "type": "module",
6
6
  "bin": {