Skip to main content

Vesting Timeline

Tracks TUNA tokens locked in vesting schedules and their unlock timeline. The chart shows how locked TUNA decreases over time as unlock events occur, reveals the next upcoming unlocks, and displays all active vesting schedules with their cliff periods and unlock frequencies. Also shows how much TUNA is currently held in wallets with vesting schedules.

Data

Loading analytics data...

Use Cases

This page helps you:

  • Track locked token supply: Monitor total TUNA tokens locked in vesting schedules and percentage remaining locked
  • Plan for upcoming unlocks: See when the next unlock events will occur and how much TUNA will be released
  • Analyze unlock distribution: Understand how locked tokens are distributed across different vesting schedules
  • Monitor unlock velocity: Track how quickly locked TUNA is being released over time
  • Verify vesting parameters: Examine individual schedule details including cliff periods, unlock frequencies, and total locked amounts
  • Forecast future supply: Project when locked tokens will become liquid based on unlock timelines

How to Read This Chart

Click to expand chart reading guide

Unlock Timeline Chart:

  • X-axis: Date (chronological)
  • Y-axis: Total TUNA tokens remaining locked across all vesting schedules
  • Line trend: Decreasing line shows locked tokens being released over time
  • Steps/drops: Sudden decreases indicate unlock events

Vesting Overview (info box):

  • Number of schedules: Total active vesting contracts
  • Total locked: Sum of all TUNA initially locked across all schedules
  • Currently locked: TUNA still locked today (not yet unlocked)
  • Percentage: (Currently locked / Total locked) × 100

Next 10 Unlock Days Table: Shows upcoming unlock events sorted by date, including:

  • Unlock Date: When the unlock event will occur
  • Total Amount (TUNA): How much TUNA will unlock on that date (sum of all schedules)
  • Days Until: Number of days until the unlock (highlighted in warning color if < 7 days)
  • Schedules: Clickable button showing number of schedules with unlocks on that date - click to filter the "All Vesting Schedules" table

All Vesting Schedules (expandable):

  • Start Date: When the vesting schedule began
  • Locked (TUNA) ▼: Total amount initially locked in this schedule (sorted descending - highest amounts first)
  • per Unlock (TUNA): Amount of TUNA released per unlock event
  • Cliff (days): Initial waiting period before any tokens unlock
  • Unlock Period (days): Time between each unlock event
  • Unlocks: Total number of unlock events in this schedule
  • First/Last Unlock: Date range for unlock events
  • Tx: Transaction signature link (Solscan) for the vesting setup

Interactive Features:

  • Click schedule button: In the "Next 10 Unlock Days" table, click the button in the "Schedules" column to filter the "All Vesting Schedules" table to show only schedules with unlocks on that specific date
  • Hover on chart: See exact locked amount for any date
  • Clear filter: Use the "Clear Filter" button to show all schedules again
  • Expand details: The "All Vesting Schedules" section auto-expands when a filter is active

Methodology

Click to expand technical details

Data Sources

  • Vesting instructions: On-chain SetVestingStrategy instructions from DefiTuna staking program (tUnst2Y2sbmgSgARBpSBZhqPzpoy2iUsdCwb5ToYVJa)
  • Schedule parameters: Cliff period, unlock period, unlock rate, and total locked amount for each vesting contract
  • Transaction signatures: On-chain transaction records linking to Solscan for verification

For complete pipeline details, see Data Pipeline.

Unlock Calculation

For each vesting schedule, the unlock timeline is calculated based on:

  • Cliff Period: Initial waiting period before first unlock (specified in hours, displayed in days)
  • Unlock Period: Time between subsequent unlock events (specified in hours, displayed in days)
  • Unlock Rate: Amount of TUNA released per unlock period
  • Number of Unlocks: Total unlock events = (Total Locked ÷ Unlock Rate)

Unlock Event Timing:

  1. First unlock: Occurs at start_time + cliff_period + unlock_period
  2. Subsequent unlocks: Occur every unlock_period hours after the first unlock
  3. Final unlock: Last event when all locked tokens are released

Each unlock event releases a fixed amount of TUNA (the unlock rate) until the entire locked amount is distributed.

Timeline Aggregation

The daily timeline chart shows:

  1. Daily snapshot: Total TUNA locked across all vesting schedules on each calendar day (UTC)
  2. Cumulative view: Sum of locked tokens from all active schedules on that date
  3. Decreasing total: As unlock events occur, the total locked amount decreases by the unlock rate
  4. Current locked: Today's value represents TUNA still locked and not yet unlocked

Schedule Discovery

Vesting schedules are discovered by:

  • Scanning on-chain transactions for SetVestingStrategy instructions
  • Extracting schedule parameters from instruction data
  • Calculating unlock dates based on start time, cliff, and unlock period
  • Tracking which schedules are still active (have locked tokens remaining)

Relationship to Other Views

This vesting timeline complements:

  • Staking Overview: Shows treasury TUNA allocation (staked vs. unstaked)
  • Stakers: Tracks wallets executing staking instructions

Vesting locks tokens in a time-based release schedule, while staking locks tokens to earn rewards. Both restrict immediate liquidity but serve different purposes.

Update Frequency

Data is automatically updated once a day. Check the "Last updated" timestamp in the site header for data freshness.

Known Limitations

  • Only tracks vesting schedules created via on-chain instructions (manual arrangements not included)
  • Chart shows scheduled unlocks, not actual claims (tokens may remain in wallet past unlock date)
  • Schedule modifications are captured (latest set_vesting_strategy transaction is used); no cancel instruction exists in the program
  • Very long schedules with many small unlocks may create visual clutter in the timeline