Prompt Engineering Paper Accepted at ICML 2026 Sparks Heated Debate Among Netizens

marsbitОпубліковано о 2026-07-15Востаннє оновлено о 2026-07-15

Анотація

A paper on prompt engineering, titled "Verbalized Sampling (VS)," has been accepted by the prestigious machine learning conference ICML 2026, sparking significant debate online. The paper addresses the problem of "mode collapse" in large language models (LLMs), where models tend to produce repetitive, safe, and homogeneous outputs. Instead of proposing new training algorithms or model architectures, the authors introduce a simple yet effective prompt-based method. The core technique, Verbalized Sampling, instructs the model to generate multiple responses (e.g., five jokes) while also outputting a possible probability value for each. This prompt adjustment alone was shown to significantly increase output diversity by 1.6x to 2.1x in creative writing tasks, without compromising factual accuracy or safety. The authors argue that the root cause of mode collapse lies not in optimization algorithms but in the "typicality bias" present in human preference data used for alignment. Human annotators naturally favor familiar and fluent text, which steers models toward conservative outputs. The VS method aims to counteract this by leveraging the model's inherent pre-training distribution during inference. The paper's acceptance has led to polarized reactions. Critics argue that prompt engineering lacks the theoretical depth and algorithmic innovation expected from top-tier conferences like ICML, questioning its novelty, generalizability across models, and experimental scale. Some draw...

Prompt engineering can get a paper published in ICML these days???

Recently, a guy shared a paper just accepted by ICML 2026 on Reddit, and the post instantly went viral, with the number of comments skyrocketing.

However, everyone was left scratching their heads: Is this for real?

The authors didn't propose any new optimization algorithms or train any new large models. They simply did one thing—

Modified the Prompt.

The paper proposes a method called Verbalized Sampling (VS), which significantly enhances the diversity of large language model outputs and alleviates the long-standing issue of Mode Collapse in LLMs, solely by adjusting the prompt.

It sounds quite practical, but is it right for a mere prompt trick to get into a top-tier conference?

Let's take a look at the paper first before passing judgment.

A Highly Controversial ICML Paper

Have you ever felt that AI is becoming increasingly homogeneous?

Ask it ten times to "Tell me a joke," and the answers you get are often highly similar. This is not only true for creative tasks but also for Q&A, code generation...

This phenomenon is collectively referred to as mode collapse in academia.

Simply put, models increasingly prefer to output the highest probability, safest, and most classic answers, while rejecting alternative creative ideas.

In the past, to solve this model problem, most researchers would first think of adjusting sampling parameters, modifying decoding algorithms, retraining, etc. However, this paper takes a different approach: directly asking the model to output its own sampling process along with the answer.

For example, using the earlier joke-telling scenario, the authors would modify the prompt, requiring the model to:

Generate 5 jokes, while also assigning a possible probability value to each joke.

Then the model can produce more varied and less repetitive answers.

It sounds very simple, doesn't it? In fact, this is the core contribution of the paper—the Verbalized Probability Sampling method. No fine-tuning is needed; just by changing the way of asking, content diversity can be significantly improved.

In the paper, however, the authors provide a rigorous argumentation process for this.

First, they address the root cause of the model's uniformity.

Past academia attributed this problem to algorithmic aspects, such as insufficient reward models or improperly set KL penalty terms. This paper delves deeper, suggesting the real root lies in the preference data itself.

They propose a concept called prototypical bias. From a cognitive psychology perspective, human annotators naturally prefer familiar, fluent, conventional text, and instinctively give higher scores to stereotypical, mainstream answers.

Therefore, even if reward models and optimization algorithms are perfected, as long as the human preference data used for training inherently contains prototypical bias, post-alignment models will still suffer from mode collapse.

The authors tested this repeatedly on five preference datasets and different base models, and the conclusion remained consistent.

After realizing this, the authors argue that since the problem is rooted in the training data, one only needs to consider designing a prompt-based correction scheme during the inference stage. That is, by making the model output the complete probability distribution in the prompt, the model's inherent diverse output distribution from the pre-training phase can be awakened, restoring diversity.

The rest involved running experiments with this method in various scenarios. The results show that in creative writing tasks, diversity was 1.6~2.1 times that of ordinary prompts, without reducing factual accuracy or compromising model safety.

Furthermore, the stronger the model's capabilities and the larger the parameter count, the more pronounced the diversity improvement brought by VS.

So, while the final method presented in the paper is simple, ICML still passed it.

Reddit Users in a Heated Debate

Under the original post, however, opinions on this paper are polarized.

Many netizens expressed that in the past, ICML featured hardcore innovations like new models, new algorithms, and new theories. Merely optimizing prompts or inference processes doesn't qualify as serious machine learning research.

In comparison, the innovation of this work seems somewhat thin, and several issues exist:

First, similar instruction-writing methods are not unique; some even claimed they were writing prompts like this just yesterday. Second, the theory is difficult to verify because prompts might fail when models are changed, unlike algorithms which are more stable. Third, the experimental scale is limited, insufficient to prove this is a universal law.

Some netizens directly compared the current state of the machine learning field to the academic crisis in psychology over a decade ago.

Back then, many researchers had weak statistical foundations and misused statistical tools, leading to many papers with unreproducible conclusions and a severe trust crisis in the field. Similarly, the machine learning industry now heavily relies on empirical experiments and undervalues rigorous theoretical support.

The industry is internally competitive, chasing new methods, but there's a widespread atmosphere of excessive hyperparameter tuning and benchmark score chasing. Many so-called innovative algorithms offer little practical value compared to mature baseline models, being packaged as innovative achievements based on tiny metric improvements.

Essentially, these are issues in paper publishing caused by unclear professional standards following the rapid expansion of the discipline.

But supporters argue that scientific research is not about whose method is more complex. As long as the hypothesis is clear, experiments are sufficient, and results are stable and reproducible, it can still be excellent research.

For example, this paper thoroughly explains what mode collapse is and proposes that the real problem lies in prototypical bias—a viewpoint more important than the prompt itself.

One of the authors also replied in the comments, stating that while the paper appears simple, it actually involves a great deal of complex processing.

The entire work includes complete problem tracing, new theoretical attribution, mathematical derivation, and multi-dimensional quantitative experiments—it's not a shallow, trivial prompt-tuning effort.

Many also mentioned Chain-of-Thought (CoT). When CoT first appeared, it was essentially a one-line prompt:

Let’s think step by step.

But now, almost all reasoning methods can be traced back to CoT. This precisely indicates that prompt engineering is no longer just about writing prompts; it is becoming a new method for studying model behavior.

Over the past decade, machine learning research has almost revolved around training. But now, some usage techniques during the inference stage are gradually moving toward the core of machine learning research.

Perhaps in the coming years, we will see more and more papers like this. They don't add a single line of training code or an extra model parameter, yet they can still change the capability boundaries of large models.

Research Team Introduction

Finally, let's take a look at the research team.

This work was completed by Weiyan Shi's team at Northeastern University (USA) in collaboration with Stanford's Manning Lab and West Virginia University. Jiayi Zhang, Simon Yu, and Derek Chong are listed as co-first authors.

Jiayi Zhang completed her undergraduate studies at the University of Michigan, earning triple bachelor's degrees in Computer Science, Mathematics, and Linguistics. She then pursued a Master's in Computer Science at Northeastern University (USA).

Another paper of hers, "Analyzing the Role of Semantic Representations in the Era of Large Language Models," accepted by the NLP top conference NAACL 2024, also revolves around semantic representation and large models.

Simon Yu is currently pursuing a Ph.D. at Northeastern University (USA), with his main research direction focusing on alignment and reinforcement learning mechanisms in large models. He completed both his bachelor's and master's degrees at the University of Edinburgh and has published several top conference papers.

Besides this paper, another one of his papers, "Unsafer in Many Turns: Benchmarking and Defending Multi-Turn Safety Risks in Tool-Using Agents," was also accepted by ICML 2026.

Derek Chong earned his Master's from Stanford University and is currently a researcher at the Stanford Artificial Intelligence Laboratory. His research primarily focuses on large language models in NLP.

He previously had three years of experience as a founder-entrepreneur and worked at Ello as an Applied Scientist, participating in industry-end AI implementation R&D. He possesses both solid theoretical research skills and rich hands-on practical experience.

References:[1]https://www.reddit.com/r/MachineLearning/comments/1uv1xb3/promptengineering_paper_accepted_to_icml_r/

[2]https://www.linkedin.com/in/jiayizx/[3]https://simonucl.github.io/[4]https://www.linkedin.com/in/derekch/

This article is from the WeChat public account "Qubit" (量子位), author: Focus on Frontier Technology

Трендові криптовалюти

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

QWhat is the main contribution of the 'Verbalized Sampling' paper accepted at ICML 2026?

AThe main contribution is a method called 'Verbalized Sampling' (VS), which involves adjusting prompts to ask language models to output their sampling process (e.g., assign probabilities to multiple generated answers). This simple intervention significantly increases the diversity of LLM outputs and mitigates the 'mode collapse' problem without requiring model retraining or new algorithms.

QAccording to the paper, what is identified as the root cause of the mode collapse problem in LLMs?

AThe paper identifies the root cause as 'typicality bias' in the human preference data used for training. This cognitive bias leads human annotators to consistently favor familiar, fluent, and conventional text. Consequently, the reward models trained on this data steer aligned models towards safe, high-probability answers, causing mode collapse.

QWhat are some of the key criticisms from Reddit users regarding this paper's acceptance at ICML?

ACritics argue that the innovation is thin, noting similar prompt techniques are already in use and questioning the method's stability across different models. They also contend that the experimental scale is insufficient to prove a universal law and express concern that the field is drifting towards an over-reliance on empirical results and 'benchmark hacking' rather than rigorous theoretical contributions.

QHow do the paper's supporters defend its value and acceptance at a top-tier conference?

ASupporters argue that good research is defined by clear hypotheses, rigorous experimentation, and reproducible results, not just complexity. They highlight that the paper's core contribution is the novel theoretical insight into the cause of mode collapse (typicality bias). They also compare it to foundational techniques like Chain-of-Thought, suggesting prompt engineering is evolving into a legitimate method for studying model behavior.

QWhat was the observed impact of the Verbalized Sampling method on creative writing tasks?

AIn creative writing tasks, the Verbalized Sampling method increased output diversity by 1.6 to 2.1 times compared to standard prompting, without compromising factual accuracy or model safety. The effectiveness of the method was also shown to be more pronounced in larger, more capable models.

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

Weekly Editor's Picks (0725-0731)

Weekly Editor's Picks (0725-0731) provides a curated selection of deep analysis, filtering out market noise. Key themes from this week include: **Macro & Policy:** The Federal Reserve's upcoming meeting is marked by high uncertainty, balancing cooling inflation data against persistent price pressures. Meanwhile, the U.S. crypto regulatory Clarity Act faces critical political hurdles, with its 2026 passage probability seen as low. **Investing & Crypto:** Analysis suggests long-term crypto success depends on conviction through volatile cycles, focusing on assets like Bitcoin and core smart contract platforms. A trend noted is the increasing similarity between global equity markets (especially tech) and crypto, driven by narrative and leverage. Several major crypto protocols show strong revenue growth, but this isn't always translating to token price appreciation due to sell pressure and structural factors. **AI & Semiconductors:** Nvidia's rising credit default swap rates signal market concern over AI infrastructure financing risks. The storage sector experienced volatility as markets began pricing in potential 2027 oversupply. Despite a record profitable quarter, SK Hynix's results were deemed "below expectations," reflecting heightened investor demands for future growth visibility. **Markets & DeFi:** TradeXYZ demonstrated remarkable accuracy in pre-market pricing for a major A股 listing. The token ONDO saw gains, linked to its growing role in the on-chain tokenized stock ecosystem. **Ethereum:** Post-Pectra upgrade, a major structural shift is underway as Lido begins migrating millions of ETH to new validator architectures designed for capital efficiency. **Also Highlighted:** Butian's bullish stock market move; OpenAI's Altman promising major advances; Samsung and SK Hynix securing large AI chip deals; Apple reaching a $5T market cap; and ongoing discussions around exchange security following Poolin's bankruptcy case.

marsbit21 хв тому

Weekly Editor's Picks (0725-0731)

marsbit21 хв тому

Low Investment Isn't Apple's Immunity Pass

While Meta and Google face investor scrutiny over ballooning AI capital expenditures, Apple's minimal AI investment has paradoxically become a strength. Its market cap recently reclaimed the global top spot, surpassing $5 trillion. The irony is deep: Apple's own AI efforts have lagged, with "Apple Intelligence" delayed and core talent lost, forcing reliance on partners like Google Gemini and Alibaba's Qianwen. Its Q3 FY2026 (Q2 CY) earnings initially seemed stellar. Revenue hit $109.4B (up 16% YoY), with iPhone and Mac sales, growing 22% and 29% respectively, driving most of the growth. However, the stock fell over 8% post-earnings. The primary concern was a weaker Q4 revenue growth forecast of 9-11%, below expectations, due to looming supply chain constraints. Apple is feeling the indirect cost of the AI boom. Soaring memory and chip prices, fueled by massive data center investments from Microsoft, Amazon, and others, are forcing Apple to raise Mac and iPad prices significantly. The upcoming iPhone launch is also expected to see substantial price hikes. Despite avoiding heavy AI infrastructure spending—its capital expenditures are actually down 28%—Apple cannot escape the industry-wide supply and cost pressures. While Apple's operating cash flow remains robust, its substantial R&D spending (up 32% YoY) has yet to yield major AI breakthroughs. As Tim Cook prepares to step down as CEO, Apple faces a challenging transition: balancing its premium hardware success against the strategic and cost pressures of the AI era it has so far cautiously navigated.

marsbit1 год тому

Low Investment Isn't Apple's Immunity Pass

marsbit1 год тому

PA Graphics Explanation | One Chart to Understand the Major Web3 Events in August 2026

**PANews Crypto Calendar: Key Web3 Events in August 2026** PANews introduces its revamped crypto calendar, featuring comprehensive coverage, flexible filtering, and easy export options. The market in August will be shaped by multiple key events across macroeconomics, regulation, tokenomics, and project developments: * **Macro & Policy:** Key US economic data releases (July Non-Farm Payrolls, CPI), the Federal Reserve meeting minutes, and the Jackson Hole Economic Symposium will be in focus. On the regulatory front, the US Senate plans to release a new draft of the *CLARITY Act*, while the EU's expanded crypto ban against Belarus comes into effect. * **Token Unlocks:** Significant token unlocks are scheduled for assets including ENA, AVAX, CONX, ZRO, and KAITO, which may influence market volatility. * **Project Updates & Shutdowns:** Several services, including Exchange Art, Ctrl Wallet, Zapper, NFTfi, and Summer.fi, are set to cease operations or undergo major adjustments. Users are advised to manage their assets accordingly. * **Corporate Activity:** Q2 earnings reports from companies like SpaceX, Circle, and Nvidia are due. Unitree Robotics will initiate its IPO subscription on the STAR Market, and Moonshot AI plans to begin a Pre-IPO financing round. * **Industry Events:** Major conferences such as Bitcoin Asia 2026 and the 2026 Digital Expo will take place. The overarching market narrative for August will revolve around macroeconomic expectations, regulatory developments, token unlock schedules, and ongoing industry consolidation.

marsbit1 год тому

PA Graphics Explanation | One Chart to Understand the Major Web3 Events in August 2026

marsbit1 год тому

Wall Street's Most Famous 'Cassandra' Now Has His Sights Set on Nvidia

Michael Burry, the famed "Big Short" investor, has once again captured Wall Street's attention with a series of short positions against major tech and semiconductor stocks, most notably Nvidia. In late June and July, through his "Cassandra Unchained" newsletter, Burry disclosed short bets against Nvidia, Tesla, Applied Materials, Caterpillar, the SOXX semiconductor ETF, and later, Micron Technology. His core thesis revolves around potential distortions in the AI infrastructure boom, specifically questioning whether extended depreciation schedules (e.g., 6 years vs. a realistic 2-3 years for AI chips) by cloud giants like Microsoft and Google artificially inflate profits. He also raises concerns about possible "off-balance-sheet circular financing," where chip demand might be propped up by vendor-backed funding to clients. Nvidia's stock experienced volatility following these disclosures, briefly dipping but largely holding near Burry's reported entry points, leaving his positions roughly flat or slightly underwater as of late July. This move is part of a pattern for Burry, whose track record since his legendary 2008 bet is mixed. He has faced notable losses, such as on Tesla in 2021, while scoring on broader market turns like the 2020 pandemic crash. His methodology focuses intensely on free cash flow and scrutinizing original financial documents to spot overvaluation and structural risks, but it often struggles with timing the market. The article contrasts Burry's stance with other prominent investors. Steve Eisman, another "Big Short" figure, is not shorting Nvidia, citing strong fundamentals but expressing nervousness about sustainability. Jim Chanos agrees with the broad "accounting mismatch" concern—comparing it to the dot-com bubble—but targets financial leverage in private equity firms rather than the chip stocks themselves. While Nvidia's short interest remains relatively low at 1.3-1.4% of float, the massive stock size means absolute short losses have been significant, exceeding $5 billion earlier this year. The piece concludes that for ordinary investors, the key takeaway is not replicating specific short bets but learning from the critical frameworks these investors use: questioning rosy accounting, identifying structural vulnerabilities, and maintaining skepticism during market euphoria, even if pinpointing the exact catalyst for a downturn remains elusive.

marsbit1 год тому

Wall Street's Most Famous 'Cassandra' Now Has His Sights Set on Nvidia

marsbit1 год тому

Торгівля

Спот

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

Що таке G$

Розуміння GoodDollar ($G$): План для децентралізованого універсального базового доходу Вступ У постійно змінному ландшафті криптовалют та технології блокчейн ініціативи, що прагнуть вирішити нагальні соціальні проблеми, привертають все більше уваги. Одним із таких проектів є GoodDollar ($G$), рішення для універсального базового доходу (UBI) на базі Web3. GoodDollar намагається подолати нерівність і скоротити розрив у багатстві, створюючи та розподіляючи доступні економічні ресурси тим, хто найбільше цього потребує. Завдяки інноваційному використанню децентралізованих фінансів (DeFi) GoodDollar представляє унікальну модель, яка може суттєво змінити сприйняття та надання фінансової допомоги у всьому світі. Що таке GoodDollar ($G$)? GoodDollar - це криптовалютний протокол, який полегшує випуск і розподіл цифрових токенів, що називаються $G$, своїм зареєстрованим користувачам на щоденній основі. Ці токени функціонують як форма універсального базового доходу, сприяючи фінансовій підтримці людей з різних культур, особливо тих, хто традиційно виключений із фінансової системи. Функціонуючи на блокчейні, GoodDollar використовує кілька мереж, включаючи Ethereum, Celo та Fuse, забезпечуючи широкий доступ і зручність. Основною метою GoodDollar є зробити криптовалюту доступною та вигідною для всіх, незалежно від їх економічного старту. Творець GoodDollar ($G$) Деталі щодо творця GoodDollar залишаються дещо неясними. Однак варто зазначити, що проект має сильну підтримку від eToro, широко визнаної інвестиційної платформи, яка надала початкове фінансування та основну підтримку для розвитку GoodDollar. Візія проекту не є виключно прибутковою, а більше схиляється до соціального підприємництва, прагнучи до системних змін у економічній доступності. Інвестори GoodDollar ($G$) GoodDollar користується фінансовою підтримкою та оперативною підтримкою eToro. Це партнерство зіграло значну роль у запуску протоколу та його подальшому розвитку. Хоча eToro відігравала важливу роль у встановленні основ проекту, GoodDollar прагне перейти до моделі, що фінансується її спільнотою в довгостроковій перспективі. Цей перехід до фінансування спільнотою відповідає зобов'язанням GoodDollar щодо децентралізації, що дає можливість її користувачам мати прямий інтерес у майбутньому проекту. Як працює GoodDollar ($G$)? Операційна структура GoodDollar значною мірою базується на принципах DeFi для генерації процентів від застрахованих криптовалют. Цей механізм дозволяє проекту карбувати та розподіляти токени $G$ як цифровий базовий дохід для користувачів у всьому світі. Декілька ключових характеристик роблять GoodDollar унікальним і інноваційним: Універсальний базовий дохід (UBI): Щодня зареєстровані користувачі отримують безкоштовні токени, що встановлює автоматичний потік доходу, призначений для полегшення фінансового тиску. Стійка економічна модель: Токеноміка проекту націлена на балансування попиту та пропозиції токенів $G$, щоб забезпечити стабільність їхньої вартості з часом. Токени з резервами: Кожен токен $G$ забезпечується резервом криптовалют, що надає йому вбудовану цінність і надійність, що є критично важливим для підтримки довіри користувачів. Децентралізоване управління: GoodDollar впроваджує демократичний підхід до прийняття рішень через управління на основі токенів. Це дозволяє членам спільноти активно брати участь у формуванні траєкторії проекту, роблячи його дійсно орієнтованим на спільноту. Глобальна доступність: GoodDollar створив значний слід у спільноті, з понад 640 000 членами в 181 країні. Такий широкий охват є інструментом у полегшенні UBI на глобальному рівні. Хронологія GoodDollar ($G$) Еволюція GoodDollar позначена кількома значними етапами в його історії: 2019: Запуск гаманця GoodDollar став першим кроком до реалізації його бачення надання UBI через криптовалюту. 2020: Після успішного впровадження гаманця, протокол GoodDollar офіційно дебютував. Це ознаменувало критичну фазу в його місії надання щоденних розподільних доходів. 2021: Проект далі прогресував із запровадженням свого Децентралізованого автономного органу (DAO), що сприяло більшій залученості спільноти та управлінню. 2022: GoodDollar представив свою дружню до DeFi версію 2 (V2), прагнучи до підвищення залученості користувачів та ефективності роботи. Того ж року також відбувся перехід до децентралізованої структури управління через GoodDAO. 2022: Була концептуалізована нова дорожня карта, зосереджена на ініціативах, таких як грантова програма, спрямована на просування підприємницьких проектів, пов'язаних з $G$, і оновленого ринку GoodDollar. Ключові особливості GoodDollar ($G$) Проект GoodDollar вводить численні важливі особливості, спрямовані на переосмислення ландшафту базового доходу: Універсальний базовий дохід: Щоденна доставка безкоштовних токенів своїм користувачам основополагає його місію з усунення економічної нестабільності. Багатоканальна операція: Використання кількох блокчейн-мереж підвищує доступність і масштабованість, забезпечуючи ширшу участь. Взаємодія з децентралізованими фінансами: Використання DeFi дозволяє забезпечити сталість фінансування моделі UBI, зміцнюючи її життєздатність як економічного рішення. Залучення спільноти та управління: GoodDollar передбачає модель, в якій спільнота впливає на операції через демократичну участь, що сприяє прозорості та підзвітності. Глобальна спільнота: Наявність різноманітної глобальної спільноти дозволяє проекту реалізовувати рішення UBI, адаптовані до різних культурних та економічних контекстів. Висновок GoodDollar представляє собою трансформаційний крок до впровадження принципів універсального базового доходу через інноваційний погляд на технологію блокчейн. Використовуючи децентралізовані фінанси, проект не лише пропонує рішення для фінансової нерівності, але й активно залучає користувачів до його управління та операцій. Зростаюча спільнота та еволюційна дорожня карта роблять GoodDollar значущим гравцем на перетині криптовалюти та соціального добра, прокладаючи шлях до більш справедливого фінансового майбутнього. Як він продовжує еволюціонувати, шлях GoodDollar може в кінцевому підсумку надихнути інші ініціативи розглянути подібні моделі, просуваючи справу економічного розширення можливостей для всіх.

148 переглядів усьогоОпубліковано 2024.04.05Оновлено 2024.12.03

Що таке G$

Як купити G

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

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

Як купити G

Що таке @G

Graphite Network, $@G: Міст між традиційними фінансами та Web3 Вступ до Graphite Network, $@G У яскравому світі криптовалют та проектів web3 Graphite Network виступає як маяк інновацій. З його рідним токеном, $@G, цей блокчейн Layer-1, що працює на основі Proof-of-Authority (PoA), призначений для подолання розриву між традиційними фінансами (TradFi) та швидко розвиваючою екосистемою Web3. Оскільки цифрові валюти набирають популярності, Graphite Network прагне запропонувати блокчейн-платформу, яка пріоритетно ставить безпеку, відповідність та швидкість, представляючи себе як посередника довіри та підзвітності. Що таке Graphite Network, $@G? Graphite Network не просто ще один блокчейн-проект; він має на меті переосмислити, як децентралізація, безпека та підзвітність користувачів сприймаються у сфері цифрових фінансів. Проект має ряд відмінних характеристик: Блокчейн на основі репутації: У своїй основі Graphite Network реалізує політику один користувач, один рахунок, підкріплену інтегрованою перевіркою Know Your Customer (KYC) та механізмами оцінки. Цей дизайн забезпечує баланс між конфіденційністю користувачів та прозорістю — критично важливий аспект фінансових операцій у сучасному цифровому світі. Дохід від вузлів входу: Мережа стимулює користувачів налаштовувати вузли входу, що дозволяє операторам отримувати винагороди від транзакцій у мережі. Ця модель генерації доходу не лише підвищує залученість користувачів, але й зміцнює здоров'я мережі та децентралізацію. Сумісність з EVM: Завдяки віртуальній машині (VM), сумісній з Ethereum, Graphite Network забезпечує безшовну інтеграцію існуючих децентралізованих додатків (dApps) на Solidity та смарт-контрактів, запрошуючи розробників використовувати її можливості без значних модифікацій. Інтеграція KYC: В епоху, коли відповідність є надзвичайно важливою, інтегрована структура KYC з кількома рівнями перевірки підвищує контроль над фінансовими операціями без обов'язкової участі, встановлюючи прецедент для автономії користувачів. Хто є творцем Graphite Network, $@G? Graphite Network виник внаслідок зусиль Graphite Foundation, неприбуткової організації, що займається розвитком, підтримкою та еволюцією Graphite Network. Зобов'язання фонду підкреслює бачення проекту створити безпечне та стійке блокчейн-середовище, зосереджене на справжньому залученні користувачів та відповідності. Хто є інвесторами Graphite Network, $@G? На даний момент є обмежена інформація про конкретних інвесторів, які підтримують ініціативу Graphite Network. Засновницька організація, Graphite Foundation, функціонує незалежно, сприяючи зростанню проекту, одночасно шукаючи партнерства, які резонують з її баченням відповідальної та доступної блокчейн-платформи. Як працює Graphite Network, $@G? Операція Graphite Network ґрунтується на його унікальному механізмі консенсусу Proof-of-Authority, який досягає вражаючого балансу між високою пропускною здатністю та децентралізацією. Давайте розглянемо різні компоненти, які визначають його роботу: Транспортні вузли: Служачи вузлами входу, вони є критично важливими для екосистеми. Оператори можуть отримувати дохід від транзакцій, які проходять через мережу, що не лише надає можливості окремим користувачам, але й зміцнює децентралізацію мережі. Авторизовані вузли: У центрі Graphite Network знаходяться основні валідатори, які проходять суворі тести на відповідність, що включають надійну перевірку KYC разом з технічними оцінками. Цей рівень довіри є важливим для забезпечення високого рівня цілісності транзакцій у мережі. Система тікерів: Graphite Network використовує унікальну систему тікерів для своїх обгорнених токенів, позначених як @G. Ця функція підвищує ясність інтеграції активів, роблячи транзакції користувачів зрозумілими та простими. Інноваційний підхід Graphite Network відображає значний крок у вирішенні критичних питань цифрових фінансів, позиціонуючи себе вигідно для майбутнього, оскільки все більше користувачів переходять від традиційних форм фінансів до світу децентралізованих додатків. Хронологія Graphite Network, $@G Щоб зрозуміти прогрес і етапи Graphite Network, корисно переглянути ключові події в його хронології: 2021: Заснування Graphite Network Graphite Foundation знаменує початок нової ери в розвитку блокчейнів, зосереджуючись на відповідності та розширенні можливостей користувачів. Ключові події: Після запуску впровадження доходу від вузлів входу, встановлення моделі на основі репутації, інтегрована перевірка KYC та забезпечення сумісності з EVM представляють значні досягнення в проекті. Останні події: Постійний розвиток та зусилля Graphite Foundation зосереджені на покращенні функцій мережі, одночасно сприяючи зростанню екосистеми, демонструючи довгострокове зобов'язання до стійкості та інновацій. Додаткові ключові моменти Окрім своїх основних компонентів, Graphite Network охоплює кілька інструментів та функцій, які підвищують його зручність: Гаманець Graphite: Зручне розширення для Chrome, яке полегшує доступ до різних функцій та додатків мережі на сумісних з Ethereum ланцюгах, підвищуючи зручність для користувачів. Міст Graphite: Цей інструмент дозволяє безшовні передачі активів Graphite через різні мережі, сприяючи інтегрованій та взаємодійній екосистемі. Explorer Graphite: Служачи важливим інструментом у межах екосистеми, ця функція дозволяє користувачам переглядати та перевіряти вихідний код смарт-контрактів, відстежувати транзакції та досліджувати іншу важливу інформацію в реальному часі. Тестова мережа Graphite: Проект забезпечує надійне тестове середовище для розробників, дозволяючи їм забезпечити стабільність та масштабованість перед розгортанням у основній мережі. Ця ініціатива не лише надає можливості розробникам, але й підвищує надійність усієї мережі. Висновок Graphite Network з його рідним токеном $@G представляє значний крок до подолання розриву між традиційними фінансами та передовими блокчейн-технологіями. Зосереджуючись на безпеці, відповідності та децентралізації, ця інноваційна платформа готова очолити перехід у еру Web3. Оскільки залучення користувачів зростає, а все більше проектів використовують її можливості, Graphite Network має всі шанси зробити тривалі внески в швидко змінюваний цифровий ландшафт. На завершення, Graphite Network є свідченням того, що можна досягти, коли інноваційне мислення зустрічається з зростаючими вимогами сучасних фінансів та технологій. Оскільки світ досліджує потенціал децентралізованих фінансів, Graphite Network, безумовно, залишиться помітним гравцем у цій сфері.

41 переглядів усьогоОпубліковано 2025.01.06Оновлено 2025.01.06

Що таке @G

Обговорення

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

活动图片