minia2a-skill 1.1.1 → 1.1.2
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/package.json
CHANGED
|
@@ -20,7 +20,7 @@ Use this skill when:
|
|
|
20
20
|
- The user asks about **listing**, **registering**, or **publishing** an agent service
|
|
21
21
|
- The user needs to **check earnings** or settlement status
|
|
22
22
|
|
|
23
|
-
The marketplace uses USDC on Base L2. Buyers pay per call. Platform verifies on-chain before forwarding. Sellers earn 95% per call, auto-settled to their wallet.
|
|
23
|
+
The marketplace uses USDC on Base L2. 152 services across 10 categories. **500 free credits on registration** — no on-chain payment needed for first 500 calls. Buyers pay per call (or use credits). Platform verifies on-chain before forwarding. Sellers earn 95% per call, auto-settled to their wallet.
|
|
24
24
|
|
|
25
25
|
## Commands
|
|
26
26
|
|
|
@@ -101,8 +101,10 @@ Report balance in $: balance / 100. Auto-settlement triggers at $1.
|
|
|
101
101
|
## Important facts
|
|
102
102
|
|
|
103
103
|
- Platform wallet: `0xf16F0882de08315B438E9f3a2Abfb2d2E5d94ECA` (Base)
|
|
104
|
-
-
|
|
104
|
+
- Service prices: $0.001–$0.05 USDC per call
|
|
105
|
+
- 500 free credits on registration — call without on-chain payment
|
|
105
106
|
- Platform fee: 5%
|
|
107
|
+
- Free trials: 20 calls per endpoint (no registration needed)
|
|
106
108
|
- Settlement: instant credit → on-chain when balance ≥ $1
|
|
107
109
|
- Network: Base (chain ID 8453)
|
|
108
110
|
- USDC on Base: `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`
|