Add openhome-bankr: trade any Base token by voice - #377
Open
rdyplayerB wants to merge 2 commits into
Open
rdyplayerB wants to merge 2 commits into
rdyplayerB wants to merge 2 commits into
Conversation
Buy and sell Bitcoin and Ethereum by voice through a Bankr wallet. Dollar-denominated, quote read-back, confirmation by repeating the amount, voice-side caps under Bankr's passkey-locked wallet limits. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
✅ Community PR Path Check — PassedAll changed files are inside the |
Contributor
🔀 Branch Merge CheckPR direction: ✅ Passed — |
Contributor
🔍 Lint Results✅
|
Contributor
✅ Ability Validation Passed |
Resolve spoken token names via DexScreener (Base pairs, scored by name match then liquidity) with CoinGecko fallback; sells resolve against holdings. Gates: >= $1M market cap, >= $250k liquidity, ambiguous names are asked about. Read-back names the token. Portfolio includes low-value tokens. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🆕 New Community Ability
Ability Name:
community/openhome-bankrWhat does it do?
Buy and sell any token on Base by voice through the user's Bankr wallet. Amounts are in dollars; every trade is quoted, read back naming the token, and confirmed by the user repeating the dollar amount. Spoken token names resolve via DexScreener (Base pairs, scored by name match then liquidity; CoinGecko fallback) and must pass ≥ $1M market cap and ≥ $250k liquidity; sells resolve against what the user holds; ambiguous names are asked about, never guessed. Voice-side caps ($25/trade, $100/day) sit under Bankr's passkey-locked wallet limits. Also reads prices and portfolio, and supports a timed voice lock.
Example conversation
User: "buy one dollar of degen"
OpenHome: "One dollar gets you about one thousand thirty-six Degen at zero point zero nine six of a cent each. To confirm, say the amount."
User: "one dollar"
OpenHome: "Done. You bought about one thousand thirty-six Degen for one dollar."
User: "what's the price of pepe"
OpenHome: "The closest match on Base is Pepe Army, which is too small or too thinly traded for me. I don't quote it."
User: "sell all my aerodrome"
OpenHome: "Selling about one point eight nine seven six Aerodrome for about one dollar at 52.6 cents each. To confirm, say the amount."
APIs Required
bankr_read_key/bankr_trade_key) — https://docs.bankr.bot/docs/wallet-api/overview.mdChecklist
main.pyextendsMatchingCapabilitywithregister_capabilityREADME.mdexists with description + setup instructionsopenhome call(BTC, ETH, DEGEN, AERO); guardrails verified (over-cap, mismatch, unknown token, small-cap/thin token, not-on-Base, Bankr 403)community/openhome-bankr/🤖 Generated with Claude Code