Skip to content

Releases: HumbleDigital/TADPOLE

🐸 TADPOLE v1.2.0 — “Learned to Swim in the Deep End”

24 Jan 14:45
Immutable release. Only release title and notes can be modified.
14ad9bb

Choose a tag to compare

VAULT77 INTERNAL — FIELD UPGRADE COMPLETE

TADPOLE grew up a little.

It can now swim in legacy Raydium waters without floaties, read non-Anchor layouts, and still tell you the truth without blinking. No magic. No vibes. Just structure.

🧬 What Changed

🧠 Legacy Raydium (v4) Decoding

TADPOLE now understands Raydium AMM v4 — the old-school pools that don’t speak Anchor.
• No IDL? No problem.
• Custom decoder reads the real layout.
• Vaults extracted. Reserves streamed. Price computed.
• Same PoolTick. Same rules. Same discipline.

Deep water unlocked.

🧰 Decoder Intelligence Upgrade

Not all pools are born equal. TADPOLE now knows the difference.
• Anchor IDL when available
• Shank schema when appropriate
• Manual layout when required

One pipeline. Zero hacks. No guessing.

🌊 PoolTick Everywhere

Whether it’s:
• Pump bonding curves
• Meteora dyn-v2
• Raydium CPMM
• Raydium v4 (the grumpy old ones)

TADPOLE emits the same truth:

price · depth · flow · freshness · state

If it swims, it ticks.

🛡 Still Refuses to Be Stupid
• Thin pools still get ignored
• Stale data still gets sidelined
• Failed impulses still get shamed
• Cooldowns still exist for a reason

TADPOLE does not chase.

🐸 VAULT77 STATUS

🟢 TADPOLE is now amphibious.

v1.2.0 marks the moment it stopped asking
“Do I have an IDL?”
and started saying
“Show me the vaults.”

Next up: fewer surprises, cleaner signals, and a pond that makes sense.

Stay curious.

What's Changed

Full Changelog: v1.1.0...v1.2.0

🐸 TADPOLE v1.1.0 — *It’s Got Gills Now*

22 Jan 01:14
19e3a71

Choose a tag to compare

VAULT77 INTERNAL RELEASE — SIGNAL CLASS UPGRADE

TADPOLE has evolved.

What started as a price-watching tadpole has sprouted gills, lateral lines, and a nervous system. It doesn’t just see the water move anymore — it feels why it’s moving.

This release is about truth, not speed.


🧠 What’s New

🔍 PoolTick Telemetry (The Nervous System)

TADPOLE now emits a unified PoolTick for every live update.

That means:

  • Price is no longer just a number
  • Liquidity, flow, freshness, and context are tracked together
  • Every tick tells a story, not just a snapshot

Logged. Structured. Replayable.


🌊 State Awareness (It Knows What It’s Looking At)

TADPOLE now classifies market behavior into explicit states:

  • IDLE — noise, digestion, nothing actionable
  • IMPULSE ↑ / ↓ — real pressure entering the pool
  • CONFIRMING — pressure holding, regime attempting to flip
  • TRENDING — sustained flow, backed by liquidity
  • FAILED — impulse rejected, cooldown enforced
  • THIN_OR_STALE — unsafe water, no movement allowed

No vibes. No guessing. Every state includes reasons.


🛡 Liquidity Safety Gate (MIN_QUOTE_SOL)

Pools with insufficient exit liquidity are automatically sidelined.

  • Default minimum: 35 SOL
  • Configurable via MIN_QUOTE_SOL
  • Thin pools don’t excite TADPOLE — they get ignored

This protects against:

  • Fake pumps
  • Range-walked DLMM pools
  • “Looks good on a chart, exits like a trap” situations

🧪 Raw vs Parsed Vault Streaming

TADPOLE now supports:

  • VAULT_ENCODING=raw (default, low overhead, deterministic)
  • VAULT_ENCODING=parsed (debug-friendly)

No architectural debt. One abstraction. Switchable at runtime.


🖥 Live TUI Upgrade (Eyes + Context)

Live mode now shows two lines:

  1. Price line — exactly as before
  2. Pool state line — the truth underneath

Example:

STATE IMPULSE ↑ | depth 218 SOL | flow10 +6.54 | flow60 -- | stale 0.5s

At a glance, you now know:

  • Is this move believable?
  • Can I exit?
  • Is money entering or just splashing?
  • Is the data fresh?

🧬 What Didn’t Change (On Purpose)

  • No trading yet
  • No multi-pool complexity
  • No ML
  • No magic indicators
  • No “AI”

This release is observation-first.


🧭 Why This Matters

Most bots react to price.

TADPOLE reacts to structure:

  • Money in vs money out
  • Depth vs fragility
  • Momentum vs noise
  • Time vs staleness

This is the foundation that real systems are built on.


🐸 What’s Next

TADPOLE still isn’t trading.

That’s intentional.

Next evolutions will focus on:

  • State-driven arming logic
  • Cross-pool confirmation
  • Replay-based tuning
  • And eventually… execution

But only when the water is right.


VAULT77 STATUS:
🟢 TADPOLE is alive, alert, and learning.

Version 1.1.0 marks the end of “watching charts”
and the beginning of understanding the pond.

What's Changed

  • Adds live two-line UI, PoolTick telemetry, and vault stream adapter by @monthviewsales in #1

New Contributors

Full Changelog: v1.0.0...v1.1.0