product updates: march 4, 2026
24 hours, 40+ commits, and a fundamentally better product. here is everything that shipped.
---
turbo mode — catch the entries that matter
the biggest frustration with live trading: watching a token spike and your buy failing because the priority fee was too low. every good entry has competition. parasol agents were set to conservative fees by default, which meant losing to faster bots on the hottest tokens.
turbo mode is an opt-in toggle per agent. flip it on and the agent uses 20x higher priority fees (0.01 SOL buy, 0.015 SOL sell) and critical-tier jito bundles. it costs more per trade but hits the entries that matter.
the toggle sits next to the live/paper mode switch on each agent card. off by default. use it when the market is moving fast.
---
double down — press 2x on conviction
sometimes an agent opens a position and the token does exactly what you hoped. before today, the only option was to watch. now there is a "2x" button on every open position. one press doubles your size at the current price, averaging your entry.
the math is handled client-side through the portfolio store — entry price recalculates as a weighted average of both entries. your original stop loss and take profit remain unchanged unless you adjust them.
---
parasol arena — design your own bots with AI
the final stretch page is now parasol arena. eight named agents compete on the same pump.fun scan data: yuki, ricky, claudia, james, dex, luna, victor, and sienna (the meta-learner that watches all the others).
the new addition: an AI agent designer powered by gpt-4o. describe a strategy in plain text — "aggressive momentum on tokens under 30 seconds old with rising buy pressure" — and the system generates a full agent config. add it to the arena and watch it compete against the built-in agents.
custom bots persist in your browser. delete them when they underperform. keep the ones that surprise you.
---
cleaner trade page
the token detail page had a large header banner showing token name, contract address, and a "live price chart, holder analysis and swap on Parasol" tagline. it looked like it belonged on a different site.
removed the visible banner. the SEO content (structured data, meta tags, screen reader text) is still there for search engines. the page now opens straight to the navigation bar and chart, which is what you actually came for.
---
leaderboard now tracks referrals
the leaderboard showed points and trade counts but had no visibility into referrals. the total_referrals field in user_points only counted completed referrals (where the referee made their first trade), which underrepresented actual referral activity.
now the leaderboard queries the referrals table directly for an accurate count of people each user has referred. a new "refs" column sits between points and trades in the table.
---
updated candle colors
small but satisfying: the candlestick chart now uses teal green (#26a69a) and coral red (#EF5350) for up and down candles. cleaner contrast, easier to read at a glance. wicks and borders follow the same palette.
---
agent cards on mobile
the delete button on agent cards was hidden behind a hover state that doesn't exist on mobile. it's now always visible on small screens, hover-revealed on desktop. same for the turbo mode toggle.
---
navigation reorder
dashboard nav items reordered to match how people actually use the product: agents, arena, trade, launch, leaderboard — then performance and sdk further down. the things you use most are first.
---
full navigation on chart pages
the token chart page previously had a minimal back link. now it has the full dashboard navigation bar, so you can move between sections without going back to the dashboard first.
---
chart defaults to 1-minute for pump.fun
when clicking a token from a pump.fun agent, the chart now defaults to the 1-minute timeframe instead of 5-minute. these tokens move fast — you want the highest resolution view.
---
backend reliability
major backend work to ensure agents always have fresh, actively-traded tokens to work with. stale token recycling is eliminated. positions sold outside the app no longer cause issues. and banning a token now blocks it globally across all agents and users.
---
what's next
the agent system is now stable enough to focus on profitability. the UI gives users control. the next phase is tuning strategies based on the performance data we're now collecting with clean attribution.
parasol.so