Skip to content

Commit 893ef51

Browse files
youssefeaCodex
andcommitted
Remove compromised spend permissions demo
Co-authored-by: Codex <codex-noreply@coinbase.com>
1 parent bb6c888 commit 893ef51

1 file changed

Lines changed: 0 additions & 31 deletions

File tree

docs/base-account/improve-ux/spend-permissions.mdx

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -328,34 +328,3 @@ await provider.request({
328328
],
329329
});
330330
```
331-
332-
## Example Use Case
333-
334-
Let's say you're building an AI agent that can autonomously purchase [Zora Creator Coins](https://docs.zora.co/coins) using secure [Spend Permissions](/base-account/improve-ux/spend-permissions) on Base.
335-
336-
This example demonstrates how to combine Base Account's [Spend Permissions](/base-account/improve-ux/spend-permissions) with Coinbase Developer Platform (CDP) [Server Wallets](https://docs.cdp.coinbase.com/server-wallets/v2/introduction/quickstart) and [Trade API](https://docs.cdp.coinbase.com/trade-api/quickstart) for seamless, gas-free AI agent transactions.
337-
338-
<Frame>
339-
340-
<img
341-
src="/images/base-account/spend-permissions-agent.png"
342-
alt="Spend Permissions Agent Interface"
343-
/>
344-
</Frame>
345-
346-
<CardGroup cols={2}>
347-
<Card
348-
title="Live Demo"
349-
icon="rocket"
350-
href="https://base-agent-spend-permissions.vercel.app"
351-
>
352-
Try the live application and see spend permissions in action
353-
</Card>
354-
<Card
355-
title="Source Code"
356-
icon="github"
357-
href="https://github.com/base/demos/tree/master/base-account/agent-spend-permissions"
358-
>
359-
Explore the complete implementation on GitHub
360-
</Card>
361-
</CardGroup>

0 commit comments

Comments
 (0)