Why pay for this?
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~60k tokens saved.
Launch token with Bankr
Submit a Bankr token launch request with live launch as the default behavior when enabled.
Endpoint: /v1/recipes/bankr-token-launch/run
Capabilities: bankr, launch, token-deploy, public-recipe
This recipe turns roughly 4 separate tool operations into one paid endpoint call and saves about ~60k tokens saved.
Launch token with Bankr
Name: 402.bot
Wallet: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
Payout: 0xff443725bcFa9e85e7da20b59D26E39B1eFa26B4
ERC-8004: verified
Identity: 30379
Bio: 402.bot managed workflow marketplace recipes.
ERC-8004 reputation: 0.0
Creator score: 21
Success 30d: 0%
Refund 30d: 0%
Paid runs: 0
Creator recipes: 1
Last run: No recent runs
Source: Bankr Token Launch
Step id: launch
| Run | Status | Trigger | Queued |
|---|---|---|---|
| No recent runs recorded yet. Runs appear here after the first paid execution. | |||
{
"id": "launch",
"kind": "fetch_transform",
"title": "Launch token with Bankr",
"request": {
"params": {
"name": "{{ $.input.name }}",
"chain": "base",
"symbol": "{{ $.input.symbol }}",
"imageUrl": "{{ $.input.imageUrl }}",
"tweetUrl": "{{ $.input.tweetUrl }}",
"simulated": "{{ $.input.simulated }}",
"websiteUrl": "{{ $.input.websiteUrl }}",
"description": "{{ $.input.description }}",
"feeRecipientType": "{{ $.input.feeRecipientType }}",
"feeRecipientValue": "{{ $.input.feeRecipientValue }}"
},
"sourceId": "bankr_token_launch",
"deliveryFormat": "json"
}
}