Skip to content

Commit 990e720

Browse files
Remove smart account section from server wallets page
Co-authored-by: Ayush Bherwani <ayush.bherwani1998@gmail.com>
1 parent 7b99bb4 commit 990e720

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/pages/tutorials/design-server-wallets.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,6 @@ Even with a DKLS19 solution, it takes 4-5 seconds to sign with 5 nodes holding t
129129
You can reduce the number of nodes and use a high quality server, but that still cannot match the speed of single key signing.
130130
MPC's decentralization benefits are real, but for this product goal — fast server-side signing with tight policy and attestation — the latency and complexity tradeoffs are unnecessary.
131131

132-
### Why not smart accounts?
133-
134-
[Smart accounts](/delegation-toolkit) with ERC-7715 permissions can resolve most of these issues, but they have their limitations.
135-
Currently, smart accounts cannot work cross-chain and with non-EVM networks like Solana.
136-
The operations to update policies would be significantly more expensive than a TEE policy engine.
137-
Performance would also be a bottleneck for different chains.
138-
General trading bots are also used for high-frequency trading, which is where the issue lies.
139-
140132
## Server wallets and ERC-8004
141133

142134
With [ERC‑8004](https://eips.ethereum.org/EIPS/eip-8004) in action, every AI agent needs a signing identity that can register itself onchain and prove control of that identity when it interacts, so others can discover, trust, and audit the agent's actions across ecosystems.

0 commit comments

Comments
 (0)