#newt $NEWT This is the gap Newton Protocol is designed to close. Rather than relying solely on an AI agent's judgment, or introducing an off-chain server as a single point of failure, Newton allows developers to define a spending policy once — for example, a $5,000 daily limit restricted to a pre-approved list of payee addresses — and enforce it directly at the smart contract level. Every transaction the agent attempts is evaluated against that policy prior to settlement, with a cryptographic attestation confirming the check took place. This challenge extends well beyond AI agents. Stablecoin issuers face a comparable question: how can they guarantee that funds are only transferred to KYC-verified addresses, without depending on a centralized compliance server for every transaction? RWA platforms encounter the same issue when tokenizing assets that carry genuine regulatory obligations. In each case, the solution is consistent — embed the rule into the transaction path itself, so compliance is not a static policy document but enforceable code that automatically and verifiably permits or blocks execution. That is the common thread linking agent commerce, stablecoin payments, and RWA tokenization: none of these use cases can scale safely without enforcement occurring at the point of execution. @NewtonProtocol $NEWT #BinanceSquareFamily #HotTrends
Inside a Newton Transaction: What Actually Happens When a Policy Gets Checked
It's easy to describe Newton Protocol at a high level — "checks a rule before a transaction settles" — without ever explaining what that process actually looks like onchain. Since @NewtonProtocol 's Mainnet Beta is live, it's worth walking through the mechanics, because the design choices here are what make the "verifiable" part of verifiable authorization actually true rather than just a marketing line. Newton runs as an Actively Validated Service, sitting alongside smart contracts rather than replacing them. When a user or an autonomous agent initiates an onchain action, a small piece of code inside the target smart contract routes that request out to the Newton network instead of letting it execute blind. From there, a decentralized set of operators evaluates the transaction against a specific policy, written in Rego — a declarative policy language built for exactly this kind of rules-as-code evaluation, already used in cloud infrastructure and access control elsewhere. The evaluation itself happens inside Trusted Execution Environments, so the operator running the check can't see or alter the data being evaluated. Once a decision is made, the network produces a cryptographic attestation: a signed, verifiable receipt confirming the transaction met whatever conditions the policy specified. Anyone can independently confirm that receipt through the Newton Explorer, rather than taking Newton's word for it. That auditability is the actual innovation here — not the fact that a rule was enforced, but that the enforcement itself can be checked by a third party after the fact. Operators aren't running this for free or on trust either. Security comes from restaked collateral: operators stake NEWT and Ethereum-based restaked assets, giving them real economic skin in the game if they evaluate policies incorrectly or dishonestly. The next expansion of this system is the planned Automation Marketplace, powered by what's being called the Newton Model Registry. Instead of every builder writing policy logic from scratch, developers will be able to publish agent models — pre-built, verifiable automation logic — for others to discover and compose, or even orchestrate multiple agents together. Agent operators participating in the marketplace will need to stake NEWT as collateral to offer their services, with usage fees paid in NEWT as well, extending the token's role beyond just today's protocol service fees. Put together, the architecture is trying to solve a specific problem: how do you let AI agents and automated systems act onchain with real permissions, without either trusting a centralized operator or giving up auditability. Whether that holds up depends entirely on operator adoption and real transaction volume moving through the network — worth watching as the Marketplace and Keystore rollup roll out. #BinanceSquareFamily $NEWT
Protocolo Newton: O Modelo de Segurança por trás de "Compliance-as-Code"
O Mainnet Beta da Newton está no ar há pouco tempo e, até agora, a maior parte da atenção foi para o que a Newton faz — verifique uma política antes que uma transação seja confirmada. Menos discutido é como ela faz isso sem apenas virar mais um gatekeeper centralizado sentado na frente do DeFi. Essa pergunta importa, porque um motor de políticas que instituições, emissores de stablecoins e agentes de IA devem confiar precisa ser comprovadamente neutro, não apenas rápido. @NewtonProtocol é uma resposta de uma rede descentralizada de operadores, garantida por re-staking no Ethereum via EigenLayer, em vez de servidores de uma única empresa decidirem o que deve ser aprovado. Cada verificação de política é executada dentro de Ambientes de Execução Confiável (Trusted Execution Environments), uma computação isolada por hardware em que o próprio operador não consegue ver nem adulterar os dados que estão sendo avaliados. O resultado é uma prova criptográfica de que uma regra específica foi verificada corretamente, anexada à transação como um recibo verificável que qualquer pessoa pode auditar depois.
#newt $NEWT How does Newton Protocol actually decide whether a transaction goes through? It comes down to four moving parts working together. First, policies are written in Rego, a declarative language where the default is deny and specific conditions flip that to allow — a daily spend cap, a KYC check, a sanctions screen. Developers publish these policies to a shared registry, and the same policy can be reused across different protocols, so a stablecoin issuer's "KYC-verified addresses only" rule doesn't need to be rebuilt from scratch elsewhere. Second, when a transaction intent comes in, Newton's operator network — independent, incentivized nodes secured through EigenLayer restaking — fetches the task and runs the policy evaluation using verifiable oracles in real time. Third, this all happens inside trusted execution environments, so sensitive inputs like identity attributes can inform the decision without ever being written to a public ledger. Finally, every successful evaluation produces a cryptographic proof that the specific policy was satisfied at a specific time for a specific operation — an attestation anyone can check on Newton Explorer. Network consensus verifies the proofs, aggregates operator signatures, and returns an authorization receipt before the transaction settles. No single admin key, no centralized approver — just rules, oracles, and math. #NewtonProtocol $NEWT #BinanceSquareFamily
Newton Protocol's Mainnet Beta: Why "Authorization" Might Be the Missing Layer in DeFi
For years, DeFi has treated risk management as something that happens after the fact. A position gets too risky, a price moves too fast, and only then does a liquidation bot or a manual intervention step in. @NewtonProtocol is built around a different idea: check the rules before the transaction settles, not after. That's the core of what just went live with Newton's Mainnet Beta. Rather than another lending market or yield aggregator, Newton positions itself as an authorization layer — a policy engine that sits in front of onchain transactions the way a card network authorizes a payment before it clears. A transaction routes through Newton, gets evaluated against a programmable policy, and either proceeds with a cryptographic receipt attached or gets blocked. No human in the loop, no offchain trust assumption. The product anchoring this launch is Vaults: policy-gated structures where a curator defines the rules upfront using VaultKit, Newton's SDK for turning those rules into something actually enforceable onchain. A curator might specify that if a collateral asset's price crosses a threshold, or if a position's risk rating breaches a set level, the position gets blocked or unwound automatically — not by a discretionary call, but by a policy check baked into the transaction path itself. What makes this workable in practice is data quality, since a policy is only as reliable as the inputs it's reading. Newton's mainnet beta launched with RedStone supplying manipulation-resistant price and market data, and Credora supplying risk intelligence ratings. Newton's role is to compose those signals into a single enforceable decision at the moment a transaction is about to execute, then produce a verifiable, auditable receipt proving the check actually happened. This matters more than it sounds. A huge amount of "risk management" in DeFi today is really just monitoring — dashboards, alerts, bots watching for things to go wrong. Newton's bet is that pre-transaction enforcement is structurally different: it doesn't just flag a problem, it prevents the non-compliant transaction from settling at all. For curators, fund managers, and increasingly for AI agents acting onchain, that distinction between "we noticed" and "it couldn't happen" is the entire value proposition. $NEWT sits at the center of this as the network's utility token — used for transaction/service fees on the authorization layer and for staking that secures the operator network evaluating policies. As Vaults activity and agent-driven automation scale on Newton, usage of the network is what should, in theory, drive demand for the token's core functions, separate from short-term price action or unlock-driven supply dynamics that traders are watching this cycle. The broader thesis worth tracking: as AI agents take on more autonomous onchain activity, the question of "how do we constrain what an agent is allowed to do" becomes unavoidable. Newton's policy-as-code approach — write the rule once, have it enforced cryptographically every time — is a fairly direct answer to that problem, and the mainnet beta is the first real test of whether it works at scale beyond a single Recurring Buy agent. Worth watching closely as more data partners and policy types get added to the network. #BinanceSquare $NEWT
#newt $NEWT Newton Mainnet Beta is live, and it's bringing real verifiable compliance onchain. With the new VaultKit SDK, builders can now define programmable transaction policies — spend limits, collateral checks, counterparty rules — that get enforced before a transaction settles, not after. RedStone's verified price feeds now plug directly into Newton's policy enforcement layer, so risk-related conditions like collateral checks can reference live, tamper-proof market data instead of stale assumptions. This matters because Newton's policies use both onchain and offchain data to decide whether a transaction should be approved or blocked, with a decentralized operator network evaluating each policy inside Trusted Execution Environments and generating proofs anyone can verify via the Newton Explorer. That's compliance-as-code in practice, not just in theory. For an AVS built on EigenLayer focused on sanctions screening, fraud prevention, and risk management, having reliable price data baked into the policy layer at mainnet beta launch is a meaningful step toward production-grade compliance infrastructure for stablecoins, RWAs, and AI agents. Watching how the operator network and VaultKit adoption evolve from here. @NewtonProtocol $NEWT #BinanceSquareTalks #dyor
$BTC Perspectiva Técnica: Risco de Baixa se Intensifica Abaixo de 60.090 O Bitcoin pode perder mais US$ 500–800 a partir dos níveis atuais. A tendência de baixa permanece intacta enquanto 60.090 se mantiver como resistência. Resistência 🔴 R1: 60.090 🔴 R2: 60.840 🔴 R3: 61.290 Pivô: 60.090 Suporte 🟢 S1: 58.380 🟢 S2: 57.940 🟢 S3: 57.490 📊 A configuração continua negativa — o preço está sendo negociado abaixo da sua média móvel de 20 períodos (59.911) e da média móvel de 50 períodos (59.914), confirmando o momentum baixista de curto prazo. O fechamento acima de 60.090 invalidaria a tese de baixa e abriria caminho para 60.840 e 61.290. ⚠️ Não é aconselhamento financeiro; faça sua própria pesquisa.— #dyor . #BTC #bitcoin #TechnicalAnalysis #BinanceSquare
#opg $OPG The AI infrastructure race is accelerating, but one critical problem remains: trust. Billions of AI model calls power trading, finance, and autonomous agents every day, yet most provide no proof of which model was used or whether the output was altered. That's the problem @OpenGradient is solving. OpenGradient is a decentralized AI infrastructure network that enables cryptographically verifiable AI inference. Using its Hybrid AI Compute Architecture (HACA), it combines GPU inference, zkML proofs, Trusted Execution Environments (TEEs), and on-chain settlement via Base to make AI outputs transparent and verifiable. Beyond inference, the ecosystem includes the Model Hub, MemSync, x402 Protocol, BitQuant, and Confidential AI Chat, creating a complete stack for developers building AI-powered applications. $OPG powers the network through inference payments, staking, governance, model rewards, and premium platform access. As AI adoption grows, verifiable AI infrastructure will become increasingly important. @OpenGradient is building that foundation. Always DYOR. $OPG #AI #Web3 #blockchain #crypto
Ganhe até 500 USDT apenas completando tarefas simples. Acesse o link, conclua a tarefa e tente sua sorte. WIN Up to 500 usdt just by completing simple task. Go to link and complete task and try your luck.
Will $OPG reach 1$ by the end of 2026? Preço atual: ~$0.15–$0.17. Para chegar a US$ 1, é necessário um movimento de ~530%. É difícil, mas não é impossível. 🐻 Urso (35%): $0.08–$0.12 se a venda do airdrop continuar, o volume permanecer fraco e não surgirem catalisadores importantes. 📊 Base (45%): $0.20–$0.45. Os tokens da VC ficam bloqueados até 2027, @openGradient faz crescer seu ecossistema Base, e a demanda por inferência aumenta de forma constante. 🐂 Touro (20%): $0.70– 1.50 se a altseason chegar, a Coinbase listar OPG e a adoção de IA para inferência na cadeia acelerar. O principal não é o preço—é o volume de inferência. Se os desenvolvedores continuarem usando OPG em escala, o cenário de US$ 1 se torna realista. Observe a rede, não o ruído. #OpenGradient #BinanceSquareFamily #dyor
#opg $OPG Quando a a16z Crypto, a Coinbase Ventures e a SV Angel apoiam o mesmo projeto — e também apoiam Balaji Srinivasan, co-inventor da arquitetura Transformer, e Sandeep Nailwal, da Polygon — você presta atenção. Esse é o lineup de investidores por trás de @OpenGradient — $9,5M captados para construir a camada de infraestrutura onde IA e blockchain finalmente se convergem de forma sem confiança (trustless) e verificável. Isso não é hype de VC para um conceito. A mainnet já está no ar. Inferências estão sendo processadas. Provas estão sendo geradas. O time já entregou. $OPG foi lançado na Binance em maio de 2026 com os pares OPG/USDT e OPG/USDC — e o mercado notou. Apoiadores fortes. Produto real. Token em funcionamento. #opg vale a pena acompanhar. #Crypto #BinanceSquareTalks #Web3Investing
#opg $OPG A maioria dos projetos de "IA em blockchain" falha por um motivo: eles tentam forçar uma computação pesada em GPU através de validadores que nunca foram feitos para isso. Lenta, cara, quebrada. @OpenGradient projetou-se em torno desse problema desde o primeiro dia com HACA — a Arquitetura Híbrida de Computação em IA. Veja como funciona:
→ Nós de Inferência em GPU lidam com a execução pesada do modelo
→ Provas zkML verificam criptograficamente os resultados
→ TEEs (Ambientes de Execução Confiáveis) adicionam computação confidencial
→ A blockchain cuida da liquidação, pagamento e trilha de verificação É IA na velocidade de web2 com a confiança de web3. Isso não é pouca coisa — é o desbloqueio total. $OPG paga por cada inferência. Sem token, sem computação. Simples assim. #opg #OpenGradient #blockchains #zkml
#opg $OPG Aqui vai uma pergunta que ninguém no mundo cripto faz o suficiente: quando um agente de IA toma uma decisão onchain — executa uma trade, aciona uma liquidação, gerencia um vault — como você prova que o modelo certo rodou e que a saída não foi manipulada? Você não pode. Não com a infraestrutura de IA centralizada de hoje. @OpenGradient está resolvendo isso na raiz. Cada inferência na rede vem com uma prova criptográfica anexada — assim, o modelo, a entrada e a saída são todas verificáveis de forma independente. Chega de "confie em nós, a IA disse isso." Isso é como a IA responsável se parece. E $OPG é o token que faz cada chamada verificada acontecer. #OpenGreadient #DEFİ #AIxCrypto #Web3
#opg $OPG A maioria dos sistemas de IA são caixas pretas — você recebe uma resposta, mas nunca pode provar qual modelo foi utilizado, quais entradas recebeu ou se a saída foi alterada. Isso é um problema sério quando a IA está gerenciando dinheiro, executando trades ou alimentando dApps.
@OpenGradient está mudando o jogo. Construído do zero como a primeira blockchain projetada nativamente para inferência de IA verificável, ela anexa uma prova criptográfica a cada chamada de modelo — assim, desenvolvedores, usuários e instituições podem auditar decisões de IA em vez de confiar nelas cegamente.
Com mais de 2M de inferências verificáveis já processadas, uma Arquitetura Híbrida de Computação em IA (HACA) combinando nós de GPU, provas zkML e TEEs, e mais de 2.000 modelos de código aberto hospedados on-chain — isso não é mais um "jogo de narrativa de IA". É uma infraestrutura real.
$OPG alimenta tudo isso: pagamentos de inferência, staking, governança e acesso ao ecossistema — tudo ao vivo no TGE. Apoiado por a16z Crypto e Coinbase Ventures, a fundação é sólida como uma rocha.
A era da IA precisa de computação sem confiança. @OpenGradient está construindo exatamente isso.
$BTC O preço continua lutando na região de 64K. Um fechamento acima de 64K pode levar a uma nova tentativa em 67K, mas a menos que esse nível seja rompido, provavelmente teremos um retorno à região de 60K, impedindo uma tendência de alta saudável. Isso oferece lucros de curto prazo; um fechamento a longo prazo acima de 78K é necessário.#BinanceToOpenXLMSpotTrading #IranCutsCrudePrices