← All articles

Tether and Georgia Launch a Non-USD Stablecoin

fintechstablecoincryptocross-borderpaymentspayment-developer
Tether and Georgia Launch a Non-USD Stablecoin

Two days ago I argued that the headline finding of the Keyrock "Who Pays the Agent?" report — 98.6% of all AI agent settlement flowing through USDC — was the most important under-discussed risk in agentic commerce. The piece ended with the obvious question: who actually ships a credible non-USD stablecoin at the same operational quality? This week, Tether and the Government of Georgia answered it.

GEL₮ (GELT), a stablecoin pegged 1:1 to the Georgian lari, has been launched as the "official stablecoin of Georgia," with the support of Prime Minister Irakli Kobakhidze and under a regulatory framework already established by the National Bank of Georgia (NBG). It is one of the first joint efforts by a major stablecoin issuer and a sovereign government to put a national currency directly on digital-asset rails inside a purpose-built legal regime.

It is also the most interesting policy experiment in the stablecoin space since the GENIUS Act — and a useful contrast to the UK's HMT consultation and the White House EO on Fed access covered earlier this week. Three jurisdictions, three answers, all landing inside a fortnight.

What Georgia Actually Built

The piece worth studying is not the press release. It is the regulatory architecture sitting underneath it. Earlier in 2026, NBG Governor Natia Turnava signed an order establishing the legal framework for fiat-pegged stablecoins in Georgia. The framework requires:

  • Issuers to register with the NBG as virtual asset service providers.
  • 100% reserve backing, held separately from company funds.
  • Defined redemption rights for holders.
  • Issuer oversight, AML/CFT obligations, and ongoing reporting.
In other words, Georgia did the unglamorous regulatory work first — a domestic VASP regime, reserve-segregation rules, redemption guarantees — and then invited an issuer to build on it. The official Tether announcement explicitly notes the framework was designed for compatibility with emerging US stablecoin regulation, including the GENIUS Act. That is not an accident. Georgia is positioning itself, deliberately, as a jurisdiction that you can issue a non-USD stablecoin from without future-proofing risk relative to where the major economies are heading.

For Tether, GEL₮ is also the first time the company has put serious effort behind a non-USD, non-EUR retail stablecoin tied to a sovereign currency. USDT remains the flagship. EUR₮ has existed for years but has never approached USDT volume. GEL₮ is something different in kind — a country-specific stablecoin, issued in formal partnership with the government of that country, designed to do for the lari what USDC and USDT have done for the dollar inside a much smaller, much tighter regulatory perimeter.

Why a Lari Stablecoin Is a Test Case Worth Watching

The skeptic's response is the obvious one: Georgia is a 3.7-million-person economy, the lari is not a reserve currency, and a few hundred million dollars of GEL₮ supply does not move the needle on the global USDC concentration the Keyrock report flagged. Both of those are true. They are also exactly why GEL₮ is the right test case to study.

Three things make a lari stablecoin interesting that a hypothetical "USD-backed Georgian fintech" or "USDC available in Georgia" would not be:

1. It tests issuer multi-currency operational discipline at scale. Issuing a regulated stablecoin in a non-USD currency, against a sovereign's regulatory regime, is qualitatively different from operating a USD instrument across many jurisdictions. The reserve management, the FX hedging on the issuer balance sheet, the localised redemption operations, the dual reporting to both the NBG and the issuer's home regulator — these are the muscles the stablecoin industry has barely had to flex. If Tether can run GEL₮ cleanly, that capability generalises. If it cannot, the industry learns something concrete about the cost of escaping the USD monoculture. 2. It gives payment developers a real second asset to integrate. EUR₮ and EURC exist, but for most developers building cross-border payouts, "support a second stablecoin" has been a checkbox rather than a serious product decision. A government-backed lari stablecoin inside an explicit NBG regime is exactly the kind of asset that forces the runtime stablecoin-selection design pattern I argued for on Friday. If your settlement engine treats GEL₮ as a peer of USDC for the corridors that touch Georgia, you have actually built the multi-stablecoin abstraction the agentic-payments stack needs. If you have hardcoded USDC, you have not. 3. It is a template for "small-economy + major-issuer" pairings. There are roughly forty countries the size of Georgia or smaller for whom a sovereign-blessed stablecoin issued in partnership with a major operator is a credible monetary-policy and remittance lever. If GEL₮ works — both technically and politically — the model is exportable. If it doesn't, regulators in Tashkent, Yerevan, and Bishkek will draw their own conclusions.

The Engineering Job This Creates

For a payment developer building cross-border payout infrastructure, GEL₮'s launch creates a small, concrete set of architectural to-dos worth doing now rather than retrofitting later:

  • Add a real currency-and-asset matrix to your settlement engine. If a payment from a UK fintech to a Georgian counterparty can settle in GBP via SWIFT, EUR via SEPA, USDC via Ethereum or Base, or GEL₮ via whatever chain Tether issues it on, the choice is a constraint-satisfaction problem combining FX cost, settlement latency, regulatory eligibility, and counterparty preference. The teams that built jurisdiction-aware routing after Brazil should be extending that engine, not building a new one.
  • Treat reserve-and-issuer due diligence as an ongoing process, not a one-time integration. Adding a new stablecoin to your accepted set is also adding a new issuer to your counterparty risk model. NBG-supervised reserves with monthly attestations look very different from offshore reserve-management arrangements. Your due-diligence framework needs to capture that distinction.
  • Test FX exposure realistically. Holding a GEL₮ balance is, economically, holding Georgian lari. If your settlement balances live in stablecoins and your reporting currency is GBP or USD, you have FX exposure on a currency that does not have the liquidity profile of EUR or JPY. Hedging, position limits, and value-at-risk monitoring all need to extend to the non-USD stablecoin balances on the books.
  • Build for issuer-specific redemption SLAs. A USDC redemption is a known commodity. A GEL₮ redemption — under NBG rules, against a domestic Georgian banking counterparty — has its own latency, its own operational windows, and its own failure modes. The redemption path needs to be modelled and rehearsed before it shows up in incident review.

Key Takeaways

  • Tether and the Government of Georgia have launched GEL₮ (GELT), a lari-pegged stablecoin issued under the National Bank of Georgia's purpose-built stablecoin regime — registered VASPs, 100% segregated reserves, defined redemption rights.
  • The framework was designed for compatibility with emerging US stablecoin regulation, including the GENIUS Act, which is the most strategic signal in the announcement.
  • GEL₮ is the first serious sovereign-paired non-USD retail stablecoin from a major issuer and the first real-world test of whether the USD stablecoin monoculture starts to fragment along national lines.
  • For payment developers, GEL₮ is the concrete asset that turns "support more than one stablecoin" from a checkbox into a real engineering exercise — currency-and-asset routing, reserve due diligence, FX exposure on stablecoin balances, and issuer-specific redemption SLAs.
  • The "small-economy + major-issuer" pairing is exportable. If GEL₮ works, expect Yerevan, Tashkent, and Bishkek to file similar paperwork inside 18 months.
As an AI Developer and fintech developer building crypto payment infrastructure and cross-border payout systems, this is the kind of news I treat as a forcing function. The USDC concentration risk argument was easy to make on paper this week. Building the multi-stablecoin settlement layer that survives the next jurisdiction shock is the part that takes actual engineering. GEL₮ is the first asset that makes that work pay off in a corridor most teams are not yet routing through. The ones who add it first will be the ones already routing through Tashkent next year.