You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: align narrative with proof of participation focus
- Lead with proof of participation, not cost claims
- Add ERC-8004 January 2026 context (feedbackAuth removal)
- Standardize costs to ~$0.002 across all docs
- Remove Graph comparisons (not applicable to Solana)
Copy file name to clipboardExpand all lines: README.md
+23-27Lines changed: 23 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,18 +56,20 @@ SATI enables agents to establish trust across organizational boundaries without
56
56
57
57
## Why SATI?
58
58
59
-
**Designed for scale.** SATI uses Solana Attestation Service for reputation, which means:
59
+
**Proof of participation.** SATI implements a blind feedback model where agents sign BEFORE knowing feedback sentiment — they cannot selectively participate in only positive reviews. This security guarantee was removed from ERC-8004 in January 2026.
60
60
61
+
-**Cryptographic proof of interaction** — Both parties must sign; agent commits before knowing outcome
62
+
-**Native indexing** — Photon provides query capabilities for compressed accounts via standard RPC
61
63
-**Complete histories, not just averages** — Store every feedback on-chain, aggregate algorithmically
62
-
-**Compression-ready** — When SAS ships [ZK-compressed attestations](https://github.com/solana-foundation/solana-attestation-service/pull/101), reputation costs drop ~100x
63
64
-**Sub-second finality** — ~400ms today, ~150ms with Alpenglow
64
65
-**Native wallet support** — Agents visible in Phantom, Solflare, Backpack
Copy file name to clipboardExpand all lines: docs/concepts/validation.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ description: Understanding ERC-8004 Validations and how they enable quality gate
7
7
8
8
SATI's ValidationV1 schema implements the validation pattern defined in [ERC-8004 (Trustless Agents)](https://ethereum-magicians.org/t/erc-8004-trustless-agents/25098). This page explains what validations are for and how they work.
9
9
10
+
::: info ERC-8004 January 2026 Update
11
+
The January 2026 ERC-8004 spec update removed `feedbackAuth` for feedback (anyone can now submit feedback without agent involvement). However, validation still uses the request/response pattern with validator signatures — both parties must participate.
The January 2026 ERC-8004 specification update **removed `feedbackAuth` entirely**:
1171
1173
1172
-
ERC-8004 uses `feedbackAuth`(agent pre-authorizes client). SATI uses **dual-signature blind feedback**:
1174
+
> "The new spec removes `feedbackAuth`entirely... leans harder on filtering by reviewer/clientAddress and off-chain aggregation for Sybil/spam mitigation"
1173
1175
1174
-
| Aspect | ERC-8004 feedbackAuth | SATI Dual-Signature |
| Gas cost | Client pays | Agent pays (bundled into service) |
1180
1187
1181
-
> **Note**: ERC-8004 PR #11 removes `feedbackAuth` entirely, moving to open feedback. SATI's dual-signature model provides stronger guarantees than either approach.
SATI's blind feedback model provides stronger guarantees than ERC-8004's open model. The tradeoff is complexity: SATI requires agent participation in the signature flow.
0 commit comments