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
Copy file name to clipboardExpand all lines: docs/ai-agents/guides/builder-codes.mdx
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Response:
41
41
}
42
42
```
43
43
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.
45
45
46
46
---
47
47
@@ -74,9 +74,6 @@ Then ask your agent: **"Register my agent for a builder code on Base.dev."**
74
74
The skill runs four phases:
75
75
76
76
<Steps>
77
-
<Steptitle="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>
80
77
<Steptitle="Wallet">
81
78
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.
0 commit comments