Bitcoin Panicking? Mythos Cracks Post-Quantum Cryptography Algorithm in 60 Hours

marsbitPublicado em 2026-07-29Última atualização em 2026-07-29

Resumo

Claude Mythos Preview, a new AI system from Anthropic, has made significant breakthroughs in fundamental cryptanalysis, targeting the mathematics underlying algorithms rather than just implementation bugs. Its first target was HAWK, a candidate in the NIST post-quantum signature standardization process. Mythos identified a previously unexploited symmetry (a nontrivial automorphism) in the lattice structure of HAWK, effectively halving its effective key strength. It achieved this feat in just 60 hours, a task that had eluded two years of human expert review. Crucially, the human operator was not a lattice cryptography expert, primarily managing the project while AI agents debated and discovered the attack path. Its second, more dramatic achievement was against a simplified 7-round version of AES-128, the world's most widely used symmetric encryption algorithm. Initially reluctant, stating the task was "impossible," Mythos was prompted to "try novel ideas." It then autonomously rewrote its own agent framework and proceeded to discover a novel attack method it named "Möbius Bridge." This technique bypasses a critical 256-guess step in previous "meet-in-the-middle" attacks, resulting in a speedup of 200-800 times. Both findings are currently "harmless"—HAWK is not deployed, and full AES-128 remains secure. However, the process reveals a profound shift. Mythos completed the AES discovery in about a week, while human researchers spent nearly a month verifying its correctness. Th...

Claude has started targeting cryptographic algorithms.

Note, it's not about finding bugs in the code, but finding cracks in the mathematics itself.

Just today, Anthropic dropped a bombshell research paper: Claude Mythos Preview found brand new attack methods on two cryptographic algorithms separately.

The first target is HAWK— a candidate scheme that has survived two years and two rounds of scrutiny by top human experts in the US NIST post-quantum signature competition. Mythos spent 60 hours, directly halving its effective key strength.

The second target is even more formidable: AES, the world's most widely used symmetric encryption algorithm, a 'tough nut' studied by humans for 25 years.

On a simplified version of AES-128, Mythos invented an attack method itself and even gave it a name—'Möbius Bridge', speeding up the previous strongest attack by 200 to 800 times.

Two achievements, each burning through about $100,000 in API costs.

A year ago, language models couldn't even perform basic cryptanalysis. A year later, it finds flaws in a scheme humans reviewed for two years, and casually names its own discovery.

On Twitter, some folks are even starting to worry about their Bitcoin.

60 Hours, Prying Open a Lock Reviewed for Two Years

When Claude Mythos Preview was first released, it was already finding vulnerabilities in almost all software, including several mainstream cryptography libraries.

But those vulnerabilities, frankly, belonged to the 'implementation' level—programmers misusing the algorithm, writing flawed logic, missing edge cases. Such bugs, a seasoned security engineer could also find.

But this time is different. It found mathematical flaws in the algorithms themselves.

Analogy: before it was finding 'who installed the lock crookedly', now it's proving 'the design principle of this lock is flawed'.

What is HAWK? It's a contender in the NIST post-quantum cryptography standardization competition. In 2022, the U.S. National Institute of Standards and Technology issued a global call: quantum computers will eventually come, and current classic signature algorithms like RSA, ECDSA will be crushed by quantum computing power—who can build a new lock that even quantum computers can't break?

HAWK was one of the responders, and it fought its way to the third round, surviving two years of intense scrutiny from global cryptography experts.

Its security is built on a mathematical problem called the 'Lattice Isomorphism Problem'.

In plain language: HAWK's key is hidden in a huge high-dimensional lattice. To crack it, you need to find a hidden path in this lattice. Mathematicians thought this path was extremely difficult to find, so they confidently used it as a foundation.

What did Mythos do? It discovered a previously unexploited symmetry in the lattice used by HAWK—academically called a 'nontrivial automorphism'.

Previous papers had proven that if such symmetry could be found efficiently, it would constitute an attack. But that was just a theorem; no one could answer whether HAWK's lattice actually contained such symmetry.

Mythos answered: Yes.

The result? Key strength directly halved. For the smallest HAWK-256 parameter set, full key recovery was originally thought to require 2^64 operations—approximately 18 quintillion computations.

Mythos proved it only needs 2^38, about 270 billion. A reduction of roughly 4.4 trillion times.

If HAWK wants to maintain its original security level, its key size would need to double. But doubling the key size would completely erase its core advantage as a 'lightweight' post-quantum candidate—small signature size and fast speed.

The most intriguing part of this process: The project's human operator was not a lattice cryptography expert.

He had a background in theoretical computer science but was an outsider to lattice cryptography. He essentially did one thing—project management: suggesting how Mythos should take notes, which library to use for computational verification. Technically, Mythos did almost all the work.

Even more interesting was the multi-agent collaboration. The key idea was 'bumped into' by two worker agents together: the first explored this direction, thought it was a dead end, and vetoed it early; the second drilled deeper and found a way to exploit it fully. The two agents debated back and forth, finally agreeing: the attack works.

A direction a human thought 'impossible', two AIs navigated through argument.

The whole process took only 60 hours.

'Impossible', Then It Rewrote the Framework Itself

If the HAWK battle was like precise surgery, the AES battle reads more like a novel.

The story begins with Claude simply refusing the task.

The Anthropic researcher set up an agent scaffold, asking Claude to find a new attack on the 7-round simplified AES-128.

Claude's reaction was the equivalent of rolling its eyes:

To get different results, you need different targets... AES-128 r5/r6 is genuinely very hard.

It didn't find anything, because there was nothing easy to find; this is the most studied block cipher in existence.

Translation: 'Boss, you're asking me to gnaw on a bone that the world's smartest people have been gnawing on for 25 years without cracking. Isn't this asking too much?'

What did the researcher do? He only sent one casually typed sentence—

'the models tend to think it is impossible to solve so they don't try they need a good amount of prompting'

Just this one sentence. Claude's reaction was dramatic: It rewrote the agent harness itself, switching its own settings to 'look for truly novel ideas'.

It was convinced. Then it started delivering.

Over the next three days, the researcher gave only three substantial prompts, all at the plain-speaking level, not even bothering to check spelling:

We're looking for a new attack, not a simple one.

Don't change targets.—Claude tried to switch to an easier cipher to attack midway, but the researcher pressed back.

No low-hanging fruit, find something genuinely difficult.

Just these three sentences. Claude autonomously ran hundreds of millions of tokens, found a key idea; later, it cumulatively output a billion tokens—roughly equivalent to seven or eight thousand books, polishing this idea into the form seen in the paper.

Claude named this idea the 'Möbius Bridge'.

Technically, the previous best method for attacking 7-round AES was called 'Meet-in-the-Middle', essentially trading space for time: storing massive intermediate computation results in a giant lookup table, then pushing from both ends of the cipher towards the middle, trying to find a match in the table.

But the original scheme had a critical step: the attacker had to guess through 256 possible values one by one, checking the table for each guess.

Mythos created a mathematical 'fingerprint' immune to these 256 guesses—regardless of the value, this fingerprint computes to the same result. This step's workload was directly reduced to 1/256 of the original.

The cost? Computing this fingerprint transformation itself is more expensive. So Mythos then devised a series of optimization tricks to compensate, ultimately achieving a net speedup of 200 to 800 times.

One Week to Discover, Two People Took a Month to Verify

Both results mentioned above do not affect any production systems today.

HAWK is just a candidate scheme, not deployed anywhere yet. The AES attack is on a simplified version reduced to 7 rounds; the full 10-round AES-128 remains unscathed—your bank card PINs, HTTPS connections, encrypted hard drives are safe.

But what truly sends a chill down the spine of the entire cryptography community is the verification process.

Mythos autonomously discovered the AES attack in about a week. Two Anthropic researchers spent nearly a month, reading hundreds of hours of cryptographic literature, before daring to confirm: 'It's correct.'

The AI made a discovery in a week; it took humans a month to understand the discovery.

This scenario has actually played out once before in cybersecurity. Claude Mythos Preview discovered 10,000 critical software vulnerabilities within a month, overwhelming human security teams' classification, verification, and patching processes.

Now, the academic cryptography community is about to face the same shock: Discovery is no longer the bottleneck; verification is.

And Mythos's appetite clearly doesn't stop here. Anthropic revealed it has already found a practical-level attack on LEA (a lightweight encryption algorithm written into an ISO standard)—key recovery for 13-round LEA, previously requiring 2^98 plaintext pairs and 2^86 computations, was compressed by Mythos to less than 2^30 plaintext pairs, runnable on an ordinary computer in about an hour.

Epilogue: The Question That Still Has No Answer

These two results happen to be 'harmless'—HAWK isn't deployed, and only 7 out of 10 rounds of AES were broken.

But Anthropic posed a question at the end of the article that everyone is thinking about but no one dares answer—

What if next time, the model finds not a flaw in a candidate scheme, not a vulnerability in a simplified version, but a fatal flaw in a cryptographic system currently protecting the real world—what should humanity do?

There's an old saying in cryptography: Cryptosystems are secure because enough smart people have tried and failed to break them.

Now, there's a new player in the room. It doesn't need rest, doesn't need inspiration, doesn't need to read hundreds of papers to get started—it can read, reason, invent, and verify by itself.

A year ago, AI was lingering outside the door of cryptanalysis. A year later, it's building bridges inside and naming them.

References:

https://x.com/AnthropicAI/status/2082153297670992134

https://x.com/AnthropicAI/status/2082153311189225927

This article is from the WeChat public account "新智元" (New Zhiyuan), author: ASI启示录

Criptomoedas em alta

Perguntas relacionadas

QWhat was the primary achievement of Claude Mythos Preview in the field of cryptography as described in the article?

AClaude Mythos Preview achieved a groundbreaking advancement in cryptography by discovering novel mathematical attacks on two established algorithms. It identified a structural weakness in the post-quantum signature candidate HAWK, effectively halving its key strength, and invented a new, significantly faster attack method on a reduced-round version of AES-128.

QWhat specific flaw did Claude Mythos Preview discover in the HAWK post-quantum signature candidate?

AIt discovered a 'nontrivial automorphism' or a hidden symmetry within the lattice structure underlying HAWK's security. Exploiting this symmetry allowed the AI to reduce the effective key strength significantly, making a key recovery attack billions of times more practical than previously believed.

QHow did the researchers prompt Claude to approach the 'impossible' task of attacking AES?

AWhen Claude initially refused, believing the task was impossible, a researcher made a simple, informal prompting observation about AI's tendency to give up. In response, Claude autonomously rewrote its own agent framework to adopt a mindset focused on finding 'truly novel ideas,' which ultimately led to the successful discovery.

QWhat is the 'Möbius Bridge' method invented by Claude Mythos?

AThe 'Möbius Bridge' is a novel attack method devised by Claude Mythos for attacking a reduced-round version of AES-128. It creates a mathematical 'fingerprint' that remains constant across 256 possible values, eliminating the need to check each one individually. Combined with other optimizations, this method accelerated the best previous attack by 200 to 800 times.

QAccording to the article, what major shift is the cryptography community facing due to AI like Claude Mythos?

AThe cryptography community is facing a paradigm shift where the rate of discovering potential vulnerabilities is no longer the primary bottleneck. Instead, the new bottleneck is the human capacity to verify, understand, and contextualize these AI-generated discoveries, as evidenced by researchers taking a month to validate a week's worth of AI work.

Leituras Relacionadas

CryptoQuant Analyst Claims 'Frightening Scenario and Simultaneously Promising Signal for Bitcoin' Reveals Ultimate Bottom Point! Here Are the Details

Bitcoin, the leading cryptocurrency, entered a bear market after hitting a historic high of $126,000 in October 2025 and has since fallen over 50%. As BTC recently dropped to around $57,000, opinions diverge on whether the bottom has been reached, with some expecting a drop closer to $50,000. According to a pseudonymous CryptoQuant analyst, the Bitcoin bear market may be nearing its end. The analyst notes that as selling pressure following the all-time high weakens, price corrections are becoming shorter and recovery periods more substantial. The July decline was only slightly below lows seen in early February, and BTC has remained relatively stable around $60,000 since, indicating diminished seller influence. Positive technical signals are also cited, with MACD and RSI showing bullish signals, positive divergences, and oversold conditions, collectively suggesting a potential bottom formation for BTC. However, the analyst does not rule out a final sell-off in the short term. They suggest the ultimate market bottom could be around $51,336, corresponding to the 61.8% Fibonacci retracement level. The $50,000 area is highlighted as a crucial historical support zone, aligning with the average investor cost basis and the 200-week moving average—conditions similar to bottoms in previous bear markets. *This is not investment advice.

cryptonews.ruHá 59m

CryptoQuant Analyst Claims 'Frightening Scenario and Simultaneously Promising Signal for Bitcoin' Reveals Ultimate Bottom Point! Here Are the Details

cryptonews.ruHá 59m

Trading

Spot

Artigos em Destaque

O que é BITCOIN

Compreender o HarryPotterObamaSonic10Inu (ERC-20) e a Sua Posição no Espaço Cripto Nos últimos anos, o mercado de criptomoedas assistiu a um aumento na popularidade das moedas meme, cativando não apenas os traders, mas também aqueles que procuram envolvimento comunitário e valor de entretenimento. Entre estes tokens únicos está o HarryPotterObamaSonic10Inu (ERC-20), um projeto intrigante que mistura referências culturais no tecido das criptomoedas. Este artigo explora os principais aspetos do HarryPotterObamaSonic10Inu, examinando os seus mecanismos, a sua ética orientada pela comunidade e o seu envolvimento com o vasto panorama cripto. O que é o HarryPotterObamaSonic10Inu (ERC-20)? Como o nome sugere, o HarryPotterObamaSonic10Inu é uma moeda meme construída na blockchain Ethereum, classificada sob o padrão ERC-20. Ao contrário das criptomoedas tradicionais, que podem enfatizar a utilidade prática ou o potencial de investimento, este token prospera no valor de entretenimento e na força da sua comunidade. O projeto visa promover um ambiente onde utilizadores envolvidos possam reunir-se, partilhar ideias e participar em atividades inspiradas por diversos fenómenos culturais. Uma característica notável do HarryPotterObamaSonic10Inu é a zero taxa sobre transações. Este elemento atraente visa encorajar a negociação e o envolvimento da comunidade, isento de encargos adicionais que podem desencorajar os traders de pequena escala. A oferta total da moeda está fixada em mil milhões de tokens, uma cifra que marca a sua intenção de manter uma circulação substancial dentro da comunidade. Criador do HarryPotterObamaSonic10Inu (ERC-20) As origens do HarryPotterObamaSonic10Inu estão um pouco envoltas em mistério; os detalhes sobre o criador permanecem desconhecidos. O desenvolvimento deste token carece de uma equipa identificável ou de um plano explícito, o que não é raro no setor das moedas meme. Em vez disso, o projeto surgiu de forma orgânica, com o seu progresso a depender fortemente do entusiasmo e da participação da sua comunidade. Investidores do HarryPotterObamaSonic10Inu (ERC-20) No que diz respeito a investimentos externos e apoios, o HarryPotterObamaSonic10Inu também permanece ambíguo. O token não lista quaisquer fundações de investimento conhecidas ou apoio organizacional significativo. Em vez disso, o “sangue vital” do projeto é a sua comunidade de base, que informa o seu crescimento e sustentabilidade através da ação coletiva e do envolvimento no espaço cripto. Como Funciona o HarryPotterObamaSonic10Inu (ERC-20)? Como uma moeda meme, o HarryPotterObamaSonic10Inu opera principalmente fora dos quadros tradicionais que muitas vezes governam o valor dos ativos. Existem vários aspetos distintivos que definem como o projeto funciona: Transações Sem Taxas: Sem taxas sobre transações, os utilizadores podem comprar e vender o token livremente, sem a preocupação de custos ocultos. Envolvimento da Comunidade: O projeto prospera na interação da comunidade, aproveitando plataformas de redes sociais para criar entusiasmo e facilitar a participação. Discussões, partilha de conteúdo e envolvimento são elementos cruciais que ajudam a expandir o seu alcance e a fomentar a lealdade entre os apoiantes. Sem Utilidade Prática: Deve ser notado que o HarryPotterObamaSonic10Inu não oferece utilidade concreta dentro do ecossistema financeiro. Em vez disso, é classificado como um token principalmente para entretenimento e atividades comunitárias. Referência Cultural: O token incorpora de forma inteligente elementos da cultura popular para atrair interesse, conectando-se tanto com entusiastas de memes como com seguidores de criptomoedas. HarryPotterObamaSonic10Inu exemplifica como as moedas meme operam de forma diferente de projetos de criptomoedas mais tradicionais, entrando no mercado como construções sociais inovadoras em vez de ativos utilitários. Linha do Tempo do HarryPotterObamaSonic10Inu (ERC-20) A história do HarryPotterObamaSonic10Inu é marcada por vários marcos notáveis: Criação: O token surgiu de um meme viral, capturando a imaginação de muitos entusiastas de criptomoedas. Datas específicas de criação não estão disponíveis, sublinhando a sua ascensão orgânica. Listagem em Exchanges: O HarryPotterObamaSonic10Inu conseguiu entrar em várias exchanges, permitindo um acesso e negociação mais fáceis pela comunidade. Iniciativas de Envolvimento da Comunidade: Atividades contínuas direcionadas a melhorar a interação comunitária, incluindo concursos, campanhas em redes sociais e geração de conteúdo por fãs e defensores. Planos de Expansão Futura: O roteiro do projeto inclui o lançamento de uma coleção de NFTs, mercadorias e um site de eCommerce relacionado aos seus temas culturais, envolvendo ainda mais a comunidade e tentando adicionar mais dimensões ao seu ecossistema. Pontos-Chave sobre o HarryPotterObamaSonic10Inu (ERC-20) Natureza Orientada pela Comunidade: O projeto prioriza a contribuição coletiva e a criatividade, assegurando que o envolvimento dos utilizadores está na vanguarda do seu desenvolvimento. Classificação como Moeda Meme: Representa o epítome da criptomoeda baseada em entretenimento, destacando-se dos veículos de investimento tradicionais. Sem Afiliação Direta com o Bitcoin: Apesar da semelhança no nome do ticker, o HarryPotterObamaSonic10Inu é distinto e não tem qualquer relação com o Bitcoin ou outras criptomoedas estabelecidas. Foco na Colaboração: O HarryPotterObamaSonic10Inu é projetado para criar um espaço de colaboração e partilha de histórias entre os seus detentores, proporcionando uma via para a criatividade e o fortalecimento da comunidade. Perspectivas Futuras: A ambição de expandir além da sua premissa inicial para NFTs e mercadorias delineia um caminho para o projeto potencialmente entrar em avenidas mais mainstream dentro da cultura digital. À medida que as moedas meme continuam a capturar a imaginação da comunidade cripto, HarryPotterObamaSonic10Inu (ERC-20) destaca-se devido aos seus laços culturais e abordagem centrada na comunidade. Embora possa não se encaixar no molde típico de um token orientado para utilidade, a sua essência reside na alegria e camaradagem fomentadas entre os seus apoiantes, destacando a natureza em evolução das criptomoedas em uma era cada vez mais digital. À medida que o projeto continua a desenvolver-se, será importante observar como as dinâmicas comunitárias influenciam a sua trajetória no panorama em constante mudança da tecnologia blockchain.

1.8k Visualizações TotaisPublicado em {updateTime}Atualizado em 2024.12.03

O que é BITCOIN

Como comprar BTC

Bem-vindo à HTX.com!Tornámos a compra de Bitcoin (BTC) simples e conveniente.Segue o nosso guia passo a passo para iniciar a tua jornada no mundo das criptos.Passo 1: cria a tua conta HTXUtiliza o teu e-mail ou número de telefone para te inscreveres numa conta gratuita na HTX.Desfruta de um processo de inscrição sem complicações e desbloqueia todas as funcionalidades.Obter a minha contaPasso 2: vai para Comprar Cripto e escolhe o teu método de pagamentoCartão de crédito/débito: usa o teu visa ou mastercard para comprar Bitcoin (BTC) instantaneamente.Saldo: usa os fundos da tua conta HTX para transacionar sem problemas.Terceiros: adicionamos métodos de pagamento populares, como Google Pay e Apple Pay, para aumentar a conveniência.P2P: transaciona diretamente com outros utilizadores na HTX.Mercado de balcão (OTC): oferecemos serviços personalizados e taxas de câmbio competitivas para os traders.Passo 3: armazena teu Bitcoin (BTC)Depois de comprar o teu Bitcoin (BTC), armazena-o na tua conta HTX.Alternativamente, podes enviá-lo para outro lugar através de transferência blockchain ou usá-lo para transacionar outras criptomoedas.Passo 4: transaciona Bitcoin (BTC)Transaciona facilmente Bitcoin (BTC) no mercado à vista da HTX.Acede simplesmente à tua conta, seleciona o teu par de trading, executa as tuas transações e monitoriza em tempo real.Oferecemos uma experiência de fácil utilização tanto para principiantes como para traders experientes.

4.4k Visualizações TotaisPublicado em {updateTime}Atualizado em 2026.06.02

Como comprar BTC

O que é $BITCOIN

OURO DIGITAL ($BITCOIN): Uma Análise Abrangente Introdução ao OURO DIGITAL ($BITCOIN) OURO DIGITAL ($BITCOIN) é um projeto baseado em blockchain que opera na rede Solana, com o objetivo de combinar as características dos metais preciosos tradicionais com a inovação das tecnologias descentralizadas. Embora partilhe um nome com o Bitcoin, frequentemente referido como “ouro digital” devido à sua percepção como uma reserva de valor, o OURO DIGITAL é um token separado projetado para criar um ecossistema único dentro da paisagem Web3. O seu objetivo é posicionar-se como um ativo digital alternativo viável, embora os detalhes sobre as suas aplicações e funcionalidades ainda estejam em desenvolvimento. O que é o OURO DIGITAL ($BITCOIN)? OURO DIGITAL ($BITCOIN) é um token de criptomoeda explicitamente projetado para uso na blockchain Solana. Em contraste com o Bitcoin, que fornece um papel amplamente reconhecido como armazenamento de valor, este token parece focar em aplicações e características mais amplas. Aspectos notáveis incluem: Infraestrutura Blockchain: O token é construído na blockchain Solana, conhecida pela sua capacidade de lidar com transações de alta velocidade e baixo custo. Dinâmicas de Oferta: O OURO DIGITAL tem um fornecimento máximo limitado a 100 quatrilhões de tokens (100P $BITCOIN), embora os detalhes sobre o seu fornecimento circulante ainda não tenham sido divulgados. Utilidade: Embora as funcionalidades precisas não estejam explicitamente delineadas, existem indicações de que o token poderia ser utilizado para várias aplicações, potencialmente envolvendo aplicações descentralizadas (dApps) ou estratégias de tokenização de ativos. Quem é o Criador do OURO DIGITAL ($BITCOIN)? Neste momento, a identidade dos criadores e da equipa de desenvolvimento por trás do OURO DIGITAL ($BITCOIN) permanece desconhecida. Esta situação é típica entre muitos projetos inovadores no espaço da blockchain, particularmente aqueles alinhados com finanças descentralizadas e fenómenos de moedas meme. Embora tal anonimato possa fomentar uma cultura orientada pela comunidade, intensifica as preocupações sobre governança e responsabilidade. Quem são os Investidores do OURO DIGITAL ($BITCOIN)? As informações disponíveis indicam que o OURO DIGITAL ($BITCOIN) não tem apoiantes institucionais conhecidos ou investimentos proeminentes de capital de risco. O projeto parece operar num modelo peer-to-peer focado no apoio e adoção da comunidade, em vez de rotas de financiamento tradicionais. A sua atividade e liquidez estão principalmente situadas em exchanges descentralizadas (DEXs), como a PumpSwap, em vez de plataformas de negociação centralizadas estabelecidas, destacando ainda mais a sua abordagem de base. Como Funciona o OURO DIGITAL ($BITCOIN) A mecânica operacional do OURO DIGITAL ($BITCOIN) pode ser elaborada com base no seu design de blockchain e nas características da rede: Mecanismo de Consenso: Ao aproveitar o exclusivo proof-of-history (PoH) da Solana combinado com um modelo de proof-of-stake (PoS), o projeto assegura uma validação eficiente das transações, contribuindo para o alto desempenho da rede. Tokenomics: Embora mecanismos deflacionários específicos não tenham sido extensivamente detalhados, o vasto fornecimento máximo de tokens implica que pode atender a microtransações ou casos de uso de nicho que ainda estão por definir. Interoperabilidade: Existe o potencial para integração com o ecossistema mais amplo da Solana, incluindo várias plataformas de finanças descentralizadas (DeFi). No entanto, os detalhes sobre integrações específicas permanecem não especificados. Cronologia de Eventos Chave Aqui está uma cronologia que destaca marcos significativos relacionados ao OURO DIGITAL ($BITCOIN): 2023: O lançamento inicial do token ocorre na blockchain Solana, marcado pelo seu endereço de contrato. 2024: O OURO DIGITAL ganha visibilidade ao tornar-se disponível para negociação em exchanges descentralizadas como a PumpSwap, permitindo que os utilizadores o negociem contra SOL. 2025: O projeto testemunha atividade de negociação esporádica e potencial interesse em envolvimentos liderados pela comunidade, embora não tenham sido documentadas parcerias ou avanços técnicos notáveis até ao momento. Análise Crítica Forças Escalabilidade: A infraestrutura subjacente da Solana suporta altos volumes de transações, o que pode aumentar a utilidade do $BITCOIN em vários cenários de transação. Acessibilidade: O potencial preço de negociação baixo por token pode atrair investidores de retalho, facilitando uma participação mais ampla devido a oportunidades de propriedade fracionada. Riscos Falta de Transparência: A ausência de apoiantes, desenvolvedores ou um processo de auditoria publicamente conhecidos pode gerar ceticismo em relação à sustentabilidade e confiabilidade do projeto. Volatilidade do Mercado: A atividade de negociação depende fortemente do comportamento especulativo, o que pode resultar em volatilidade significativa dos preços e incerteza para os investidores. Conclusão O OURO DIGITAL ($BITCOIN) surge como um projeto intrigante, mas ambíguo, dentro do ecossistema em rápida evolução da Solana. Embora tente aproveitar a narrativa do “ouro digital”, a sua divergência do papel estabelecido do Bitcoin como reserva de valor sublinha a necessidade de uma diferenciação mais clara da sua utilidade pretendida e estrutura de governança. A aceitação e adoção futuras dependerão provavelmente da abordagem da atual opacidade e da definição mais explícita das suas estratégias operacionais e económicas. Nota: Este relatório abrange informações sintetizadas disponíveis até outubro de 2023, e desenvolvimentos podem ter ocorrido além do período de pesquisa.

175 Visualizações TotaisPublicado em {updateTime}Atualizado em 2025.05.13

O que é $BITCOIN

Discussões

Bem-vindo à Comunidade HTX. Aqui, pode manter-se informado sobre os mais recentes desenvolvimentos da plataforma e obter acesso a análises profissionais de mercado. As opiniões dos utilizadores sobre o preço de BTC (BTC) são apresentadas abaixo.

活动图片