Home Blog Page 63

Terra Classic Market-Module 2.0

No-Mint version

net-deflation engine that can open without hyperminting, throttles itself as supply shrinks, and cannot be trick-printed through stale prices.

This is based on the original “Terra Classic Market-Module 2.0” draft, but incorporates mechanisms to avoid the mint/burn, which caused concerns among several community members.

If you want a short non-technical summary, please head over to Appendix 1 (Summary) and Appendix 2 (Q/A).


1 Context & goals

2022 taught two hard lessons:

  • Unlimited capacity kills – raising base_pool and shortening pool_recovery_period (PRP) let traders mint faster than the market absorbed, destroying LUNC.
  • Hard $1 peg is lethal – valuing UST at $1 while it traded at pennies forced hyper-inflation.

Today ( 25 June 2025 ) we sit on approx. 6.50 T LUNC and 6 B USTC; burns are just ≈ 1.3 B LUNC / month (0.02 %). The community wants the market module (MM) back as soon as possible to restore utility and fee flow — but will only accept continuous net supply decline.


2 How the market module historically minted

2.1 base_pool — the “virtual SDR reserve”

When you swap USTC → LUNC (or vice versa), the module pretends you are interacting with a virtual SDR pool. The actual calculation involves:

  1. Converting the USTC amount to its SDR value using current oracle prices
  2. Determining how much LUNC to mint such that the virtual constant-product curve stays balanced
  3. Updating the SDR “debt” created by the swap

Simplified speaking, when you swap USTC → LUNC the module poses as an SDR/LUNC AMM whose one side is a virtual pool of size base_pool:

ΔLUNC_out ≈ ( SDR_spent / SDR_pool_after ) × LUNC_pool_before

A larger base_pool lets a single swap give more LUNC before the price moves.

2.2 PRP — the refill timer

After a swap, the module remembers an SDR deficit d (how much the virtual SDR pool is drained). At every block it “refills” a fixed fraction:

d_next = d_current × ( 1 − 1 / PRP )

Each block restores 1/PRP of the deficit. So:

  • Short PRP → fast refill → can print again minutes later
  • Long PRP → slow refill → must wait hours or days

The total swap capacity per day (if traders drain it fully each time) is approximately:

swap_cap_day ≈ 2 × base_pool / ( PRP / 14 400 )
(14 400 ≈ blocks per day on Terra Classic).

This formula is derived from how much SDR can be depleted and refilled per day while keeping swaps feasible.


3 Non-minting approach (epoch-based)

Currently the burn tax on-chain is split 10% to the Community Pool, 10% to the Oracle Pool and 80% to burn.
To avoid any minting of tokens, it is proposed to redirect 60% to a temporary “market module liquidity” pool. While this reduces the immediate burn from the tax to 20%, additional burns will still happen each 30-day epoch (see below).

At the first block H₀ of every 30-day epoch, for each token separately (USTC and LUNC):

  • Each token (USTC and LUNC) that reached the market module liquidity pool is moved to a distinct swap pool for the Market Module. This is the amount of that token available for users to swap.
  • This is the equivalent of 75% of last month’s tax burns of each token.
  • Instead of using minting and burning when swapping through the Market Module, tokens are just taken from and added to this pool.
  • At the start of the next 30-day epoch, all remainders in the pools are burnt.

4 Adaptive base_pool & PRP for the epoch

We want bursts when volatility spikes, but we must still fit under the monthly allowance.

4.1 Pick a burst factor

Default F = 0.07 → at most 10 % of the current liquidity pool balance can be used in a single day.

desired_daily_cap = pool_balance × F

4.2 Solve for base_pool

Re-arranging the daily-cap formula:

base_pool_raw = desired_daily_cap × PRP / ( 2 × 14 400 )

4.3 Supply-scaled PRP

PRP = max( 14 400 , 14 400 × ( S / 1 T ) )

6.5 T supply → PRP ≈ 93 600 blocks (6.5 days).
When supply falls, the refill gets faster—the faucet shrinks as the tank empties.

4.4 Final clamps

base_pool = min( base_pool_raw, 0.00010 × supply_value_in_SDR, 5 000 000 SDR ) // absolute roof


Example for the first epoch (today)

ItemValue
tax_30d (B₀)1.0 B LUNC
redirected to pool = 0.6 × B₀600M LUNC ≈ 24,400 SDR
PRP (6.5 T supply)93 600 blocks
desired_daily_cap (e.g. F = 0.1)60M LUNC (depending on current balance)
base_pool_raw≈ 7.9 k SDR
base_pool after clamps7.9 k SDR
Pool usage per day (max)2 × 7.9 k / 6.5 ≈ 2.45 k SDR ≈ 60.4 M LUNC

60.4 M > 60 M, so F, not the PRP clamp, is the active brake.


5 Live price input & anti-manipulation guards

ComponentRule
Price vote period5 blocks ≈ 30 s
USTC priceprice_uusd(USTC) = voting-power-weighted median this period
Quorum auto-killIf either asset has price votes from < 50 % VP for 25 blocks → MM.enabled=false until quorum is restored
TWAP sanity clampEach swap fails if peg price differs > 10 % from a 45-block Oracle-TWAP (fed by the same oracles)
Stable→stable routeHard-disabled in code (ErrStableSwapDisabled)

6 Absolute brakes & governance

  • ⅔ super-majority can close MM any time

7 Burns

At the end of the 30-day epoch, all remainders in the pool are burnt. Depending on the swap behavior of users, this can be similar to the burns that would have happened without this approach, or more leaning to one of the two tokens (see summary Appendix 1).


8 Scenarios

8.1 Bull-but-boring (utility returns)

Example showing separate calculations for both tokens:

LUNC in Normal Growth Scenario

  • LUNC tax proceeds reach 2 B / month by epoch 3, USTC proceeds reach 560 K / month.
  • PRP still > 3 days, base_pool limited by allowance.

Scenario a.) Users swap equally back and forth between LUNC and USTC

EpochLUNC TaxUSTC TaxPool LUNC beforePool USTC beforePool LUNC afterPool USTC after
11.3 B360 K720 M216 K720 M216 K
21.6 B450 K840 M270 K840 M270 K
32.0 B560 K1.20 B336 K1.20 B336 K
Burned2.76B822 K

In this scenario, the same amounts of LUNC and USTC are burnt as without the MM open.

Scenario b.) Users swap mainly (80%) from USTC to LUNC, assumed price for simplicity: 200 LUNC/USTC (in reality, this price would fluctuate).

EpochLUNC TaxUSTC TaxPool LUNC beforePool USTC beforePool LUNC afterPool USTC after
11.3 B360 K720 M216 K144 M3.1 M
21.6 B450 K840 M270 K168 M3.63 M
32.0 B560 K1.20 B336 K240 M5.14 M
Burned552 M11.87 M

In this scenario, 2.2 B LUNC less would be burnt than without the MM open. In turn, 11 M USTC more would be burnt.

Scenario c.) Users swap mainly (80%) from LUNC to USTC, assumed price for simplicity: 200 LUNC/USTC (in reality, this price would fluctuate).

EpochLUNC TaxUSTC TaxPool LUNC beforePool USTC beforePool LUNC afterPool USTC after
11.3 B360 K720 M216 K754.5 M43.2 K
21.6 B450 K840 M270 K882 M54 K
32.0 B560 K1.20 B336 K1.254 B67.2 K
Burned2.89 B164.4 K

In this scenario, 130 M LUNC more would be burnt than without the MM open. In turn, 660 K USTC less would be burnt.

8.2 Flash-crash & oracle outage

  • USTC dumps to $0.004 (80 LUNC/USTC); two top validators offline.
  • After 30 s quorum < 50 % → MM shuts.
  • Tax proceeds collapse for both tokens in the next epoch.

LUNC in Crisis Scenario

  • LUNC tax proceeds collapse to 0.2 B/month.
  • USTC tax proceeds collapse to 56 K/month

Scenario a.) Users swap equally back and forth between LUNC and USTC

EpochLUNC TaxUSTC TaxPool LUNC beforePool USTC beforePool LUNC afterPool USTC after
10.2 B56 K120 M33.6 K120 M33.6 K
20.2 B*56 K120 M33.6 K120 M33.6 K
30.2 B56 K120 M33.6 K120 M33.6 K
Burned360 M100.8 K

In this scenario, the same amounts of LUNC and USTC are burnt as without the MM open.

(*) MM is halted mid of this epoch due to an oracle outage and not resumed. No further swaps happen from that point on

Scenario b.) Users swap mainly (80%) from USTC to LUNC, assumed price for simplicity: 80 LUNC/USTC (as defined in crash scenario).

EpochLUNC TaxUSTC TaxPool LUNC beforePool USTC beforePool LUNC afterPool USTC after
10.2 B56 K120 M33.6 K24 M1.2 M
20.2 B*56 K120 M33.6 K48 M900 M
30.2 B56 K120 M33.6 K120 M33.6 K
Burned192 M2.13 M

In this scenario, 150 M LUNC less would be burnt than without the MM open. In turn, 2 M USTC more would be burnt.

(*) MM is halted mid of this epoch due to an oracle outage and not resumed. No further swaps happen from that point on.

Scenario c.) Users swap mainly (80%) from USTC to LUNC, assumed price for simplicity: 80 LUNC/USTC (as defined in crash scenario).

We are leaving out this scenario as it would be unlikely that people swap from LUNC to USTC in an assumed price crash of USTC.

Even in disaster the float keeps shrinking for both tokens independently.


9 Spread-fee policy for MM swaps

ConditionFee appliedNotes
MM disabled (no swaps)No fee, no burn; route is inert.
MM enabled & allowance > 00.35 % of notionalCollected in the output asset (LUNC on USTC→LUNC swaps, USTC on LUNC→USTC).
Allowance exhausted (epoch cap hit)Swap is refused; no fee, no burn.

Rationale

  • Feasible level – 0.35 % is low enough to keep arbitrage profitable against typical CEX spreads (≈ 0.10 – 0.25 %) yet still recovers oracle and keeper costs.
  • No double taxation – The chain-wide 0.50 % burn tax does not apply to these in-module swaps; the spread fee replaces it.
  • Accounting – Fees are routed 50% to burn and 50% to the Oracle Pool
  • Stable-to-stable path – Disabled entirely (§ 4.4), so the fee only ever applies to LUNC ↔ USTC trades.

10 Oracle module compatibility

Reactivating the MM with dynamic pricing requires updates to the current oracle infrastructure:

  1. USTC price feed – USTC must be added to the oracle vote set. The MM currently assumes a fixed $1 price; this logic must be removed and replaced with real-time price input from validators.
  2. Feeder provider expansion – The existing feeder supports limited sources. To ensure accurate and manipulation-resistant pricing, additional data providers (e.g., multiple CEXs, aggregators) must be integrated.
  3. Validator onboarding – All validators must be guided through updating their oracle feeder binaries and configs to support USTC. Documentation and rollout coordination will be required to avoid quorum drops.
  4. (Optional) Feeder overhaul – A full rewrite of the feeder binary is not strictly required, but strongly recommended. The current feeder is outdated and lacks support for modern APIs, fallback logic, and proper error handling.

These changes must be deployed before the MM reopens. Without them, price input will be invalid or absent, triggering the automatic shutdown mechanisms.


11 Roadmap

  1. Code merge for testnet & review – ≈ 500-1000 Lines of Code (pool logic, adaptive knobs, kill-switch).
  2. Public testnet – inject price spikes, quorum drops, 10× burn bursts.
  3. Mainnet upgrade (two-step)
  • Deploy module inactive
  • Activate at next epoch boundary after pool filled during the epoch
  1. 90-day post-mortem – change 60 % redirection or F only by hard fork (chain upgrade).

12 What we gain

  • Immediate reopening – traders can arbitrage on day 1.
  • Guaranteed deflation – supply must still fall every epoch of 30 days.
  • Elastic throttle – as supply contracts, refill slows and pool shrinks.
  • Oracle-safe – 30 s lag can’t inflate; 75 s lag kills the module.
  • Oracle-Pool refill – spread fees from the market module are redirected to the Oracle Pool for future rewards (50%)
  • Burns – 50% of the spread fee are burnt

13 Voluntary burns

At this point in time, a big part of burnt supply originates from voluntary burns (coins sent to the on-chain burn module – terra1…anxu).

These funds should be excluded from the calculation of the 30 day epoch burns to avoid losing burn support of entities like Binance and community members. This will tighten the possible available tokens. It should be considered to extend the pools if necessary, but this would need to be discussed with affected entities once the general concept has been implemented and tested.


14 Important notes

The tax burn amount for the coming months cannot be predicted, so the impact on the MM plan is based on assumptions. Parameters and mechanisms can and should be adjusted during the public testnet phase, and it is important to thoroughly test the impact and mechanisms on the testnet before considering a mainnet release.

This is a signalling proposal that governance and the community want to see this approach implemented. The implementation will be a voluntary effort/contribution of StrathCole, thus there are no fixed deadlines. An alternative option is that a paid team decides to step forward and quote for the work and gets governance approval. This could eventually speed up the implementation timeline.


15 Risks

The risk of hyperinflation is mitigated by using only funds redirected to a distinct pool from the tax proceeds of the previous period. This leaves the MM minting disabled.

The main risks of this implementations are:

  • reduced burns of either LUNC or USTC (not both) in case the swapping is only used very rarely and one-sided
  • community disappointment to unmet expectations

Appendix 1: Non-Tech summary

To summarize the idea in non-technical terms, we can describe it as follows:

Important: This is NOT a repeg proposal and NOT treating USTC as a stable asset.

We will implement safeguards to the market module, so it does not mint for swaps. We acknowledge that this deviates from the original concept of the MM. 60% of the burn tax proceeds (NOT manual burns by wallets) are redirected to the MM swap pool for the next period.

The price of USTC will be reported by the chain oracle and no longer be fixed at $1 internally. This allows swapping at the real market value, giving the correct amount or LUNC for USTC and vice versa.

When swapping USTC to LUNC, LUNC is provided from the MM pool and the user gives USTC to the pool in turn. When swapping LUNC to USTC, USTC is given out from the pool and LUNC is provided back by the user. This is not exactly how the market module worked initially (mint and burn), but keeps the logic for calculations. The minting is replaced by utilizing a prefilled pool.

The fee of each swap (which is not including the tax, but 0.35% spread fee) will be distributed 50%:50% between burns and the Oracle Pool.

Incentives to use the MM to swap could be arbitrage options between CEX prices, DEX prices and the Market Module. This occurs because the on chain price of the oracle is only updated each 30 seconds, which means it lags behind CEX prices often. DEX prices also often deviate among each other and CEXes which offers further potential arbitrage.

Furthermore, using the MM to swap might be an incentive to users that want to cause burns of one side (either LUNC or USTC) through their swaps (see mechanisms about the monthly pool burns).

Most of the risks are mitigated by safeguards. But there is still a risk of community disappointment if they expect an effect of these measures beyond what is achieved. Also it is possible that the burns would be lower than expected, in case users solely use the MM to swap USTC to LUNC until the pool is exhausted, but this would in turn have the benefit of increased burns of USTC.


Appendix 2: Questions and answers

Q: Can this cause further LUNC hyperinflation?
A: No. Minting is avoided in swaps, the available LUNC is limited to the amount in the pool, based on the tax proceeds of the previous period.

Q: Is this re-pegging USTC?
A: No. USTC is a speculative asset and this idea treats it like that. It is valued at market price for the swaps.

Q: What about Binance burns? They stopped burning when we minted previously.
A: We avoid minting with this approach completely. While we initially have lower burns when we redirect parts of the tax to the swap pool, all remaining balances of the pool are burnt at the period’s end.

Q: What is the “MM swap pool”?
A: It is the amount of LUNC and USTC that is allowed to be used in swaps during a period. The actual swapped amount can be higher, because the balance is increased again by swaps to the other side.

Q: ??? Can I have an example?
A: Sure: Imagine 1 USTC is worth 200 LUNC. During the previous period we had 667M LUNC tax proceeds. At a 60% rate, this would fill the MM swap pool with 400M LUNC for the next period. So if now 2,000,000 USTC are swapped to LUNC through the MM, this would give the user 400M LUNC from the pool in turn, effectively disabling further swaps in that direction. But if swaps now happen from LUNC to USTC (e.g. 100M LUNC for 500,000 USTC) then these 100M LUNC would again be available for swapping.

Q: But wouldn’t that lower burns significantly overall, if that much is redirected to the pool?
A: No. All remaining balances in the pool would be burnt at the start of the next epoch. It depends on the swap behavior if more LUNC is burnt and less USTC or more USTC and less LUNC.

Q: But isn’t that pointless then?
A: No, each swap incurs a fee of 0,35% which is distributed to burn (50%) and Oracle Pool (50%). The more swaps, so the more often the swaps happens, the more fees are generated.

Q: Okay, but what amount of swaps can we expect? Wouldn’t everyone only swap their USTC rewards to LUNC?
A: That could happen, but even then it would in turn lower the USTC supply. But when you look at the LUNC/USTC ratio during the past months, you realize that the value fluctuated mostly between 190 and 230 LUNC per USTC. This suggests that people use both directions on trades.

Q: Right, what volume can we expect then?
A: That is very hard to estimate and will depend on the on chain volume and also on arbitrage. The LUNC/USTC pairs on our DEXes had a volume of approximately 120-130k USD a month recently. Assuming this would be split equally between the DEXes and the MM, this would lead to a MM volume of maybe 30-40k USD worth.

Q: But you said USTC is valued at market value. How would arbitrage be possible?
A: The oracle prices on chain are reported every 30 seconds. Especially during high volatility, CEX prices can fluctuate quite quickly. Also DEX prices have shown significant volatility during past months, which might offer arbitrage options with the MM. It is not guaranteed though.

Q: What are the major risks? And how are they mitigated?
A: As said, the risk of hyperinflation is mitigated by very strict boundaries and limits. The risk of technical mistakes in the implementation shall be mitigated by thorough review and, if the community is willing to pay, a code audit (which would be recommended). In the unlikely case of a major flaw, 33.4% of validators could “emergency-halt” the chain for a hotfix. This is not expected to be necessary.

The likeliest risk is too high expectations which can then lead to disappointment.

Another risk is losing a portion of the LUNC burns in case the MM would only be used one-way (USTC->LUNC). The equivalent of USTC then would be burnt in excess.

Q: Who is developing it? Is it ready? What is the timeline?
A: I (StrathCole) am offering to develop this voluntarily. As I do this in my free time, there is no fixed timeline possible. I expect the pure implementation (without the testing) to take 2-3 weeks. There is always the option that a team can quote for the work and get approval by the community to implement this instead.

Q: If you do it voluntarily, why do you need a proposal?
A: Because I cannot spend the time of development without a signalling proposal that shows this approach as shown is wanted by the community/governance. There have been a lot of reservations against opening the Market Module. So approval for this is a prerequisite for me personally to start development work on it.

Q: How long will the tests take?
A: That is not foreseeable. As this is a critical part of the blockchain, we need to stress-test this approach in all possible ways. This includes simulated price manipulation, oracle feeder outages, price volatility, swap volume, etc. The more helping hands will take part in the testing and verification the better.

Q: As review/audit was mentioned, this is not free work?
A: No. The team that would quote for a review, or the audit company offering an audit would certainly request funds for that.

Q: What if we want to use the MM in its original form later?
A: The changes will be designed to be as minimal as possible in terms of changing from mint/burn to the pool approach. Reverting this for a later use of the MM including the mint/burn mechanism is possible.

MORE INFO HERE

How to Trade LUNC on HTX: A Step-by-Step Guide

Trading LUNC (Luna Classic) on HTX, a leading cryptocurrency exchange, is straightforward.

Step 1: Sign Up for an HTX Account

Visit HTX’s official website and click “Sign Up.” Enter your email or phone number, create a secure password, and complete the verification process. For security, enable two-factor authentication (2FA).

Step 2: Fund Your HTX Account

Log in to your HTX account. Navigate to “Assets” and select “Deposit.” Choose a cryptocurrency like USDT (Tether) or a fiat currency (e.g., USD) to fund your account. If using fiat, select a payment method like a credit card. If LUNC isn’t directly available for fiat purchase, buy USDT first.

Step 3: Navigate to the Trading Section

Go to “Trade” and select “Spot Trading.” In the search bar, type “LUNC/USDT” to find the LUNC trading pair. HTX lists LUNC with high liquidity, making it ideal for trading.

Step 4: Place a Trade

Choose between a market order (instant trade at current price) or a limit order (set your desired price). Enter the amount of LUNC you want to buy or sell, then click “Buy LUNC” or “Sell LUNC.” Confirm the transaction.

Step 5: Monitor and Manage Your Trades

Track your LUNC holdings under “Assets.” Use HTX’s charts or TradingView for technical analysis, like identifying bullish patterns (e.g., inverted head and shoulders). Set stop-loss orders to manage risks.

Terra Classic vs. Ethereum Blockchain: Why LUNC Shines

Terra Classic (LUNC) and Ethereum (ETH) are leading blockchain platforms, each with unique strengths. This article explores their differences and why LUNC is a superior choice for cost-effective, scalable blockchain solutions.

Key Differences Between Terra Classic and Ethereum

Terra Classic, launched in 2018, is a proof-of-stake (PoS) blockchain built on the Cosmos SDK, designed for fast, low-cost transactions in decentralized finance (DeFi) and payments. Using Tendermint consensus, it achieves block finalization in ~6 seconds with fees under a cent. Ethereum, a smart contract pioneer, powers a vast decentralized application (dApp) ecosystem. Despite its 2022 PoS transition, Ethereum often faces higher fees and slower speeds compared to Terra Classic.

LUNC, Terra Classic’s native token, supports staking, governance, and minimal transaction fees. Post-2022 challenges, its community drives innovation. Ethereum’s ETH fuels smart contracts and dApps but incurs higher gas costs, impacting affordability.

Why LUNC Outshines Ethereum

LUNC excels in scalability and affordability. It processes thousands of transactions per second, perfect for e-commerce and microtransactions, unlike Ethereum’s congestion issues. LUNC’s 0.5% transaction burn tax reduces token supply, potentially increasing value—a feature absent in Ethereum. Its community-driven governance fosters resilience, with active stakeholders shaping its future. Partnerships, like with Asia-Pacific’s Chai payment platform, boost LUNC’s real-world use.

Benefits of Choosing LUNC

  • Low Fees: Transactions cost fractions of a cent.
  • High Speed: Near-instant transaction finality.
  • Deflationary Tokenomics: Burn tax enhances long-term value.
  • Real-World Adoption: Growing use in payment systems.

While Ethereum leads in developer adoption, LUNC’s cost-efficiency, speed, and deflationary model make it ideal for scalable DeFi and payments. For blockchain enthusiasts seeking affordability and performance, Terra Classic is a standout choice.

No More Confusion: Easy Explanation of Terra Classic’s Market Module 2.0

The Terra Classic community is discussing a proposal to improve how people swap between LUNC and USTC. Many users think this is about bringing USTC back to $1, but it’s not a re-peg plan and does not treat USTC as a stablecoin.

Here’s an easy explanation of what’s changing and why it matters.

What Will Change
1. No More Minting Tokens
In the past, the Market Module could “mint” new tokens during swaps. This won’t happen anymore. Instead, a swap pool will be used, filled with 60% of the burn tax collected from the previous period. This makes sure swaps only use existing tokens.

2. Real Price Swaps
The system will now use real market prices from the oracle instead of always saying USTC = $1. This means if USTC is worth 200 LUNC, you’ll get exactly that amount in swaps.

3. Swap Fees Help Burns
Every swap has a 0.35% fee. Half of it will be burned, and the other half will support the Oracle Pool, which helps the chain.

4. Unused Tokens Get Burned
If tokens stay unused in the swap pool, they’ll be burned automatically at the start of the next period. So, nothing is wasted.

How It Works (Example)
● Imagine 667M LUNC is collected from burn taxes.

● 60% (400M LUNC) goes into the swap pool.

● If someone swaps 2M USTC for LUNC, all 400M LUNC from the pool could be used up.

● Later, if people swap LUNC for USTC, the pool refills with LUNC, allowing more swaps again.

Why This Helps
● Safe and Controlled: No minting means no risk of hyperinflation.

● Fair Pricing: Swaps use actual market prices, not fixed numbers.

● Burns Still Happen: Even if swaps redirect some tokens to the pool, unused tokens are burned later.

● Arbitrage Opportunity: Since on-chain prices update every 30 seconds, traders might find price differences between exchanges and the module, leading to more activity.

Common Questions
● Will this create more LUNC and cause inflation?
No. Only existing tokens are used.

● Is this trying to make USTC $1 again?
No. USTC will stay a market-based token, not a stablecoin.

● What about Binance burns?
Binance stopped burning before because of minting. Since minting is removed here, Binance burns should continue normally.

● What trading volume can we expect?
Hard to know exactly, but past data shows around $30K–$40K per month could happen.

● Is it risky?
Technical risks will be carefully tested and reviewed. The main risk is that people might expect too much from this change.

● Can we go back to the old system later?
Yes. The update is designed so it can be reversed if needed.

Development Plan
Developer StrathCole will build this voluntarily if the community supports it through a governance vote. The coding might take 2–3 weeks, followed by detailed testing and optional security audits.

Summary
This proposal introduces a safe, limited-supply swap system for LUNC and USTC. It avoids creating new tokens, uses real market prices, and continues to burn unused tokens. The goal is to make swaps more reliable while still reducing supply over time.

Stablecoin Regulation Advances: A Boost for LUNC and Crypto Market

The U.S. House of Representatives recently passed the GENIUS Act, a landmark bill establishing a regulatory framework for U.S. dollar-pegged stablecoins. Signed into law by President Donald Trump on July 18, 2025, this legislation mandates that stablecoin issuers maintain liquid reserves, such as U.S. dollars or Treasury bills, and disclose holdings monthly. This move is expected to enhance consumer trust and drive stablecoin adoption for everyday payments, potentially growing the $260 billion market to $2 trillion by 2028, according to Standard Chartered estimates.

The bill’s passage has sparked optimism in crypto markets, with crypto-related stocks like Coinbase and Circle seeing significant gains. Ether, the second-largest cryptocurrency, climbed 2% to $3,506.48, hitting a six-month high, as investors anticipate its role in decentralized finance amid stablecoin restrictions on yield generation.

Notably, the Terra Classic (LUNC) ecosystem stands to benefit significantly. LUNC, tied to the Terra blockchain, has faced challenges since the 2022 TerraUSD collapse, which wiped out $40 billion in value. However, the new regulatory clarity could bolster confidence in stablecoin ecosystems, indirectly supporting LUNC’s recovery. With stablecoins gaining legitimacy, platforms like Terra Classic may see increased activity, as investors and developers leverage its infrastructure for stablecoin-based applications. LUNC’s price has shown positive momentum, reflecting market enthusiasm for regulated digital assets.

While critics, including some Democrats, argue the bill lacks robust anti-money laundering protections and favors corporate interests, the bipartisan support (308-122 House vote) signals a shift toward mainstream crypto adoption. For LUNC, this regulatory milestone could mark a turning point, fostering growth and stability in its ecosystem.

Latest Proposals for Terra Classic: Shaping the Future of the Chain

Terra Classic (LUNC), the original blockchain post the 2022 UST depeg crisis, continues to evolve through community-driven governance. Recent proposals, particularly those in 2025, signal a robust effort to enhance stability, utility, and adoption, critical for the chain’s long-term viability.

A pivotal proposal, #12186, upgrades the Cosmos SDK to version 50.13, alongside Wasm v0.53.2, as announced by Luncverse and TerraNewsEN. This upgrade, backed by Antier, focuses on improving governance, security, and dApp readiness, addressing critical bugs and ensuring compatibility with legacy contracts. Such enhancements are vital for stabilizing the network, attracting developers, and rebuilding trust post-2022.

Another significant proposal, the Market Module 2.0, aims to reactivate the link between LUNC and USTC. By reintroducing mechanisms to stabilize USTC’s peg, this proposal could restore confidence in the ecosystem’s algorithmic stablecoin, a cornerstone of Terra Classic’s original vision. This move is crucial for increasing chain utility and investor interest.

Proposals #12179 and #12180, passed in May 2025, inject liquidity into Terraswap DEX and the LUNC/USDC pool on Terraport. These measures enhance swap efficiency and trading volumes, fostering ecosystem growth and user adoption. The community’s focus on liquidity underscores its commitment to making Terra Classic a competitive player in DeFi.

Additionally, a whitelisted wallet management system by BLV_Labs, ready for testnet, aims to exempt key addresses from Burn Tax, streamlining operations for CEXs and DAOs. This could boost off-chain burns and chain activity, further reducing LUNC’s supply.

These proposals collectively prioritize stability, decentralization, and economic alignment. By addressing past flaws and enhancing infrastructure, they position Terra Classic for a sustainable future, potentially reigniting broader adoption.

LUNC Revival: How the Community Can Drive Attention and Growth

The Terra Classic (LUNC) community is known for its dedication, but gaining broader attention requires focused actions. Here are the key steps the community can take to help LUNC grow:

1. Deliver Real Utility
Highlight active projects and real use cases within Terra Classic to show real value and attract new users.

2. Boost Visibility
Maintain strong engagement on social platforms, share accurate updates, and run campaigns to increase global awareness.

3. Support Supply Reduction
Continue backing token burns and proposals that help reduce LUNC’s circulating supply, making it more valuable over time.

4. Back Developers
Encourage and support projects building on Terra Classic through funding, promotion, and community testing.

5. Educate Newcomers
Create simple guides and content to help new investors understand LUNC’s progress and future potential.

6. Stay United
A professional, collaborative community image builds investor confidence and strengthens LUNC’s reputation.

Why Invest in LUNC: The Significance of Terra Classic Upgrade v3.5.0 and SDK 50.13

Terra Luna Classic (LUNC) presents a compelling investment opportunity in the evolving crypto landscape, driven by recent developments and community-driven upgrades. The Terra Classic ecosystem is undergoing a renaissance, with the v3.5.0 chain upgrade and SDK 50.13 update signaling a robust commitment to enhancing utility, security, and interoperability. These advancements, combined with LUNC’s deflationary mechanisms, make now an opportune time to consider investing.

The v3.5.0 upgrade, set for August 15, 2025, introduces simplified tax handling, streamlining transactions by automatically deducting taxes, thus boosting chain utility. This upgrade fosters a developer-friendly environment, enabling seamless integration of decentralized applications (dApps) from the broader Cosmos ecosystem. By removing barriers for developers, Terra Classic aims to expand its ecosystem with projects like Terraport and Garuda DEX, enhancing real-world utility and adoption. The community’s near-unanimous support (99.94% “Yes” votes) underscores confidence in these changes, potentially driving LUNC’s value higher as utility grows.

The SDK 50.13 update, proposed by Luncverse and backed by Antier Solutions, modernizes Terra Classic’s infrastructure with enhanced governance, security, and dApp readiness. This upgrade, currently in voting, strengthens ties with the Cosmos network, improving interoperability and scalability. Costing $55,000 and spanning 25 weeks, it reflects a strategic investment in the chain’s future, potentially catalyzing a price breakout if approved.

LUNC’s tokenomics further bolster its appeal. With over 60 billion tokens burned, including Binance’s 1.35 billion, the supply reduction supports long-term price appreciation. Despite past challenges, LUNC’s current price of $0.00006166 and rising trading volumes signal growing market interest. Investors should conduct thorough research, but Terra Classic’s upgrades and community momentum make it a promising bet for 2025.

Beginner-friendly explanation about the Terra Classic v3.5.0 upgrade (Upgrade v12)

What This Proposal Is About
This proposal asks the Terra Classic community to upgrade the blockchain software (called the terrad client) to version 3.5.0.

What Will Happen :
● The blockchain will pause for a short time at a specific block height.

● Validators (people who run the network) will install the new version of the software.

● After that, the blockchain will restart with the upgrade.

What’s New in This Upgrade :
● A new system called the TaxExemption Module will be added.

● This allows certain wallets or groups of wallets (called zones)can be made tax-exempt. These groupings and tax rules are controlled by governance decisions, and the chain enforces them directly.

● The way taxes are handled will be built directly into the chain, making it simpler and more efficient.

Who Needs to Do Something
● Validators → Must update the software.

● Regular users → No action needed; wallets and apps will continue working normally.

The upgrade is needed because:

● Better Tax Handling – Right now, tax rules are not fully managed by the blockchain itself. This upgrade adds a built-in tax system, making it more reliable and easier to manage.

● Tax-Exempt – It introduces a way for approved wallets or groups (zones) which can help businesses, apps, and certain users save costs.

● Future Compatibility – Upgrading keeps the network’s software up to date and secure, making it ready for future features and improvements.

● Smooth Operation – Without this upgrade, the network might face limitations or inefficiencies in handling taxes and future upgrades.

Proposal to Upgrade to v3.5.0

A new release of the terrad client has been created on 25 Jul 2025 . The release notes for the new version can be viewed here:https://github.com/classic-terra/core/releases/tag/v3.5.0

This release introduces a new on-chain module enables tax-exempt transactions based on address groupings called zones. Tax logic is now handled natively by the chain using zone-based rules set via governanceg. The technical release notes can be found at https://github.com/classic-terra/documents/blob/main/chain-updates/v3_5_0.md

Proposal

This proposal seeks validator and community approval to update the terrad client to v3.5.0 (upgrade name v12). The chain will be halted at 24650205 which will approximately be processed on Aug 15 2025 15h30PM UTC. The actual halt time is an early estimate, can vary and depends on the chain’s block speed until the specified height is reached. Upon passing of this proposal, an automatic chain halt will be scheduled at the specified height. The validators are going to be asked to install the new version of the terrad client after the chain halt occured.

Upgrade Instructions for Validators

As soon as the chain automatically halts at the designated upgrade block height follow the upgrade procedure. Please don’t execute these commands before the chain has halted:

$ git clone https://github.com/classic-terra/core core-v3.5.0
$ cd core-v3.5.0
$ git checkout v3.5.0
$ make build && make install 

In case you already have a local copy of the repository inside the local folder core:

$ cd core
$ git stash
$ git fetch --all
$ git fetch --tags
$ git checkout v3.5.0
$ make build && make install

Check the correct installation:

$ terrad version
v3.5.0

After that, restart the client with terrad start or your system service and wait for consensus. During that period, don’t restart the client if not otherwise asked to do so.

Infrastructure Providers

Infrastructure providers who run mantlemint accelerated LCDs are asked to build and install the updated mantlemint version from source after the upgrade block height is reached:

https://github.com/classic-terra/core/releases/tag/v3.5.0-rc.0

Testing and Rollback

An upgrade to v3.5.0 release candidate was conducted on rebel-2 testnet on … and the changes were tested extensively. If for some unforeseen (and unlikely) reason the new release will not be able to produce new blocks on mainnet then the upgrade name v12 can be applied to the previous release v3.4.0. In this case validators are going to be asked to roll back to a previous state and apply a patched v3.4.0 release.

Effects of Voting

  • YES – you agree to schedule an upgrade to v3.5.0
  • NO – you don’t agree to schedule an upgrade to v3.5.0
  • ABSTAIN – you want the proposal to reach quorum and align with the majority vote
  • VETO – you strongly disagree and want the prop to fail with a 33,33% veto threshold