When Curators Become a Risk Variable in DeFi Lending, How Can Algorithms Reshape the Market?

比推Опубліковано о 2025-12-10Востаннє оновлено о 2025-12-10

Анотація

The article argues that the current "Curator" model in DeFi lending, as seen in protocols like Morpho and Euler, reintroduces human moral risk and inefficiency. It traces the evolution of lending markets, highlighting that early pooled models (e.g., Compound, Aave) sacrificed lender risk control for borrower convenience, while isolated markets (e.g., Morpho Blue) fragmented liquidity. Curator vaults attempted to bridge this gap but reintroduced trust assumptions and discretionary decision-making. The author proposes a new paradigm inspired by traditional order books: a two-tier architecture separating risk definition from order matching. In this model (exemplified by Avon), lenders deposit into isolated, parameter-defined "strategies" (retaining full risk control), while a shared order book algorithmically aggregates and routes borrower requests across compatible strategies atomically. This eliminates the need for human curators, enhances transparency, and improves liquidity utilization. The approach also benefits RWA by allowing compliance at the strategy level while pooling global liquidity. Built on high-performance chains like MegaETH, this CLOB-based system aims to automate lending coordination without sacrificing lender autonomy or borrower experience.

Original Author: @0xJaehaerys, Gelora Research

Original Compilation: EeeVee, SpecialistXBT, BlockBeats

Original Title: Lending Markets Do Not Need the Curator Model


Editor's Note: After the successive blowups of Stream Finance and USDX, the DeFi community is undergoing a painful disenchantment. The "Curator" model introduced by protocols like Morpho and Euler was originally intended to solve liquidity fragmentation but inadvertently reintroduced the moral hazard of "human" factors on-chain. The author of this article points out that current lending protocols mistakenly bundle "risk definition" with "order matching." By drawing on the order book model from traditional finance, this article constructs a new paradigm that eliminates the need for curators and relies on algorithmic automatic routing.

The Evolutionary Logic of Lending Markets

Reviewing the evolution of on-chain trading provides a reference for understanding lending market.

AMMs based on constant functions (like Uniswap) solved a fundamental problem: how to create a market without active market makers? The answer was to use an invariant function to preset the "shape" of liquidity. Liquidity providers pre-agree to a set of strategies, and the protocol handles execution automatically.

This works well in trading because trading is relatively simple: buyers and sellers meet at a price. But lending is much more complex. A loan involves multiple dimensions:

Interest rate

Collateral type

Loan-to-Value ratio (LTV)

Term (fixed vs. demand)

Liquidation mechanism

Matching a loan requires satisfying constraints across all these dimensions simultaneously.

Early DeFi lending directly adopted solutions similar to AMMs. Protocols like Compound and Aave preset interest rate curves, with lenders joining a shared pool. This allowed lending markets to function without active lenders.

But this analogy has a fatal flaw. In DEX trading, the shape of the constant function curve affects execution quality (slippage, depth); in lending, the shape of the interest rate curve directly determines risk. When all lenders share a single pool, they also share the risk of all collateral accepted by the pool. Lenders cannot express their desire to bear only specific types of risk.

In the trading space, order books solved this problem: they allow market makers to define their own "curve shape." Each market maker quotes at their preferred price, the order book aggregates these quotes into a unified market, but each market maker still controls their own risk exposure.

Can lending adopt the same approach? A project named Avon attempts to answer this question.

The Liquidity Fragmentation Problem

To give lenders control, DeFi's first attempt was market isolation.

Protocols like Morpho Blue and Euler allow anyone to create lending markets with specific parameters: designated collateral, borrowed asset, fixed liquidation LTV, and interest rate curve. Lenders deposit into markets that match their risk preferences. Bad debt in one market never spills over to another.

This is perfect for lenders; they get the risk isolation they want.

But for borrowers, this creates fragmentation.

Take ETH-USDC lending as an example. There might be a dozen different markets:

Market B: $3M liquidity, 86% LTV, 5.1% interest rate

Market C: $2M liquidity, 91% LTV, 6.8% interest rate

... and 9 other markets with lower liquidity

A user wanting to borrow $8 million cannot be satisfied from a single market. They must manually compare prices, execute multiple transactions, manage分散的头寸, and track different liquidation thresholds. The theoretical optimal solution requires splitting the loan across four or more markets.

In practice, no one does this. Borrowers typically just pick one market. Capital utilization is low in fragmented pools.

Market risk isolation solved the lender's problem but created a borrower's problem.

The Limitations of Curator Vaults

The curator vault model attempts to bridge this gap.

The idea is: professional curators manage capital allocation. Lenders deposit into vaults, and curators allocate funds to underlying markets, optimizing yield and managing risk. Borrowers still face fragmented markets, but at least lenders don't have to manually rebalance.

This helps lenders who want to "set and forget," but it introduces something DeFi aimed to eliminate: discretionary power.

Curators decide which markets get capital and can reallocate at any time. The lender's risk exposure changes with the curator's decisions, unpredictably and uncontrollably. As one Twitter user put it: "The curator is PvPing the borrower, but the borrower doesn't even know they are being farmed."

This asymmetry is not only in strategy but also in the accuracy of the basic interface. Morpho's UI sometimes shows "$3 million available liquidity," but in practice, funds at low interest rates are scarce, with most capital located in higher rate tiers.

When liquidity coordination relies on human decisions, transparency suffers.

Capital allocators adjust market liquidity on their schedule, not based on the market's immediate needs. Vaults try to solve borrower fragmentation through "rebalancing," but rebalancing requires gas fees, depends on the curator's willingness, and often lags. Borrowers still face suboptimal rates.

Separating Risk from Matching

Lending protocols conflate two distinct modules.

User definition of risk: Different lenders have different views on collateral quality, leverage ratios.

The protocol's method of matching loans: This is mechanical. It doesn't require user subjectivity, just efficient routing.

The pooled model bundles these two, lenders lose control.

The isolated pool model separates risk definition but abandons matching, forcing borrowers to manually find the optimal path.

The curator vault model adds matching back through the curator role but introduces a trust assumption in the curator.

Can matching be automated without introducing discretion (human intervention)?

Order books in trading did this. Market makers define quotes, the order book aggregates depth, matching is deterministic (best price first). No one decides where orders go, the mechanism decides everything.

CLOB lending applies the same principle to credit markets:

Lenders define risk through isolated strategies.

Strategies post quotes to a shared order book.

Borrowers interact with unified liquidity.

Matching happens automatically, without curator intervention.

Risk stays with the lender, coordination becomes mechanical. No trust in a third party is needed at any point.

Two-Tier Architecture

Avon implements order book lending through two unique tiers.

Strategy Layer

A "Strategy" is an isolated lending market with fixed parameters.

The strategy creator defines the following parameters: Collateral/Borrowed Asset, Liquidation LTV, Interest Rate Curve, Oracle, Liquidation Mechanism.

Once deployed, the shape of the interest rate curve cannot be changed. Lenders know the rules exactly before depositing.

Funds never move between strategies.

If you deposit into Strategy A, your money stays in Strategy A until you withdraw. No curators, no rebalancing, no sudden changes in risk exposure.

Although someone (the strategy manager) sets the parameters, they are fundamentally different from a curator: Curators are capital allocators (deciding where money goes), strategy managers are true risk managers (defining rules but not moving money), analogous to Aave DAO. The decision-making power for capital allocation always remains with the lender.

How does the system adapt to market changes? Through competition, not parameter modification. If the risk-free rate soars, this forces old strategies to become obsolete (funds flow out), and new strategies are created (funds flow in). "Discretion" shifts from "where should capital go?" (curator's decision) to "which strategy should I choose?" (lender's decision).

Matching Layer

Strategies do not serve borrowers directly; instead, they post quotes to a shared order book.

The order book aggregates quotes from all strategies into a unified view. Borrowers see the combined depth of all strategies that accept their collateral.

When a borrower places an order, the matching engine:

Filters quotes by compatibility (collateral type, LTV requirements).

Sorts by interest rate.

Executes starting from the cheapest.

Settles within an atomic transaction.

If one strategy can fulfill the entire order, it takes it all; if not, the order is automatically split across multiple strategies. The borrower only perceives one transaction.

Important note: The order book only reads strategy states; it cannot modify them. It is only responsible for coordinating access, not allocating capital.

A Boon for RWA

DeFi has always faced a structural contradiction in institutional adoption: compliance requires isolation, but isolation kills liquidity.

Aave Arc tried the "walled garden" model, where compliant participants have their own pool. The result was shallow liquidity and poor rates. Aave Horizon tried a "semi-open" model (RWA issuers require KYC, but lending is permissionless). This is progress, but institutional borrowers still cannot access the $32 billion liquidity in Aave's main pool. Some projects explored permissioned rollups. The KYC process is completed at the infrastructure level. This approach works for some use cases but fragments liquidity at the network layer. Compliant users on Chain A cannot access liquidity on Chain B.

The order book model offers a third way.

The strategy layer can enforce any access control (KYC, geographic restrictions, accredited investor checks). The matching engine is only responsible for matching.

If a compliant strategy and a permissionless strategy both offer compatible terms, they can simultaneously fill the same loan.

Imagine a corporate treasury抵押代币化国债 borrowing $100 million:

$30 million from a strategy requiring institutional KYC (pension fund LPs)

$20 million from a strategy requiring accredited investor certification (family office LPs)

$50 million from a completely permissionless strategy (retail LPs)

Funds are never mixed at the source, institutions remain compliant, but liquidity is unified globally. This breaks the deadlock of "compliance equals isolation."

Mechanisms for Multi-Dimensional Matching

Order books match on only one dimension: price. The highest bid and lowest ask match.

Lending order books must match across multiple dimensions simultaneously:

Interest Rate: Must be below the borrower's acceptable上限.

LTV: The borrower's collateral ratio must meet the strategy's requirements.

Asset Compatibility: Currency match.

Liquidity: Sufficient market liquidity.

Borrowers who provide more collateral (lower LTV) or accept higher interest rates can match with more strategies. The engine finds the cheapest path within this constraint space.

A note for large borrowers. In Aave, $10 billion in liquidity is a monolithic pool. In order book lending, $10 billion might be分散在数百种策略中. A $100 million loan would quickly consume the entire order book, filling from the cheapest strategies first, progressively moving to the most expensive ones. Slippage is visible.

Pool-based systems also have slippage, just manifested differently: a surge in utilization pushes up interest rates. The difference is transparency. In the order book, slippage is visible upfront. In the pool, slippage only becomes apparent after the trade executes.

Floating Rates and Re-quoting

DeFi lending uses floating rates. As utilization changes, so does the interest rate.

This creates a synchronization challenge: if the strategy utilization changes but the quote on the order book isn't updated, the borrower executes at the wrong price.

Solution: Continuous re-quoting.

As soon as the strategy state changes, immediately post a new quote to the order book. This requires extremely high infrastructure performance:

Very fast block times.

Extremely cheap transaction costs.

Atomic state reads.

This is why Avon chose to build on MegaETH. On Ethereum Mainnet, this architecture is prohibitively expensive due to gas fees.

Existing friction:

If market rates move but the strategy's fixed curve doesn't adapt, a "Dead Zone" appears – borrowers find it too expensive to borrow, and lenders earn no yield. In Aave, the curve adjusts automatically, whereas in CLOB mode, this requires lenders to manually withdraw and migrate to new strategies. This is the price paid for control.

Multi-Strategy Position Management

When a loan is filled by multiple strategies, the borrower effectively holds a multi-strategy position.

Although it looks like one loan on the interface, the underlying components are independent:

Independent Interest Rates: Component A's rate might rise due to increased utilization in Strategy A, while Component B remains unchanged.

Independent Health Ratios: When the token price drops, components with stricter LTV limits are liquidated first locally. You don't get liquidated all at once but experience a series of partial liquidations, like being "nibbled away."

To simplify the experience, Avon provides unified position management (one-click add collateral, automatically distributed by weight) and one-click refinancing功能 (automatically borrow new to repay old via flash loans, always locking in the market's best rate).

Conclusion

DeFi lending has gone through several stages:

Pooled Protocols: Gave borrowers depth but剥夺了放贷人的控制权.

Isolated Markets: Gave lenders control but fragmented the borrower experience.

Curator Vaults: Attempted to bridge the two but introduced human decision-making risk.

Order Book Lending (CLOB): Decouples the above models. Risk definition rights return to lenders; matching is achieved through an order book engine.

The design principle is clear: when matching can be achieved through code, human intervention is no longer needed. Markets can self-regulate.


Twitter:https://twitter.com/BitpushNewsCN

Bitpush TG Discussion Group:https://t.me/BitPushCommunity

Bitpush TG Subscription: https://t.me/bitpush

Original Link:https://www.bitpush.news/articles/7594633

Пов'язані питання

QWhat is the core problem with the 'Curator' model in DeFi lending protocols like Morpho and Euler?

AThe Curator model reintroduces human discretion and moral risk into the system. Curators decide where capital is allocated, which can change lenders' risk exposure unpredictably and create information asymmetry, undermining the trustless and transparent ideals of DeFi.

QHow does the proposed CLOB (Central Limit Order Book) model for lending separate risk from matching?

AThe CLOB model separates risk definition and order matching into two distinct layers. The Strategy Layer allows lenders to define risk in isolated, fixed-parameter markets. The Matching Layer is a shared order book that automatically and deterministically routes borrower orders to the best available strategies without any human intervention.

QWhat advantage does the order book model offer for Real-World Assets (RWA) in DeFi?

AIt allows for compliance at the strategy level (e.g., KYC, accreditation checks) while aggregating liquidity at the matching layer. This enables compliant and permissionless strategies to simultaneously serve the same borrower, unifying global capital without mixing it at the source and breaking the 'compliance equals isolation' dilemma.

QWhat is a key infrastructural requirement for a CLOB lending system to function effectively?

AIt requires extremely high-performance infrastructure with fast block times, very low transaction costs, and atomic state reads. This is necessary for strategies to continuously re-quote their rates on the order book in response to market changes, ensuring borrowers get accurate, up-to-date pricing.

QHow does the CLOB model change the experience for a large borrower compared to a pooled model like Aave?

AIn a pooled model, a large borrower interacts with a single pool, and slippage manifests as a sharp increase in the interest rate due to higher utilization. In a CLOB model, liquidity is fragmented across many pools (strategies). Slippage for a large loan is visible upfront as the order is filled progressively from the cheapest to the most expensive strategies, offering more predictable execution.

Пов'язані матеріали

Silicon Valley 'Startup Guru' Steve Hoffman: Web3 + AI Could Be a Trap

Silicon Valley investor and "Godfather of Startups" Steve Hoffman warns that combining Web3 with AI is likely a trap, not a promising venture. In an interview, Hoffman argues that while AI is a foundational technology touching all industries, Web3 adds complexity, friction, and regulatory risk without solving mainstream consumer or business needs. He advises founders to focus on deep, specialized applications where startups can out-iterate giants, rather than on generic features easily replicated by large tech companies. Hoffman observes that Silicon Valley will lead foundational AI research, while China excels at rapid, large-scale application and commercialization, particularly in robotics. He stresses that AI-driven autonomous agents capable of collaborative, multi-step tasks are 2-4 years away, which will cause significant job displacement. The solution is not to slow AI but to redesign business models around human-AI collaboration and reform social systems like education and retraining. For startups, Hoffman recommends focusing on vertical, expertise-heavy domains to build defensibility. He sees major opportunities in AI fraud detection and cybersecurity. Key founder mindsets include systemic thinking over feature-focus, relentless customer centricity, building adaptive teams, and deeply understanding AI's capabilities and limits. Hoffman is also leading a non-profit initiative to establish university centers aimed at training future leaders in responsible, human-value-aligned AI innovation.

marsbit43 хв тому

Silicon Valley 'Startup Guru' Steve Hoffman: Web3 + AI Could Be a Trap

marsbit43 хв тому

Token Inefficient, Economy Tokenless

The article "Tokens Aren't Economical, Economics Aren't Tokenized" analyzes a pivotal shift in the AI industry from a technology-driven narrative to one dominated by capital efficiency. It highlights two concurrent trends: a severe capital shortage due to the exorbitant and recurring costs of compute (e.g., OpenAI's high burn rate) and a wave of corporate spin-offs where major tech companies are separating their AI units (like Kuaishou's Kling and Baidu's Kunlunxin). The core argument is that AI's "anti-internet" business model, where user growth increases costs rather than profits, has created a disconnect between high valuations and actual cash flow. Spin-offs address this by allowing AI assets to be valued independently. Within a parent company, they are seen as cost centers, but as standalone entities, they are priced based on their growth potential and scarcity in the primary market, leading to massive valuation premiums (e.g., Kling's estimated value tripling post-spin-off). The industry is at an inflection point, moving from "model worship" to "value realization." The competition is evolving from a pure compute (GPU) race to a broader focus on systemic efficiency and full-stack engineering (involving CPUs and orchestration) to achieve viable commercialization. The year 2026 is framed as a critical moment where the industry must definitively answer how to economically translate AI capability into tangible business value, reshaping the sector's future power structure.

marsbit48 хв тому

Token Inefficient, Economy Tokenless

marsbit48 хв тому

Crossing the 'Memory Wall': The Wafer-Level Revolution and Computing Power Routes in the AI Inference Era

In 2026, a historic shift occurred in AI as major cloud providers' inference spending surpassed training spending for the first time, signaling a move from "building large models" to "using large models." This shifts the core challenge from computing power to the "memory wall"—the bottleneck of data movement (model weights, activations, KV Cache) between external DRAM and processors, where energy and latency from data transfer far exceed computation itself. Companies like Nvidia face GPU idle time due to bandwidth limits. In contrast, Cerebras Systems adopts a radical "wafer-scale" approach with its Wafer-Scale Engine (WSE). Instead of cutting a silicon wafer into many chips, Cerebras uses almost the entire wafer as one massive chip (WSE-3). This design provides 44GB of on-chip SRAM, delivering memory bandwidth thousands of times higher than traditional HBM (e.g., 21 PB/s vs. Nvidia B200). For LLM inference, weights are streamed layer-by-layer from external MemoryX storage to the chip, avoiding HBM bottlenecks. This results in token generation speeds 1.5–5 times faster than Nvidia's B200 in some models and significant advantages in first-token latency and long-context tasks. Additionally, Cerebras's architecture offers much lower interconnect power consumption (0.15 pJ/bit vs. GPU's ~10 pJ/bit). However, Cerebras faces challenges: SRAM scaling has slowed with advanced nodes, limiting future capacity gains; the chip requires specialized liquid cooling and custom software stacks; and its external I/O bandwidth (150 GB/s) is low compared to NVLink, hindering multi-system scaling for very large models. Competition is intensifying. Major players are pursuing three paths: 1) Developing proprietary inference ASICs (e.g., Google TPU, Microsoft Maia), 2) Leveraging advanced packaging (e.g., TSMC's SoW) to democratize wafer-scale-like integration, potentially eroding Cerebras's process advantage within a few years, and 3) Exploring optical interconnects for ultimate bandwidth. Commercially, Cerebras is transitioning from a hardware vendor to a service provider, facing the immense challenge of building high-power, specialized data centers to meet large contracts (e.g., 250MW/year from 2026–2028). In conclusion, the AI inference era presents a fundamental architectural trade-off. Cerebras opts for extreme physical optimization for low-latency, single-task performance, while Nvidia prioritizes versatility and massive cluster throughput. The path forward remains uncertain, with technology and business models still evolving in the race toward advanced AI.

marsbit54 хв тому

Crossing the 'Memory Wall': The Wafer-Level Revolution and Computing Power Routes in the AI Inference Era

marsbit54 хв тому

Has Bitcoin's 'Rebound Ended', Officially Entering the Late Bear Market Phase?

**Title: Has Bitcoin's Rebound Ended, Entering the Late Bear Market Phase?** **Summary:** Bitcoin's price has declined by 13% this week, signaling a potential return to late-stage bear market conditions. The price fell to around $67k, positioned between the Realized Price and Realized Cap Weighted Average. For the first time since early 2022, the Short-Term Holder cost basis has dropped below this key average, confirming a hallmark of late-cycle bear markets. Profitability metrics have collapsed sharply. The 7-day average of the Realized Profit/Loss ratio plummeted from a local high of 3.16 to 0.29, mirroring the February panic sell-off. Critically, the 90-day average never breached the threshold of 2, indicating the recent rally to $82k was a bear market bounce, not a structural shift. Realized losses surged to $1.35 billion daily, with $770 million coming from Long-Term Holders selling at a loss. This accelerating redistribution of supply from weak to strong hands is a necessary but ongoing process for a market bottom. The rally stalled almost precisely at the aggregate cost basis (~$83k) of US spot Bitcoin ETF investors, turning that level into strong resistance and leaving the average ETF holder underwater again. Spot market flows have turned decisively negative, showing sellers are dominating order books despite the price drop. While a significant futures long liquidation event cleared over $400 million in leverage, providing a potential reset, sustained spot demand is yet to materialize. Options markets continue to price in higher future volatility (Implied Volatility) than recent price action (Realized Volatility) has shown, with a persistent skew towards put options, indicating ongoing demand for downside protection. In conclusion, multiple metrics point to a fragile market structure. Resistance at the ETF cost basis, accelerating realized losses, dominant spot selling, and cautious options pricing all suggest the bear market trend persists. A sustainable recovery likely requires a resurgence of spot demand, ETF holders returning to profit, and a clear reduction in selling pressure.

marsbit54 хв тому

Has Bitcoin's 'Rebound Ended', Officially Entering the Late Bear Market Phase?

marsbit54 хв тому

TechFlow Intelligence Agency: Anthropic Calls for Global Pause in AI Development While Preparing for Trillion-Dollar IPO; SpaceX IPO Roadshow Heats Up, But S&P 500 Rejects Fast-Track Inclusion

In today's TechFlow Intelligence Briefing, several major tech stories highlight a growing theme of trust and credibility gaps across AI, crypto, and finance. AI company Anthropic has publicly called for a global pause in AI development, citing risks from Claude's "recursive self-improvement." Ironically, this coincides with reports the company is preparing for a massive IPO targeting a near $1 trillion valuation. This perceived hypocrisy, coupled with widespread user complaints about Claude's declining performance, is sparking debate over whether the safety warning is genuine or a competitive tactic. Meanwhile, in a substantive security move, Anthropic open-sourced a framework for AI-powered vulnerability discovery. In the crypto market, Bitcoin's price drop below $61,000 triggered over $1.16 billion in liquidations, flipping the market into a state where more BTC is held at a loss than at a profit, a historical bearish signal. On the corporate front, SpaceX's highly anticipated IPO is generating immense Wall Street excitement, with Goldman Sachs projecting 100x revenue growth by 2030. However, the S&P 500 has refused to fast-track the company's inclusion post-IPO, potentially limiting immediate institutional demand. Separately, ByteDance's AI app Doubao lost over 6 million monthly active users after introducing a subscription model, highlighting the challenges of AI monetization. Other notable developments include Nvidia certifying HBM4 memory from Samsung, SK Hynix, and Micron; Cloudflare's acquisition of front-end tooling company VoidZero; and its CEO warning that bot traffic now exceeds human traffic online. The underlying narrative connects these events: a trust crisis. From AI firms' contradictory actions and crypto volatility to the clash between SpaceX's hyped narrative and institutional rules, a pattern is emerging where stated intentions and actual practices are increasingly misaligned.

marsbit1 год тому

TechFlow Intelligence Agency: Anthropic Calls for Global Pause in AI Development While Preparing for Trillion-Dollar IPO; SpaceX IPO Roadshow Heats Up, But S&P 500 Rejects Fast-Track Inclusion

marsbit1 год тому

Торгівля

Спот
Ф'ючерси

Популярні статті

Як купити BILL

Ласкаво просимо до HTX.com! Ми зробили покупку Billions Network (BILL) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Billions Network (BILL).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Billions Network (BILL)Після придбання Billions Network (BILL) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Billions Network (BILL)Легко торгуйте Billions Network (BILL) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

309 переглядів усьогоОпубліковано 2026.05.07Оновлено 2026.06.02

Як купити BILL

Що таке ATWO

I. Вступ до проектуArena Two - це децентралізована інтерактивна платформа, яка дозволяє фанатам грати активну, токенізовану роль у результатах подій в реальному часі. На відміну від традиційних моделей трансляції, які зменшують фанатів до пасивних глядачів, Arena Two використовує технологію блокчейн, щоб дозволити фанатам безпосередньо голосувати в реальному часі та впливати на результати на полі.II. Інформація про токенНазва токена: ATWO(Arena Two)III. Пов'язані посиланняВебсайт:https://arenatwo.com/Експлорери:https://basescan.org/token/0x499D35eBE6cEe9B2Ac35Fd003fcBbeeB9CFc7B32Twitter:https://x.com/arenatwoXПримітка: Вступ до проекту взято з матеріалів, опублікованих або наданих офіційною командою проекту, які є лише для довідки і не є інвестиційною порадою. HTX не несе відповідальності за будь-які прямі або непрямі збитки, що виникають внаслідок цього.

260 переглядів усьогоОпубліковано 2026.05.18Оновлено 2026.06.02

Що таке ATWO

Як купити ATWO

Ласкаво просимо до HTX.com! Ми зробили покупку Arena Two (ATWO) простою та зручною. Дотримуйтесь нашої покрокової інструкції, щоб розпочати свою криптовалютну подорож.Крок 1: Створіть обліковий запис на HTXВикористовуйте свою електронну пошту або номер телефону, щоб зареєструвати обліковий запис на HTX безплатно. Пройдіть безпроблемну реєстрацію й отримайте доступ до всіх функцій.ЗареєструватисьКрок 2: Перейдіть до розділу Купити крипту і виберіть спосіб оплатиКредитна/дебетова картка: використовуйте вашу картку Visa або Mastercard, щоб миттєво купити Arena Two (ATWO).Баланс: використовуйте кошти з балансу вашого рахунку HTX для безперешкодної торгівлі.Треті особи: ми додали популярні способи оплати, такі як Google Pay та Apple Pay, щоб підвищити зручність.P2P: Торгуйте безпосередньо з іншими користувачами на HTX.Позабіржова торгівля (OTC): ми пропонуємо індивідуальні послуги та конкурентні обмінні курси для трейдерів.Крок 3: Зберігайте свої Arena Two (ATWO)Після придбання Arena Two (ATWO) збережіть його у своєму обліковому записі на HTX. Крім того, ви можете відправити його в інше місце за допомогою блокчейн-переказу або використовувати його для торгівлі іншими криптовалютами.Крок 4: Торгівля Arena Two (ATWO)Легко торгуйте Arena Two (ATWO) на спотовому ринку HTX. Просто увійдіть до свого облікового запису, виберіть торгову пару, укладайте угоди та спостерігайте за ними в режимі реального часу. Ми пропонуємо зручний досвід як для початківців, так і для досвідчених трейдерів.

202 переглядів усьогоОпубліковано 2026.05.18Оновлено 2026.06.02

Як купити ATWO

Обговорення

Ласкаво просимо до спільноти HTX. Тут ви можете бути в курсі останніх подій розвитку платформи та отримати доступ до професійної ринкової інформації. Нижче представлені думки користувачів щодо ціни A (A).

活动图片