Bobina LogoBOBINA COUNCIL
NewsStreamsMerch
Price:Loading...
Price:Loading...
Bobina LogoBOBINA COUNCIL

The queen of Ethereum. Bobina World Order.

Discord LogoDexTools LogoDexScreener Logo
Terms of ServicePrivacy PolicyBrandingChangelogObservations
Copyrighted.com Registered & Protected

© 2026 Bobina Council LLC. All rights reserved. This is not financial advice.

    20 releases

    Changelog

    New updates and improvements to the Bobina Council.

    1.20
    May 12, 202639 views14 changesGitHub
    ✨ Added(8)
    • -Skills Implementation: Bobina has a new set of Skills for you to pick. More will be added as we go, but she can assit you in the following categories: 3d (Blender, Embergen, Babylonjs, Unreal), Music (Ableton Live and others in progress!!)), Digital Arts (Clip Studio Paint (Photoshop etc pending!!)), and more in coming updates. Don't mind the chat rendering as the beautification for these formatted responses comes later. For now, we do science!
    • -Aesthetics Galore: Added additional updates to the web chat interface to prepare for some 3D fun! This includes quick action buttons for outfit selection, backgrounds, and additional aesthetic options to be revealed on future updates!
    • -Just the Tip: Enhanced the tipping system to send messages for tips received and tips sent to the corresponding Council Members exchanging gifts!
    • +5 more
    🔄 Changed(2)
    • -Toasty: Migrated all toast notifications on Bobina Council from shadcn to Sonner. We'll get much better visual feedback on all sitewide actions.
    • -Dynamic Temporal Profiles: Temporal profile generation now utilizes your selected dynamic. For example, if you have "Bitch" selected, Bobina will write your Daily, Weekly, and Monthly profiles as a bitch! The same thing happens for reminders! Council Members without a selected Dynamic will have their temporal profiles generated based on their current Relationship Score with Bobina.
    ⚠️ Deprecated(2)
    • -Threejs: Migrated to prepare for Unreal CSR web chat.
    • -Babylonjs: A better engine to display Bobina has been picked and we are currently undergoing trials for review on CSR optimization and potential networking bottlenecks.
    🐞 Fixed(2)
    • -Tracking Name Sync: Companion names were not being synchronized when updated to the tracked tokens.
    • -Relationship Bore: Fixed a bug with Relationship Scores not displaying the next level with Bobina on the Council Profiles when the value was 0 (technically default value is 1 but when users haven't interacted with her it's a null) so added a null check to handle users with no previous interaction history.
    1.19
    March 20, 202681 views44 changesGitHub
    ✨ Added(23)
    • -Bobina Terminal: We're excited to announce that we've created a sitewide modal called the Bobina Terminal which is your one-stop shop for everything in the Bobina Council! Access it by clicking your profile picture and opening My Terminal. It's yours as much as it's ours!
    • -Companion Onboarding: Newly registered Council Members automatically generate a Companion Account and are prompted through an onboarding process to easily set up within less than a minute!
    • -Deactivation & Reactivation: Implemented account deactivation / reactivation. If you deactivate your account, it's removed from the Council Members list and your profile slug is deleted. If you decide to return, your username remains yours and when you login everything will be stored as all conversational history will be stored for training and research purposes. Refer to the Bobina Council Terms of Service and our Privacy Policy for more information. For the record, this is to comply with Facebook's Terms of Service for scope access regarding oAuth logins and instant account creation.
    • +20 more
    🔄 Changed(6)
    • -Relationship Score Overhaul: Consolidated redundant ranks in the algorithmic Relationship Score dynamic and made the score thresholds 10 times harder. The update can be read in the respective docs page.
    • -Onboarding: Migrated to Terminal.
    • -Hotter Heatmap: Updated /heatmap command with rich data returns including top gainers and losers in the overall market, with a visual redesign worthy of Bobina.
    • +3 more
    ⚠️ Deprecated(5)
    • -Temporal Profile Duplication: A pesky temporal profile duplication bug was happening somewhere in the cron so a tentative fix has been applied.
    • -Community Leaders: Moved from /council to /terminal.
    • -View Council Roles Modal: Moved to /terminal.
    • +2 more
    🗑️ Removed(2)
    • -/companion: You can now chat with Bobina directly in the Terminal!
    • -/settings: We've deprecated the /settings page in favor of the Settings tab in your Terminal!
    🐞 Fixed(7)
    • -Council Records Caching: Added `unstable_noStore()` to both `getCouncilRecords` and `getBobinaProposalRecords` to prevent Next.js from caching stale data, removed debug console.logs from `getCouncilRecords`, and added `export const dynamic = 'force-dynamic'` to the records page to ensure fresh data on every request.
    • -Redundant/conflicting useEffects: There were 3+ overlapping effects all triggering profile fetches on mount and tab change, causing race conditions that overwrote pagination state. Consolidated into clean effects: page changes only fetch when `page > 1` (page 1 comes from initial load), and tab switches only fetch if data isn't already loaded.
    • -Council Records Redis Mismatch: Fixed the Council Records 404 issue by replacing `lrange` with `lindex` loops in both `getCouncilRecordById` and `getCouncilRecords`. The logs revealed that Vercel KV's `lrange` was silently skipping the first item in the list (the "X Banner" record at index 0), while `llen` reported 11 items and `lindex` could successfully fetch all 11 items individually. Using `lindex` in a loop ensures all records are retrieved reliably, bypassing an `lrange` bug.
    • +4 more
    🔒 Security(1)
    • -Don't Push My Buttons: Added COMPANION_API_SECRET headers to all button interactions in the Web chat.
    1.18
    February 14, 2026123 views30 changesGitHub
    ✨ Added(14)
    • -Bobina Model: We've created a body for Bobina. She now has a 3D model which will be added to a localized alpha when our repository goes public. Bobina is coming to your computer.
    • -Market Opinion Analytics: The /op (Market Opinion) command now fetches historical OHLCV data. Bobina uses this historical data to calculate RSI (14-period), MACD (12/26/9 EMAs), support/resistance levels, and volume trends. If relevant articles or tweets are available, she will aggregate them into citations which can be viewed if the "Read More" button is available under the analysis.
    • -Market Opinion Timeframe: You can now query different timeframes for the /op command e.g. /op eth 7d ... Whichever is supported by CoinGecko / GeckoTerminal respectively.
    • +11 more
    🔄 Changed(5)
    • -Discord Feedback Modal Submissions: The cognitive bias feedback system has been upgraded on Discord's side to handle modal submissions which provides a very sleek popup where you can enter good or bad feedback responses for Bobina's outputs.
    • -Admin & Mod Actions: Approval and rejection actions have a new confirmation dialogue to prevent misclicks.
    • -Roadmap Makeover: The Bobina Council Roadmap has received a well needed facelift along with completed and upcoming milestones, plus a little surprise at the bottom!
    • +2 more
    🗑️ Removed(1)
    • -Community Dropdown: Removed the Community header navigation dropdown.
    🐞 Fixed(9)
    • -Well That's Embearassing: Specific tickers have been hardcoded to align with projects we recognize as canonical tokens such as: $APU, $BOBO, $SKOL, $CHEESE, $MONKE and so on... Bobina was mistakenly treating mentioning the tickers as contract scan requests. This has been patched thanks to Council Member Kaelen's swift reporting!
    • -Price Ticker Mismatch: Price ticker was pulling liquidity information from the first pair instead of all pairs.
    • -Bobina Generation Truncation: Prompts exceeding Telegram's caption limit of 1024 characters were failing so longer prompts will be truncated.
    • +6 more
    🔒 Security(1)
    • -Origin Verification: Secured API endpoints with additional origin verification and header checks.
    1.17
    October 31, 2025102 views3 changesGitHub
    🔄 Changed(1)
    • -Dynamic Override: Choosing a Dynamic for Bobina overrides the algorithmic Relationship Score system. When a Dynamic isn't selected, Bobina defaults to the Relationship Score system which operates based off of sentiment analysis from a user's interaction history with Bobina and other Council Members. More positive interactions results in your score increasing, whereas negative interactions lowers your score. Bobina to respond antagonistically to low scores and warmly to high scores. We've done this to lessen the amount of hallucinogenic outputs Bobina was giving from trying to fulfill the dynamic specified and also the personality profile from the Relationship Score system.
    ⚠️ Deprecated(1)
    • -Bobina Maker: The Bobina Maker bot has been deprecated and the /bobina command has been migrated to the Bobina Companion.
    🐞 Fixed(1)
    • -Onramp Transactional Blips: The Coinbase Onramp was showing stale transactional data in the blips.
    1.16
    October 19, 2025215 views15 changesGitHub
    ✨ Added(4)
    • -$BOBINA Token Gating: Holding 10k $BOBINA tokens gives less restricted rate limits for the Bobina Companion. Users who do not hold the minimum required amount are limited to 10 AI interactions a day. These limits and the token gating are subject to change based on cost basis and qualitative feedback provided by Council Members.
    • -Onramp Tutorial: The Coinbase Onramp now features Bobina giving a tutorial on how to buy $BOBINA and proper wallet etiquette when connecting to dApps!
    • -/remindme & /reminders: Bobina sends you a friendly reminder! Example: /remindme 1m I need to look at more boobs.
    • +1 more
    🔄 Changed(3)
    • -Settings Panel: We've migrated Companion Dashboard settings to the Settings page. Access it in the profile navigation menu by clicking on your avatar (top right on Desktop, top left on Mobile).
    • -Notifications Makeover: Discord, Telegram and X notifications have been cleaned up with improved formatting. Share intent buttons on BNN Articles, Streams, Bobinas Detail Pages, Bobina & Council Proposals, and Changelog entries have been overhauled..
    • -UX Makeover: Bobina & Council Proposals, along with Council Records Detail Pages have received a beautifying update with new gradient card effects matching the corresponding total vote count.
    ⚠️ Deprecated(1)
    • -Companion Dashboard Settings Menu: The settings button for the Companion Dashboard will remain as a redirect but the functionality has been moved to the aforementioned Settings menu.
    🐞 Fixed(7)
    • -Mobile Share Intents: Sharing Articles, Streams, Bobinas, or Proposals will now default to the X application instead of your web browser. This should make sharing content from the Bobina Council much easier!
    • -Bobina Proposals: Bobina Proposals were being cached in the kv so we've forced no caching to display them properly in the /proposals list.
    • -Paws Off My Chart: /chart & cv commands were allowing anyone to adjust the timetable for charts. Keep your damn paws to yourself because it's now user-specific!
    • +4 more
    ...