Home Blog Page 17

Terra Classic Yearly Community Pool Spending Report and On Chain Allocation Overview

Terra Classic Yearly Community Pool Spending Report and On Chain Allocation Overview

Introduction

Transparency is a core principle of on chain governance. Over the past year, the Terra Classic community has approved multiple community pool spending proposals to support development, infrastructure, liquidity, and ecosystem maintenance.

This yearly community pool spending report provides a clear overview of how LUNC funds have been allocated through approved governance proposals. The goal is to help the community better understand where resources are being deployed and why these investments matter for the long term sustainability of the Terra Classic network.

Overview of Community Pool Spending

Community pool spends are approved through governance proposals and funded directly from the Terra Classic community pool. Each proposal specifies its purpose, scope, and funding amount in LUNC.

The table below summarizes the most recent yearly community spends based on approved proposals recorded on chain.

Terra Classic Community Pool Spending

Proposal ID Proposal Title Purpose Summary Approved LUNC Amount Time Approved
12198 Fund IBC Relaying Activity Support inter blockchain communication relaying and network connectivity 254.582 million LUNC About 2 months ago
12197 Phase 2 Removal of Forked Modules Wasmd Unforking Continue OrbitLabs work to clean up forked modules 500 million LUNC 2 months ago
12183 BLV Labs Spending Proposal Wallet Whitelisting Enable wallet whitelisting functionality 133 million LUNC 6 months ago
12182 Inject Liquidity for Garuda DeFi Provide liquidity support for Garuda DeFi as outlined in proposal 12171 792.267 million LUNC 7 months ago
12180 Inject Liquidity for Terraport LUNC USDC Revisit and execute liquidity injection for Terraport trading pair 711.136 million LUNC 7 months ago
12179 Inject Liquidity for Terraswap DEX Fixed liquidity injection request linked to proposal 12171 756.43 million LUNC 7 months ago
12169 Compensation for Development and Audit Work Cover development and audit costs related to proposal 12166 24.298 million LUNC 9 months ago
12164 Additional Development Work v3.4.0 Upgrade Compensate extra development work for network upgrade 32.669 million LUNC 10 months ago
12158 Phase 1 Removal of Forked Modules Initial phase of OrbitLabs forked module cleanup 204.604 million LUNC 10 months ago
12155 BLV Labs GOV Module Improvement Improve governance module functionality 48.356 million LUNC 11 months ago
Total Total Community Pool Spend Combined approved spending across all listed proposals 3.457 billion LUNC Yearly total

Key Observations

A significant portion of community funds was allocated toward liquidity injection proposals aimed at strengthening decentralized exchanges and improving trading conditions on Terra Classic.

Development and infrastructure spending focused on removing forked modules, improving governance systems, enabling wallet functionality, and supporting network upgrades. Funding for IBC relaying also highlights continued investment in cross chain connectivity within the Cosmos ecosystem.

Conclusion

Based on the approved governance proposals listed above, the Terra Classic community allocated approximately 3.46 billion LUNC from the community pool over the reported period. Transparent reporting of these spends helps maintain trust, improves accountability, and allows LUNC holders to make informed governance decisions as the network continues to evolve.

Over 4.4 Billion LUNC Burned in the Last 28 Days Signals Strong On Chain Momentum

0

The Terra Classic network has recorded a significant increase in token burns, with more than 4.4 billion LUNC removed from circulation over the last 28 days. This steady reduction in supply reflects growing on chain activity and continued community participation across the ecosystem.

Token burning plays a crucial role in Terra Classic’s long term recovery strategy. By permanently removing LUNC from circulation, the network aims to gradually reduce total supply while encouraging sustainable on chain usage through trading, applications, and validator participation.

Daily LUNC Burn Breakdown

The following table shows the daily LUNC burn data recorded throughout December, highlighting consistent burn activity across the 28 day period.

Month Date LUNC Burned
December 1 602,506,463
December 2 40,982,656
December 3 76,774,565
December 4 57,034,202
December 5 691,616,593
December 6 308,917,077
December 7 275,683,055
December 8 125,661,572
December 9 226,866,684
December 10 234,059,483
December 11 168,749,439
December 12 335,397,628
December 13 233,673,361
December 14 108,355,346
December 15 128,830,335
December 16 62,266,063
December 17 162,927,071
December 18 85,584,019
December 19 37,754,603
December 20 40,899,393
December 21 38,092,070
December 22 83,014,850
December 23 43,898,770
December 24 90,472,510
December 25 80,129,950
December 26 46,332,749
December 27 40,906,672
December 28 49,217,138
Total LUNC Burned 4,476,604,317

What This Means for Terra Classic

The consistent daily burn trend demonstrates ongoing network usage driven by decentralized exchanges, on chain transactions, and community supported initiatives. Higher on chain volume directly contributes to increased burns, reinforcing the importance of real usage rather than speculation alone.

While token burning does not guarantee price movement, it remains a fundamental part of Terra Classic’s broader recovery efforts. Sustained burn activity combined with development, governance upgrades, and ecosystem growth continues to strengthen confidence in the network’s long term direction.

Looking Ahead

If current burn levels remain stable or continue to grow, Terra Classic could see a meaningful reduction in circulating supply over time. The focus now remains on expanding real on chain activity, supporting builders, and maintaining transparency through clear and consistent reporting.

The latest 28 day burn data confirms that Terra Classic’s on chain engine remains active, with the community continuing to contribute to the network’s long term sustainability.

How the Lunc Tools World Bot Builder Works

Lunc Tools World introduces a powerful and intuitive Bot Builder designed to empower creators with no coding experience to build interactive bots for virtual environments. This visual programming system enables users to define bot behavior using drag-and-drop logic blocks, making it ideal for games, social hubs, and educational experiences.

Core Features

Visual Programming Interface

The Bot Builder is divided into three main tabs: Settings, Program, and Inventory. The Program tab is where users define bot behavior using a sequence of logic blocks. These blocks are categorized into:

  • Triggers: Events that initiate bot actions (e.g., “Player Clicks”, “Player Nearby”, “World Enter”).
  • Actions: Responses the bot performs (e.g., “Show Dialogue”, “Give Item”, “Teleport Player”).
  • Conditions: Logic checks that guide branching behavior (e.g., “If player has ticket”, “Variable > 5”).

Dialogue and Interaction Blocks

Users can create immersive conversations using:

  • Show Dialogue: Displays text in a chat bubble above the bot.
  • Dialogue Menu: Presents multiple options for player choice.
  • Wait: Adds timed pauses between actions for pacing.

Dynamic text can be inserted using variables like {player.name} or {variableName} to personalize interactions.

Inventory and Variables

Bots can manage items and track player progress using:

  • Give/Take Item: Controls inventory exchanges.
  • Set/Increment Variables: Tracks state and progress.
  • Player Variables: Stores data specific to each user.

Template Library and Global Sharing

Lunc Tools World now includes a Community Template Library, allowing users to:

  • Browse Templates: Filter by category and popularity.
  • Preview and Use: Instantly load templates into the Bot Editor.
  • Publish Templates: Share custom bot logic with the community.

Templates like “Dialogue Menu Example” showcase reusable interaction systems that can be adapted for different bots.

Example Use Case

A bot might greet players when they approach, offer dialogue options, check if they hold a ticket, and respond accordingly:

Trigger: When player within 2 tiles
  → Show dialogue: "Hi! Hello there traveler."
Trigger: When player clicks me
  → Show dialogue: "Welcome to Lune Moonshots World! Would you like to know more?"
  → Wait 6.3 seconds
  → If player has 1 ticket(s)
      → Show dialogue: "Ah see, now you have the ticket to this world."
      → Stop execution
  → Else
      → Show dialogue: "No ticket, huh. Ah well"
      → Stop execution

Conclusion

The Lunc Tools World Bot Builder is a modular, scalable system for crafting interactive experiences. With its visual logic editor, dynamic dialogue tools, and community-driven template sharing, it transforms bot creation into an accessible and creative process for all users.

Create your bot now!

Create your own bot now at Lunc Tools World

Trust Wallet Has Been Hacked and Why LUNC Users Must Be Careful

0

Trust Wallet Browser Extension Security Incident Explained and Why LUNC Users Must Be Careful

Recent reports have raised serious concerns about the security of the Trust Wallet browser extension.
Community investigations initially suggested that a supply chain attack may have been introduced
through an update released on December 24. According to multiple reports, users who imported their
seed phrases into the extension experienced immediate and unauthorized wallet draining.

More than six million dollars in digital assets are believed to have been stolen, with exploiters
using multiple wallet addresses to distribute the funds. These early findings led to widespread
warnings advising users to stop using the Trust Wallet browser extension until official clarification
was provided.

Official Statement From Trust Wallet

Trust Wallet has since released an official statement addressing the incident. According to the
company, the security issue affects only a specific version of the browser extension.

Trust Wallet stated that they have identified a security incident impacting Trust Wallet Browser
Extension version 2.68 only. Users running browser extension version 2.68 are advised to disable
it immediately and upgrade to version 2.69.

The company also confirmed that mobile only users are not impacted by this incident. Additionally,
all other browser extension versions outside of version 2.68 are reported to be unaffected.

Trust Wallet acknowledged the seriousness of the situation and stated that their team is actively
working on resolving the issue. They also confirmed that further updates will be shared as soon
as possible.

What Security Researchers Observed

Before the official clarification, security researchers and community members analyzing the issue
pointed to a file within the extension code named 4482.js. Reports indicated that a recent update
added hidden code that silently transmitted wallet related data outside the extension.

This code allegedly posed as analytics functionality while monitoring wallet activity. It reportedly
triggered when a seed phrase was imported, sending sensitive data to an external domain identified
as metrics trustwallet dot com.

The domain was reportedly registered only days before the incident and later taken offline, raising
further suspicion. An alleged message linked to the attacker stated, “He who controls the spice
controls the universe,” which reinforced concerns about deliberate malicious intent.

Why This Matters for the LUNC Community

This incident is especially important for the Terra Classic community because Trust Wallet is widely
used for storing and transacting LUNC. Many community members rely on the browser extension for
everyday transactions, staking interactions, and wallet access.

Although Trust Wallet has confirmed that only browser extension version 2.68 is affected, LUNC
holders are urged to double check their wallet version immediately. Users who imported seed phrases
into the affected version may face increased risk.

Until the situation is fully resolved and independently verified, caution remains essential. The
LUNC community is encouraged to prioritize wallet security, avoid unnecessary seed phrase imports,
and use only verified and updated wallet software.

Protecting private keys and seed phrases is critical. Once exposed, funds can be drained instantly
and irreversibly. Staying informed and following official security guidance is essential for
safeguarding LUNC assets and maintaining trust across the Terra Classic ecosystem.

Why Jump Trading Is Being Sued Over the Terra Collapse?

0

Why Jump Trading Is Being Sued Over the Terra Collapse

Jump Trading, one of the world’s largest high frequency trading firms, is facing a major lawsuit connected to the collapse of the Terra ecosystem. The administrator managing the wind down of Terraform Labs has filed a legal claim seeking four billion dollars in damages, alleging that Jump Trading played a hidden role in propping up TerraUSD before its eventual failure.

According to the lawsuit, Jump Trading allegedly carried out large scale, undisclosed purchases of TerraUSD during multiple periods when the stablecoin lost its one dollar peg in 2021 and 2022. These interventions are said to have artificially supported the price of UST, making it appear as though Terra’s algorithmic stabilization mechanism was working as intended.

The complaint argues that this activity created a false sense of security across the market. Investors and users were led to believe that UST was stabilizing naturally, when in reality its price was being supported by a powerful trading firm with significant market influence and advanced trading infrastructure. As a result, structural weaknesses within the Terra system remained hidden.

The Terraform Labs estate further alleges that Jump Trading was not acting as a neutral liquidity provider. Instead, the firm is accused of using its position and inside knowledge to profit from the volatility it helped manage. Court filings claim that Jump Trading earned approximately one billion dollars through trading advantages and preferential token arrangements, while retail investors remained unaware of the firm’s involvement.

When Terra ultimately collapsed in May 2022, the failure triggered an estimated forty billion dollar loss across UST and LUNA. The lawsuit claims that the earlier artificial stability magnified the scale of the collapse by encouraging continued participation in a system that was fundamentally unstable.

The case also highlights the broader issue of market power in the cryptocurrency industry. Jump Trading’s technological scale and data processing capabilities are described as far exceeding those of many competitors. While the lawsuit does not allege the use of illegal infrastructure, it argues that this imbalance amplified the market impact of Jump’s trades and raises serious concerns around transparency and market integrity.

If the court rules in favor of the Terraform Labs estate, the outcome could set an important legal precedent. It may help define clearer boundaries between legitimate market making and market manipulation in crypto markets. Any recovered funds would likely be directed toward compensating creditors and victims affected by the Terra collapse.

As the case moves forward, it is expected to draw close attention from regulators, investors, and the wider crypto community, as it may shape how large trading firms are allowed to operate in digital asset markets in the future.

$4 Billion Lawsuit Alleges Jump Trading Played Key Role in Terraform’s Collapse

0

$4 Billion Lawsuit Alleges Jump Trading Played Key Role in Terraform’s Collapse

The administrator overseeing the wind down of Terraform Labs has filed a $4 billion lawsuit against high frequency trading firm Jump Trading, accusing the company of secretly manipulating markets and contributing to the collapse of the Terra ecosystem.

The lawsuit claims that Jump Trading’s actions created a false sense of stability around TerraUSD UST, masking deep structural weaknesses that later led to one of the largest failures in crypto history.

Terraform Labs Estate Targets Jump Trading Executives

The complaint names Jump Trading, its co founder William DiSomma, and Kanav Kariya, the former head of Jump’s crypto division. According to the filing, the defendants engaged in undisclosed trading activity that allowed them to profit while misleading the broader market.

Court documents cited by The Wall Street Journal state that Jump allegedly intervened during multiple UST de pegging events in 2021 and 2022. These interventions were not publicly disclosed and were carried out at a scale large enough to influence market perception.

Allegations of Artificial Price Support

At the center of the lawsuit is the claim that Jump aggressively purchased UST whenever the algorithmic stablecoin traded below its one dollar peg. The Terraform Labs estate argues that these purchases artificially inflated demand and gave investors the impression that UST’s peg mechanism was functioning normally.

Rather than stabilizing the system, the complaint claims these actions delayed the recognition of serious design flaws. As a result, confidence in the Terra ecosystem remained high until it collapsed abruptly, amplifying losses for investors.

Claims of Profiteering and Inside Advantage

The estate argues that Jump Trading was not acting as a neutral liquidity provider. Instead, it allegedly used its market position, technological advantages, and inside knowledge to extract profits from volatility it helped manage.

According to the filing, Jump is accused of earning approximately $1 billion through preferential token arrangements and strategic trading advantages. During this period, retail investors were allegedly unaware that UST’s stability relied on behind the scenes support rather than organic market demand.

Terra’s Collapse and Its Lasting Impact

In May 2022, the Terra ecosystem unraveled, wiping out an estimated $40 billion across UST and LUNA markets. The lawsuit claims that the illusion of stability created by earlier interventions made the eventual collapse more damaging than it might have been otherwise.

The complaint argues that if the true fragility of the system had been visible earlier, investors may have reduced exposure before the final breakdown.

Broader Implications for Crypto Markets

Industry analyst Colin Wu has highlighted Jump Trading’s advanced quote data processing capabilities, noting that its technological scale far exceeds that of many competitors. While the lawsuit does not accuse Jump of using illegal infrastructure, it argues that this scale significantly amplified the market impact of its trades.

If the Terraform Labs estate succeeds, the case could set an important legal precedent. A ruling in its favor may help define clearer boundaries between legitimate market making and market manipulation in crypto markets.

Any recovered funds would likely be used to compensate creditors and victims of the Terra collapse, while also reshaping expectations for transparency and disclosure among large trading firms operating in the digital asset space.

Nearly One Trillion LUNC Now Staked as Network Participation Reaches 15%

The Terra Classic network continues to show strong signs of long term commitment from its community, with staking levels approaching a major milestone. Almost one trillion LUNC are now locked in staking, reflecting growing confidence in the network’s stability and governance process.

According to the latest data, a total of 981,428,949,618 LUNC are currently staked. This represents approximately 15.15 percent of the total LUNC supply. These tokens are locked by holders who actively support the network by delegating to validators, helping secure the blockchain and participate in on chain governance.


Staking plays a critical role in the Terra Classic ecosystem. By locking LUNC, participants reduce the circulating supply, which can help limit short term selling pressure. At the same time, stakers contribute directly to network security and decentralization, ensuring that the blockchain remains resilient and community driven.

The steady increase in the staking ratio over recent weeks suggests renewed engagement across the ecosystem. Despite market volatility, many holders appear focused on long term participation rather than short term speculation. This behavior is often seen as a positive indicator of trust in ongoing development efforts and community led initiatives.

With nearly one trillion LUNC already locked, the Terra Classic network is moving toward a stronger and more stable foundation. If this trend continues, higher staking participation could further enhance network security, governance effectiveness, and overall ecosystem confidence in the months ahead.

Nearly 2 Million USTC Burned in the Last 25 Days

0

USTC Burn Update: Nearly 2 Million Tokens Burned in the Last 25 Days

The Terra Classic ecosystem continues its steady progress in reducing the circulating supply of TerraClassicUSD USTC. Over the last 25 days, a total of 1,996,377 USTC has been permanently removed from circulation through on chain burn activity.

This ongoing burn effort reflects the community’s commitment to restoring long term value and improving the overall health of the Terra Classic network. While daily burn volumes vary, the cumulative impact demonstrates consistent participation from traders and ecosystem contributors.

Burning USTC plays a critical role in reducing supply over time. Each transaction sent to a burn address permanently removes tokens, helping balance supply and demand. Although daily amounts may appear small in isolation, the combined total highlights the importance of sustained activity.

USTC Daily Burn Recap

Month Date USTC Burn
December 1 15,068
December 2 14,622
December 3 44,933
December 4 189,151
December 5 157,437
December 6 603,331
December 7 135,725
December 8 51,193
December 9 18,630
December 10 162,388
December 11 24,001
December 12 112,496
December 13 27,710
December 14 37,447
December 15 109,253
December 16 16,841
December 17 122,039
December 18 60,992
December 19 15,841
December 20 19,067
December 21 13,430
December 22 16,322
December 23 11,530
December 24 5,892
December 25 11,038
Total 1,996,377

What This Means for Terra Classic

Consistent USTC burns signal long term dedication from the Terra Classic community. While supply reduction alone does not guarantee price movement, it is a foundational step toward restoring confidence and improving token economics.

As more users trade on chain and participate in burn related activities, the cumulative effect can strengthen the ecosystem over time. Transparency through regular burn reports also helps the community track progress and stay informed.

The Terra Classic journey continues, driven by community action and measurable on chain results.

Over 4.3 Billion LUNC Burned in the Last 25 Days

0

Over 4.3 Billion LUNC Burned in the Last 25 Days as Terra Classic Community Maintains Momentum

The Terra Classic network continues to demonstrate strong community driven commitment to reducing the circulating supply of LUNC. Over the past 25 days, a total of 4,340,147,758 LUNC has been permanently removed from circulation through consistent daily burns.

This steady burn activity highlights ongoing participation from traders, platforms, and community initiatives that support the long term sustainability of the Terra Classic ecosystem. While daily burn amounts naturally fluctuate based on trading volume and network activity, the overall trend reflects continued engagement and discipline.

Large burn spikes were recorded on several days, particularly during periods of increased on chain activity, reinforcing the importance of consistent participation rather than reliance on single events.

Daily LUNC Burn Breakdown

Month Date LUNC Burned
December 1 602,506,463
December 2 40,982,656
December 3 76,774,565
December 4 57,034,202
December 5 691,616,593
December 6 308,917,077
December 7 275,683,055
December 8 125,661,572
December 9 226,866,684
December 10 234,059,483
December 11 168,749,439
December 12 335,397,628
December 13 233,673,361
December 14 108,355,346
December 15 128,830,335
December 16 62,266,063
December 17 162,927,071
December 18 85,584,019
December 19 37,754,603
December 20 40,899,393
December 21 38,092,070
December 22 83,014,850
December 23 43,898,770
December 24 90,472,510
December 25 80,129,950
Total 4,340,147,758

What This Means for Terra Classic

Burning tokens does not guarantee immediate price movement, but it plays a critical role in reducing long term supply pressure. Sustained burns, combined with real network usage, governance improvements, and infrastructure development, strengthen Terra Classic’s position as a community governed blockchain.

The consistency seen over the last 25 days shows that the LUNC ecosystem remains active and engaged, laying a foundation for gradual progress rather than short term speculation.

As long as on chain activity continues and community support remains strong, LUNC burns will remain a key pillar in Terra Classic’s ongoing recovery efforts.

Why the LUNA Classic Burn Rate Is Declining and How On Chain Trading Can Reverse the Trend

Why the LUNA Classic Burn Rate Is Declining and How On Chain Trading Can Reverse the Trend

The LUNA Classic burn rate has continued to decline in recent weeks, raising concerns across the community about the long term effectiveness of the burn mechanism.

Currently, the average daily LUNC burn has dropped to approximately 187,529,387 LUNC per day. This decline is not caused by changes to the burn tax itself, but primarily by lower on chain trading volume.

On the Terra Classic network, every on chain transaction is subject to a burn tax. This means that each trade directly contributes to reducing the total LUNC supply. When on chain activity slows down, fewer transactions occur, and the total amount of LUNC burned naturally decreases.

To increase the burn rate, the key requirement is simple: higher on chain volume.

The community can help drive this by actively trading LUNC using pairs such as USTC, USDC, or supported layer 2 tokens directly on chain. Unlike off chain or centralized trading, on chain trading ensures that each transaction contributes to network activity and token burning.

Several trading platforms built directly on the Terra Classic network play an important role in this process. One such platform is Orbit Wire, an on chain trading platform developed specifically for LUNC. Every transaction executed on Orbit Wire generates real on chain volume, directly supporting the burn mechanism.

Trade on chain and support the burn at:



Increasing on chain trading activity is one of the most effective ways the community can actively participate in strengthening the Terra Classic ecosystem while accelerating the LUNC burn rate.