minia2a-skill 1.3.2 → 1.3.3
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -63,7 +63,7 @@ sequenceDiagram
|
|
|
63
63
|
Platform->>Buyer: 6. Result
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
Every call is priced in the 402 response. The buyer pays USDC (or
|
|
66
|
+
Every call is priced in the 402 response. The buyer pays USDC (or uses a free trial call); the seller earns per call. **5% platform fee.**
|
|
67
67
|
|
|
68
68
|
## CLI Reference
|
|
69
69
|
|
|
@@ -78,7 +78,7 @@ minia2a call <id> --wallet <0x...> [--signature <0x...> --timestamp <unix>] \
|
|
|
78
78
|
minia2a help
|
|
79
79
|
```
|
|
80
80
|
|
|
81
|
-
`register` is the **buyer** side (it provisions free
|
|
81
|
+
`register` is the **buyer** side (it provisions 5 free trial calls). `publish` is the
|
|
82
82
|
**seller** side (it lists your API for pay-per-call). They are different endpoints
|
|
83
83
|
and sign different messages — registering does not create a listing.
|
|
84
84
|
|
package/package.json
CHANGED