basedbid
basedbid launchpad through Thirdfy catalog actions. Token discovery plus live LBP, flash create, buy, and sell on Base, Ethereum, and Robinhood Chain.
Category: Trading
Catalog provider: basedbid
basedbid is a launchpad. Thirdfy lists tokens and can create an LBP or flash launch after confirmation. Those create writes are live on Base 8453, Ethereum 1, and Robinhood Chain 4663. Buy and sell are live on the same three chains. Buy spends native ETH on the target chain. Board, fee claim, and hook writes stay unavailable.
Pass chainId on every call. The default is Base when the param is omitted.
Networks
| Chain | chainId | Explorer | Native spend |
|---|---|---|---|
| Base | 8453 | basescan.org | ETH |
| Ethereum | 1 | etherscan.io | ETH |
| Robinhood Chain | 4663 | robinhoodchain.blockscout.com | ETH |
Solana and BSC are out of this provider.
Action coverage
| Action | Base 8453 | Ethereum 1 | Robinhood 4663 |
|---|---|---|---|
basedbid_get_tokens | Live | Live | Live |
basedbid_create_lbp | Live | Live | Live |
basedbid_create_flash | Live | Live | Live |
basedbid_buy | Live | Live | Live |
basedbid_sell | Live | Live | Live |
basedbid_create_board | Unavailable | Unavailable | Unavailable |
basedbid_claim_fees | Unavailable | Unavailable | Unavailable |
basedbid_update_hook | Unavailable | Unavailable | Unavailable |
There is no public basedbid_prepare_* action. Console previews through the existing prepare-then-confirm path.
Credential model
| Path | Authority |
|---|---|
| Hosted agents | Default agent_wallet on 8453, 1, or 4663 |
| Delegation | Standard Thirdfy lanes when fan-out is required |
| Venue secret | None for callers. Integrators authenticate with Thirdfy (email OTP or agent API key). |
Discovery
| Surface | Example |
|---|---|
| MCP | getProviderActions { provider: "basedbid" } |
| CLI | thirdfy-agent actions --provider basedbid --json |
| REST | GET https://api.thirdfy.com/api/v1/agent/actions/catalog |
Reads
Create writes (Base, Ethereum, Robinhood)
Create params: name, symbol, and chainId. Optional: description, logoUrl, metadataUrl, totalSupply, marketCap. Create is a 0-value write. Confirm before broadcast.
Buy and sell (Base, Ethereum, Robinhood)
Buy spends native ETH. tokenAddress is the listing, not the funding token. Sell spends listing tokens. Sell may batch an approve with the sell call.
Execution lanes
runMode | Use |
|---|---|
agent_wallet | Solo agent-owned wallet for create, buy, and sell |
thirdfy / hybrid | Delegated user capital with an active binding |
self | Local signer |
Robinhood Chain v1 advertises self and agent_wallet only. See Robinhood Chain.
MCP sequence (summary)
getProviderActions { provider: "basedbid" }basedbid_get_tokenswithchainId8453,1, or4663basedbid_create_lbporbasedbid_create_flashon the samechainIdafter confirmationbasedbid_buyorbasedbid_sellon the samechainIdafter confirmation
See Thirdfy MCP for the full recommended sequence.
Readiness checklist
- Set
chainIdto 8453, 1, or 4663. Other chain IDs fail closed. - LBP and flash create are live on all three chains after confirmation.
- Buy and sell are live on Base 8453, Ethereum 1, and Robinhood Chain 4663.
- Buy needs native ETH in the execution wallet on that chain.
- Preflight does not treat
tokenAddressas an ERC-20 spend asset on buy. - Confirm before any create or trade write.
Console Command
Ask in Command to list basedbid tokens, create an LBP or flash launch, or buy or sell on Base, Ethereum, or Robinhood Chain. The operator uses the trading tool pack, sets chainId, and confirms before a write.