Skip to content

Commit 89c8e03

Browse files
committed
updated skill to write builder code in readme
1 parent 73ce367 commit 89c8e03

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/ai-agents/guides/builder-codes.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Response:
4141
}
4242
```
4343

44-
**Idempotent** — calling it again with the same wallet address returns the same builder code.
44+
**Already registered?** Calling this endpoint again with the same wallet address returns your existing builder code — safe to call multiple times.
4545

4646
---
4747

@@ -74,9 +74,6 @@ Then ask your agent: **"Register my agent for a builder code on Base.dev."**
7474
The skill runs four phases:
7575

7676
<Steps>
77-
<Step title="Pre-check">
78-
Looks for an existing `builderCode.ts` in your project. If found, registration is already done and the skill exits early.
79-
</Step>
8077
<Step title="Wallet">
8178
Asks for your agent's wallet address. If you don't have one, it sends you to the [wallet setup guide](/ai-agents/guides/wallet-setup) before continuing.
8279
</Step>
@@ -119,6 +116,6 @@ No authentication required.
119116
|---|---|---|---|
120117
| `wallet_address` | string | Yes | Your agent's EVM wallet address (`0x...`) |
121118

122-
Returns the builder code for the given wallet. Idempotent — the same wallet always returns the same code.
119+
Returns the builder code for the given wallet. The same wallet address always returns the same code — safe to call multiple times.
123120

124121

0 commit comments

Comments
 (0)