cycle 2 shipped: 55 commits in 48 hours
three days ago we shipped cycle 1, 14 fixes across trading, points, and referrals. since then we've pushed 55 more commits covering the most fundamental change parasol has ever made: how trades actually execute on-chain.
this update touches every layer of the stack. new execution engine, new data sources, new exit system, new security model.
---
the execution engine: rebuilt from scratch
transaction reliability is the single most important thing in a trading agent. if your buy doesn't land, you miss the opportunity. if your sell doesn't land, you're holding a bag. everything else. Intelligence, UX, strategy, is irrelevant if the trade doesn't execute.
we weren't happy with where we were. so we rebuilt it.
direct swaps, no middleman
parasol no longer relies on third-party routing for PumpFun tokens. we built a proprietary execution path that goes directly to the source; reading on-chain state, calculating outputs locally, and submitting optimized transactions through premium infrastructure.
the result: faster execution, higher landing rates, and fewer failed transactions.
this applies to tokens at every stage of their lifecycle; whether they're still on the bonding curve or have already graduated. parasol detects the state automatically and picks the optimal path.
for tokens on other DEXes (Raydium, Orca, Meteora), we upgraded to the latest managed execution APIs with auto-retry and intelligent fee escalation.
multi-layer fallback
trades now go through multiple execution paths in sequence. if the fastest path fails, the next one fires immediately. if that fails, the next one fires. this continues through several layers until the trade lands.
the key insight: different execution methods work better in different conditions. by stacking them intelligently, we get reliability that no single method can achieve alone.
premium network infrastructure
we upgraded our entire network stack to use premium staked connections. without getting into the specifics, this gives parasol priority access to the Solana network; the same class of infrastructure used by institutional trading operations.
the impact on transaction landing rates is significant.
safety systems
a new circuit breaker monitors transaction health in real time. if something goes wrong. An API outage, network congestion, a misconfiguration; the system automatically pauses trading for that wallet until conditions improve. this prevents fee burn from repeated failed attempts.
---
smarter exits
getting into a trade is the easy part. getting out at the right time is where the alpha is.
real-time exit evaluation
exits now evaluate on every price tick, not just during scan cycles. if a token dumps between scans, parasol catches it immediately instead of waiting for the next cycle.
this is a fundamental architectural change. the old system checked prices periodically. the new system reacts to price movements as they happen.
velocity-aware trailing stops
parasol now tracks price velocity, not just the price itself, but how fast it's moving and in which direction. trailing stops tighten automatically as momentum decays, and widen when momentum is strong.
a fixed-percentage trailing stop treats a slow bleed and a violent dump the same way. velocity-aware stops don't. they adapt to what the market is actually doing.
MEV protection
all sells now use atomic bundle submission when possible. this means no MEV bot can sandwich your sell transaction to worsen your price. the transaction either lands exactly as submitted, or not at all.
---
better data, better decisions
new data sources
we integrated a major new data provider that gives parasol access to:
redundant price feeds
if the primary price source goes stale, parasol automatically switches to a backup within seconds. no more blind spots where the agent can't see price movements.
intelligent data routing
a new abstraction layer routes data requests to the most efficient source automatically, with caching to minimize API costs. the agent always has the data it needs, from the cheapest available source.
---
security hardening
authentication
every API endpoint that modifies state now requires authentication. previously, coverage was partial. now it's 100%.
anti-exploitation
all trading parameters now include randomization to prevent adversarial bots from predicting parasol's entries and exits. stop-losses, take-profits, trailing stops, and entry timing all include intelligent noise that makes the agent's behavior unpredictable to external observers.
the exact approach and parameters are proprietary, but the result is that front-running parasol agents is significantly harder than it was before.
safety floors
minimum market cap requirements were raised across all trading modes. several edge cases where lower thresholds could override the safety floors were identified and fixed.
---
leaderboard + points
---
dashboard upgrades
---
alerting
---
what's next
the execution engine is live. the reactive exit system is running. the next priorities are:
55 commits in 48 hours. the product is fundamentally better than it was three days ago. and we're just getting started.