Binance Square
Crypto-First21
13.4k Publicaciones

Crypto-First21

Verificado Plus de Binance Square
x : crypto_first21
Traders de alta frecuencia
2.7 año(s)
342 Siguiendo
87.5K+ Seguidores
71.4K+ Me gusta
Publicaciones
PINNED
·
--
Verificado
Artículo
Why Newton Doesn't Need Governance to Resolve DisputesThe more decentralized systems I study, the more one question keeps resurfacing: What happens when the network reaches the wrong conclusion? Most protocols eventually fall back on governance. A multisig intervenes. Token holders vote. A committee decides which outcome is "correct." The system may operate without trusted intermediaries most of the time, but when correctness is disputed, humans often become the final authority. I've always found that unsatisfying. If correctness ultimately depends on trusted people making the right decision, then trust hasn't disappeared, it has simply moved to another layer. While reading Newton Protocol's architecture, the component that captured my attention wasn't the authorization engine itself. It was the dispute mechanism, because it approaches the problem from an entirely different direction. Instead of asking who should decide, Newton asks what can be proven. Newton Protocol is an authorization layer for onchain transactions. Before a transfer, swap, mint, vault operation, or other protected action is executed, a decentralized network of operators evaluates the transaction against programmable policies written in Rego. Those operators collectively produce a BLS aggregate signature, creating a single cryptographic attestation that smart contracts can verify before accepting the authorization result. Under normal conditions, the workflow is simple. Operators evaluate the policy, agree on the outcome, sign the result, and the authorization proceeds according to the protocol's rules. The interesting part begins when that result is challenged. Rather than assuming operator consensus guarantees correctness, Newton introduces a dispute window during which an attestation can be independently contested before it is treated as final. This creates an opportunity for the network to verify the computation itself instead of assuming the majority must be right. Participation is permissionless. A challenger does not need to be an operator. It could be an independent researcher, a compliance firm, an automated monitoring service, or anyone capable of reproducing the same policy evaluation. Imagine a DAO treasury whose policy states that transfers above a predefined threshold require three approvals. Suppose operators mistakenly produce an authorization indicating the transaction satisfies the policy when, in reality, only two approvals exist. Rather than appealing to governance, a challenger evaluates the exact same Rego policy using the exact same inputs. If the computed result differs from the operators' attestation, the challenger generates a zero-knowledge proof demonstrating what the correct policy evaluation should have produced. At that point, the smart contract does not judge intent or reputation. It verifies only objective facts: Is the zero knowledge proof cryptographically valid? Does the proven output differ from the previously attested output? If both conditions are satisfied, the incorrect attestation can be invalidated according to the protocol's dispute rules, and operators responsible for the incorrect authorization become subject to EigenLayer's slashing mechanism. No committee debates the evidence. No governance vote determines the outcome. The computation itself becomes the evidence. What makes this architecture particularly interesting is how Newton generates those proofs. Instead of building custom zero knowledge circuits for every individual policy, Newton compiles its Rego policy engine into a RISC-V executable that runs inside a general-purpose zero knowledge virtual machine such as SP1 or RISC0. The proof demonstrates that a specific policy, identified by its immutable IPFS content address, received a specific set of inputs and deterministically produced a specific output. That design choice has an important consequence. Policy authors never need to understand zero knowledge cryptography. A compliance engineer writes ordinary Rego policies using familiar tooling, while the proving infrastructure operates transparently beneath the application layer. Any deterministic Rego policy can therefore be verified without designing bespoke proving circuits for each new rule. I think this is one of Newton's most elegant architectural decisions because it separates policy development from proof generation. The motivation becomes clearer when compared with governance based dispute resolution. A governance process inevitably introduces additional trust assumptions. Token holders must vote honestly. Committees must remain impartial. Emergency decisions must arrive quickly enough to prevent harm. Every additional human decision point becomes another place where correctness depends on social coordination instead of objective verification. Newton narrows those assumptions considerably. Because Rego is deterministic and free from side effects, identical policies evaluated against identical inputs always produce identical outputs. Deterministic computation enables independent reproduction. Independent reproduction enables zero knowledge proofs. Zero-knowledge proofs enable objective dispute resolution. The chain of trust ultimately terminates in mathematics rather than collective opinion. Every security model, however, has boundaries, and Newton's are worth understanding. The dispute mechanism protects computation integrity. If operators incorrectly evaluate a policy, anyone can independently reproduce that computation, prove the discrepancy, invalidate the incorrect result, and impose an economic penalty through slashing. What it does not guarantee is data integrity. Imagine every operator receives the same outdated sanctions list or a manipulated oracle price. Each operator could execute the policy perfectly and still reach the wrong real world conclusion because the underlying data was already incorrect. A zero-knowledge proof would simply confirm that everyone computed the wrong dataset correctly. That distinction is fundamental. Computation integrity asks: "Was the policy executed correctly?" Data integrity asks: "Was the policy given trustworthy information?" Those are separate security problems. Newton addresses the first through deterministic execution and cryptographic proofs, while data integrity relies on external data providers, sandboxed WASM integrations, and broader infrastructure beyond the dispute mechanism itself. I also appreciate that the architecture does not pretend to eliminate every trust assumption. For example, protocol parameters governing the dispute process are still established through governance. Likewise, generating proofs for arbitrary Rego execution remains computationally demanding, which means practical participation as a challenger may naturally concentrate among organizations with sufficient proving infrastructure, even though participation is permissionless by design. Recognizing those limitations makes the architecture more credible, not less. What I find most thoughtful is Newton's separation between attestation and authorization. Many systems implicitly treat validator signatures as immediate finality. Newton instead creates space for independent verification before an authorization result becomes economically meaningful. That additional verification layer gives decentralized systems an opportunity to correct mistakes before irreversible consequences occur. To me, that is one of the protocol's most underrated design decisions. The broader lesson extends beyond Newton itself. As decentralized finance becomes increasingly programmable, the question is no longer simply whether networks can reach consensus. The harder question is whether anyone can independently verify that the consensus was actually correct. Newton's dispute mechanism offers one compelling answer. Rather than asking participants to trust the operators who produced a decision, it asks them to verify the computation that produced it. Governance still defines policy parameters. Operators still coordinate execution. But when correctness is disputed, the final authority is neither reputation nor voting power. It is cryptographic proof. One question still remains. Newton currently builds its proving layer on rapidly evolving zero knowledge systems such as SP1 and RISC0. As proving technology continues to mature, how will Newton manage future proof system upgrades while preserving the same security guarantees throughout migration? That strikes me as one of the most interesting architectural questions for programmable authorization over the coming years. @NewtonProtocol $NEWT $TLM $BREV #Newt #newt

Why Newton Doesn't Need Governance to Resolve Disputes

The more decentralized systems I study, the more one question keeps resurfacing:
What happens when the network reaches the wrong conclusion?
Most protocols eventually fall back on governance. A multisig intervenes. Token holders vote. A committee decides which outcome is "correct." The system may operate without trusted intermediaries most of the time, but when correctness is disputed, humans often become the final authority.
I've always found that unsatisfying. If correctness ultimately depends on trusted people making the right decision, then trust hasn't disappeared, it has simply moved to another layer.
While reading Newton Protocol's architecture, the component that captured my attention wasn't the authorization engine itself. It was the dispute mechanism, because it approaches the problem from an entirely different direction.
Instead of asking who should decide, Newton asks what can be proven.
Newton Protocol is an authorization layer for onchain transactions. Before a transfer, swap, mint, vault operation, or other protected action is executed, a decentralized network of operators evaluates the transaction against programmable policies written in Rego. Those operators collectively produce a BLS aggregate signature, creating a single cryptographic attestation that smart contracts can verify before accepting the authorization result.
Under normal conditions, the workflow is simple. Operators evaluate the policy, agree on the outcome, sign the result, and the authorization proceeds according to the protocol's rules.
The interesting part begins when that result is challenged.
Rather than assuming operator consensus guarantees correctness, Newton introduces a dispute window during which an attestation can be independently contested before it is treated as final. This creates an opportunity for the network to verify the computation itself instead of assuming the majority must be right.
Participation is permissionless.
A challenger does not need to be an operator.
It could be an independent researcher, a compliance firm, an automated monitoring service, or anyone capable of reproducing the same policy evaluation.
Imagine a DAO treasury whose policy states that transfers above a predefined threshold require three approvals.
Suppose operators mistakenly produce an authorization indicating the transaction satisfies the policy when, in reality, only two approvals exist.
Rather than appealing to governance, a challenger evaluates the exact same Rego policy using the exact same inputs.
If the computed result differs from the operators' attestation, the challenger generates a zero-knowledge proof demonstrating what the correct policy evaluation should have produced.
At that point, the smart contract does not judge intent or reputation.
It verifies only objective facts:
Is the zero knowledge proof cryptographically valid?
Does the proven output differ from the previously attested output?
If both conditions are satisfied, the incorrect attestation can be invalidated according to the protocol's dispute rules, and operators responsible for the incorrect authorization become subject to EigenLayer's slashing mechanism.
No committee debates the evidence.
No governance vote determines the outcome.
The computation itself becomes the evidence.
What makes this architecture particularly interesting is how Newton generates those proofs.
Instead of building custom zero knowledge circuits for every individual policy, Newton compiles its Rego policy engine into a RISC-V executable that runs inside a general-purpose zero knowledge virtual machine such as SP1 or RISC0.
The proof demonstrates that a specific policy, identified by its immutable IPFS content address, received a specific set of inputs and deterministically produced a specific output.
That design choice has an important consequence.
Policy authors never need to understand zero knowledge cryptography.
A compliance engineer writes ordinary Rego policies using familiar tooling, while the proving infrastructure operates transparently beneath the application layer. Any deterministic Rego policy can therefore be verified without designing bespoke proving circuits for each new rule.
I think this is one of Newton's most elegant architectural decisions because it separates policy development from proof generation.
The motivation becomes clearer when compared with governance based dispute resolution.
A governance process inevitably introduces additional trust assumptions.
Token holders must vote honestly.
Committees must remain impartial.
Emergency decisions must arrive quickly enough to prevent harm.
Every additional human decision point becomes another place where correctness depends on social coordination instead of objective verification.
Newton narrows those assumptions considerably.
Because Rego is deterministic and free from side effects, identical policies evaluated against identical inputs always produce identical outputs.
Deterministic computation enables independent reproduction.
Independent reproduction enables zero knowledge proofs.
Zero-knowledge proofs enable objective dispute resolution.
The chain of trust ultimately terminates in mathematics rather than collective opinion.
Every security model, however, has boundaries, and Newton's are worth understanding.
The dispute mechanism protects computation integrity.
If operators incorrectly evaluate a policy, anyone can independently reproduce that computation, prove the discrepancy, invalidate the incorrect result, and impose an economic penalty through slashing.
What it does not guarantee is data integrity.
Imagine every operator receives the same outdated sanctions list or a manipulated oracle price.
Each operator could execute the policy perfectly and still reach the wrong real world conclusion because the underlying data was already incorrect.
A zero-knowledge proof would simply confirm that everyone computed the wrong dataset correctly.
That distinction is fundamental.
Computation integrity asks:
"Was the policy executed correctly?"
Data integrity asks:
"Was the policy given trustworthy information?"
Those are separate security problems.
Newton addresses the first through deterministic execution and cryptographic proofs, while data integrity relies on external data providers, sandboxed WASM integrations, and broader infrastructure beyond the dispute mechanism itself.
I also appreciate that the architecture does not pretend to eliminate every trust assumption.
For example, protocol parameters governing the dispute process are still established through governance.
Likewise, generating proofs for arbitrary Rego execution remains computationally demanding, which means practical participation as a challenger may naturally concentrate among organizations with sufficient proving infrastructure, even though participation is permissionless by design.
Recognizing those limitations makes the architecture more credible, not less.
What I find most thoughtful is Newton's separation between attestation and authorization.
Many systems implicitly treat validator signatures as immediate finality.
Newton instead creates space for independent verification before an authorization result becomes economically meaningful.
That additional verification layer gives decentralized systems an opportunity to correct mistakes before irreversible consequences occur.
To me, that is one of the protocol's most underrated design decisions.
The broader lesson extends beyond Newton itself.
As decentralized finance becomes increasingly programmable, the question is no longer simply whether networks can reach consensus.
The harder question is whether anyone can independently verify that the consensus was actually correct.
Newton's dispute mechanism offers one compelling answer.
Rather than asking participants to trust the operators who produced a decision, it asks them to verify the computation that produced it.
Governance still defines policy parameters.
Operators still coordinate execution.
But when correctness is disputed, the final authority is neither reputation nor voting power.
It is cryptographic proof.
One question still remains.
Newton currently builds its proving layer on rapidly evolving zero knowledge systems such as SP1 and RISC0. As proving technology continues to mature, how will Newton manage future proof system upgrades while preserving the same security guarantees throughout migration?
That strikes me as one of the most interesting architectural questions for programmable authorization over the coming years.
@NewtonProtocol $NEWT $TLM $BREV #Newt #newt
PINNED
Verificado
When I research blockchain infrastructure, I spend as much time evaluating the builders as I do the architecture. Whitepapers can describe elegant systems, but building secure, reliable infrastructure that developers actually trust is a different challenge entirely. That's why, before diving deeper into Newton Protocol's authorization model, I wanted to understand who was building it. Magic Labs, the core developer behind Newton, isn't a newly formed crypto team. Long before Newton, they built embedded wallet infrastructure powering more than 57 million wallets and serving over 200,000 developers, including the wallet layer behind Polymarket. PayPal Ventures backed them. Those milestones reflect experience operating security critical infrastructure at production scale, not just proposing ideas. That background is more relevant to Newton than it might first appear. Wallet infrastructure demands secure key management, transaction signing, and systems that remain reliable under heavy usage. Newton builds on those same foundations but applies them to a harder problem, programmable authorization enforced by a decentralized network, with Newt aligning operator incentives across the system. Most discussions around Newton focus on the technology. But protocols don't succeed because architecture diagrams look impressive. They succeed when experienced engineers turn complex cryptographic designs into software developers confidently integrate into production. Experience doesn't guarantee success. But it provides useful context. Does a proven track record in wallet infrastructure translate meaningfully to decentralized authorization or are they fundamentally different engineering challenges? @NewtonProtocol $NEWT #Newt #newt What matters more for a protocol's success, like $TLM and $BREV ?
When I research blockchain infrastructure, I spend as much time evaluating the builders as I do the architecture. Whitepapers can describe elegant systems, but building secure, reliable infrastructure that developers actually trust is a different challenge entirely.
That's why, before diving deeper into Newton Protocol's authorization model, I wanted to understand who was building it.
Magic Labs, the core developer behind Newton, isn't a newly formed crypto team. Long before Newton, they built embedded wallet infrastructure powering more than 57 million wallets and serving over 200,000 developers, including the wallet layer behind Polymarket. PayPal Ventures backed them. Those milestones reflect experience operating security critical infrastructure at production scale, not just proposing ideas.
That background is more relevant to Newton than it might first appear. Wallet infrastructure demands secure key management, transaction signing, and systems that remain reliable under heavy usage. Newton builds on those same foundations but applies them to a harder problem, programmable authorization enforced by a decentralized network, with Newt aligning operator incentives across the system.
Most discussions around Newton focus on the technology. But protocols don't succeed because architecture diagrams look impressive. They succeed when experienced engineers turn complex cryptographic designs into software developers confidently integrate into production.
Experience doesn't guarantee success. But it provides useful context.
Does a proven track record in wallet infrastructure translate meaningfully to decentralized authorization or are they fundamentally different engineering challenges?

@NewtonProtocol $NEWT #Newt #newt

What matters more for a protocol's success, like $TLM and $BREV ?
Strong architecture
Proven execution
16 hora(s) restante(s)
BREAKING: Trump says gas prices are falling and announces July 3 fuel discounts. U.S. President Donald Trump says oil prices are dropping rapidly and announced that Freedom Fuel Network will lower gas prices at 25 stations across the Greater Philadelphia area on July 3. * Freedom Fuel Network will cut gas prices at 25 Philadelphia area stations. * Trump urged other fuel retailers to follow suit. * He said oil prices are falling and expects gas prices to continue declining. * The announcement comes ahead of America's 250th anniversary celebrations and the Independence Day holiday. #USADP98KMiss #Write2Earn #cryptofirst21 $TLM $BREV $M
BREAKING: Trump says gas prices are falling and announces July 3 fuel discounts.

U.S. President Donald Trump says oil prices are dropping rapidly and announced that Freedom Fuel Network will lower gas prices at 25 stations across the Greater Philadelphia area on July 3.

* Freedom Fuel Network will cut gas prices at 25 Philadelphia area stations.
* Trump urged other fuel retailers to follow suit.
* He said oil prices are falling and expects gas prices to continue declining.
* The announcement comes ahead of America's 250th anniversary celebrations and the Independence Day holiday.

#USADP98KMiss #Write2Earn #cryptofirst21
$TLM $BREV $M
Verificado
BREAKING: Tether rejects EU MiCA license. Tether CEO Paolo Ardoino says the company deliberately chose not to apply for an EU MiCA license, calling the regulation "very dangerous" for stablecoins. * Ardoino argues MiCA could require issuers to hold 60% of reserves in uninsured cash deposits*at smaller European banks. * He warns those banks may struggle during large scale redemptions. * Tether says skipping MiCA is intended to protect its 400M+ USDT users. * The company maintains the regulation is "poorly thought out." The debate over stablecoin regulation in Europe is far from over. #OilPriceFalls #Write2Earn #cryptofirst21 $NFP $TLM $SPCXB
BREAKING: Tether rejects EU MiCA license.

Tether CEO Paolo Ardoino says the company deliberately chose not to apply for an EU MiCA license, calling the regulation "very dangerous" for stablecoins.

* Ardoino argues MiCA could require issuers to hold 60% of reserves in uninsured cash deposits*at smaller European banks.
* He warns those banks may struggle during large scale redemptions.
* Tether says skipping MiCA is intended to protect its 400M+ USDT users.
* The company maintains the regulation is "poorly thought out."

The debate over stablecoin regulation in Europe is far from over.

#OilPriceFalls #Write2Earn #cryptofirst21
$NFP $TLM $SPCXB
Verificado
Curated DeFi vaults have become one of the primary ways capital is deployed onchain, yet many of the rules governing them still exist outside the protocol itself. Leverage limits, treasury approvals, counterparty exposure thresholds, and oracle health requirements are often documented in governance proposals or internal operating procedures rather than enforced during transaction execution. That creates a gap between a vault's stated risk policy and what the blockchain actually verifies. This is where I think @NewtonProtocol introduces an important architectural shift. Instead of treating risk management as an operational process, Newton enables it to become programmable authorization. Policies written in Rego can be evaluated before a transaction is executed, allowing exposure limits, approval workflows, oracle conditions, and other operational constraints to become enforceable rules rather than manual checklists. For vault operators, that means governance can move beyond documentation toward automated policy enforcement. Developers don't need to hardcode every authorization rule into application logic, and policies can evolve as requirements change without redesigning core contracts. Trustless settlement transformed how DeFi moves capital. Programmable authorization could transform how DeFi governs it. @NewtonProtocol $NEWT #Newt #newt What do you think is the bigger challenge for the next generation of DeFi?
Curated DeFi vaults have become one of the primary ways capital is deployed onchain, yet many of the rules governing them still exist outside the protocol itself. Leverage limits, treasury approvals, counterparty exposure thresholds, and oracle health requirements are often documented in governance proposals or internal operating procedures rather than enforced during transaction execution.
That creates a gap between a vault's stated risk policy and what the blockchain actually verifies.
This is where I think @NewtonProtocol introduces an important architectural shift. Instead of treating risk management as an operational process, Newton enables it to become programmable authorization. Policies written in Rego can be evaluated before a transaction is executed, allowing exposure limits, approval workflows, oracle conditions, and other operational constraints to become enforceable rules rather than manual checklists.
For vault operators, that means governance can move beyond documentation toward automated policy enforcement. Developers don't need to hardcode every authorization rule into application logic, and policies can evolve as requirements change without redesigning core contracts.
Trustless settlement transformed how DeFi moves capital. Programmable authorization could transform how DeFi governs it.

@NewtonProtocol $NEWT #Newt #newt

What do you think is the bigger challenge for the next generation of DeFi?
Programmable authorization
89%
Faster settlement, lower fees
11%
9 Voto(s) • Votación cerrada
Verificado
Artículo
The Day I Realized Smart Contracts Don't Actually Authorize AnythingFor years, I assumed blockchain's biggest challenge was making transactions faster, cheaper, and more scalable. Most infrastructure discussions revolved around throughput, settlement speed, and interoperability. The more I looked at how institutional financial systems actually operate, however, the more I realized those were no longer the hardest problems. The real question wasn't how transactions settle. It was what happens before settlement. Every mature financial system evaluates policy before money moves. Identity is verified. Internal approvals are checked. Risk limits are enforced. Regulatory obligations are evaluated. Only after those decisions are made does settlement occur. Public blockchains largely reversed that sequence. Smart contracts excel at executing predefined logic, but they rarely evaluate whether a transaction satisfies broader business, regulatory, or operational policies before execution. That missing authorization layer becomes increasingly important as onchain finance evolves. Stablecoins now process more monthly volume than many traditional payment networks, while tokenized real world assets have surpassed $21 billion. The next generation of blockchain applications, whether institutional products, AI agents, treasury systems, tokenized assets, or DeFi vaults needs infrastructure capable of enforcing policy before value moves. This is the problem Newton Protocol is designed to address. Instead of treating compliance, identity verification, security controls, and risk management as independent systems, Newton introduces a programmable authorization framework built around four interconnected enforcement domains: Compliance, Identity, Security, and Risk. Every transaction request is evaluated against programmable policies written in Rego before execution. A decentralized operator network evaluates those predefined rules and produces a cryptographically verifiable authorization attestation, allowing applications to receive one consistent authorization decision before settlement occurs. The Compliance domain extends beyond traditional sanctions screening. Transactions can be evaluated against multi jurisdictional watchlists, politically exposed person (PEP) screening, adverse media intelligence, and Travel Rule requirements under FATF guidance. As regulatory frameworks such as the GENIUS Act, Hong Kong's Stablecoin Ordinance, and MiCA increasingly emphasize transaction level controls, authorization can no longer begin and end during onboarding. Newton enables these policies to be evaluated before execution, creating verifiable evidence that policy requirements were satisfied when the transaction was authorized. The Identity domain approaches verification differently. Rather than requiring applications to store sensitive personal information, Newton uses W3C Verifiable Credentials together with selective disclosure proofs. Users demonstrate only the information required for a specific authorization decision, for example, proving jurisdiction or accredited investor status without exposing unrelated personal data. Verification occurs inside Trusted Execution Environments, while the blockchain records only the authorization outcome. The Security domain changes the timing of protection. Traditional monitoring systems often detect suspicious behavior after settlement, when response replaces prevention. Newton evaluates predefined security policies and relevant threat intelligence before execution, allowing transactions that violate policy to be rejected before assets move. Combined with non custodial two factor authorization and multi party approval requirements, security becomes part of the authorization process itself rather than a separate monitoring function. The Risk domain extends the same approach to operational governance. Treasury controls, leverage limits, counterparty exposure caps, oracle health requirements, spending thresholds, and approval workflows frequently exist as documentation or operational procedures rather than enforceable protocol logic. Newton converts these requirements into executable Rego policies, ensuring operational constraints are evaluated consistently before state changes occur. One architectural decision stood out to me while studying Newton's design. Authorization policy is separated from application logic. Instead of embedding compliance, governance, and risk controls inside every smart contract, developers can build reusable policy modules that work across different applications. As regulations evolve or operational requirements change, policies can be updated independently without redesigning the contracts responsible for execution. That separation makes authorization significantly more adaptable while reducing duplicated logic across protocols. Viewed individually, Compliance, Identity, Security, and Risk are familiar concepts. What makes Newton different is evaluating them together inside one authorization framework. Applications receive one policy decision supported by one cryptographically verifiable attestation rather than reconciling outputs from multiple disconnected systems. The result is a consistent authorization layer that simplifies integration, strengthens auditability, and allows policy enforcement to become native blockchain infrastructure. Blockchain transformed how value moves. Newton Protocol is exploring how value should be approved to move. As onchain finance expands beyond simple transfers into programmable economies, that distinction may become one of the most important infrastructure shifts of the next generation. @NewtonProtocol $NEWT #Newt #newt

The Day I Realized Smart Contracts Don't Actually Authorize Anything

For years, I assumed blockchain's biggest challenge was making transactions faster, cheaper, and more scalable. Most infrastructure discussions revolved around throughput, settlement speed, and interoperability. The more I looked at how institutional financial systems actually operate, however, the more I realized those were no longer the hardest problems.
The real question wasn't how transactions settle.
It was what happens before settlement.
Every mature financial system evaluates policy before money moves. Identity is verified. Internal approvals are checked. Risk limits are enforced. Regulatory obligations are evaluated. Only after those decisions are made does settlement occur. Public blockchains largely reversed that sequence. Smart contracts excel at executing predefined logic, but they rarely evaluate whether a transaction satisfies broader business, regulatory, or operational policies before execution.
That missing authorization layer becomes increasingly important as onchain finance evolves. Stablecoins now process more monthly volume than many traditional payment networks, while tokenized real world assets have surpassed $21 billion. The next generation of blockchain applications, whether institutional products, AI agents, treasury systems, tokenized assets, or DeFi vaults needs infrastructure capable of enforcing policy before value moves.
This is the problem Newton Protocol is designed to address.
Instead of treating compliance, identity verification, security controls, and risk management as independent systems, Newton introduces a programmable authorization framework built around four interconnected enforcement domains: Compliance, Identity, Security, and Risk. Every transaction request is evaluated against programmable policies written in Rego before execution. A decentralized operator network evaluates those predefined rules and produces a cryptographically verifiable authorization attestation, allowing applications to receive one consistent authorization decision before settlement occurs.
The Compliance domain extends beyond traditional sanctions screening. Transactions can be evaluated against multi jurisdictional watchlists, politically exposed person (PEP) screening, adverse media intelligence, and Travel Rule requirements under FATF guidance. As regulatory frameworks such as the GENIUS Act, Hong Kong's Stablecoin Ordinance, and MiCA increasingly emphasize transaction level controls, authorization can no longer begin and end during onboarding. Newton enables these policies to be evaluated before execution, creating verifiable evidence that policy requirements were satisfied when the transaction was authorized.
The Identity domain approaches verification differently. Rather than requiring applications to store sensitive personal information, Newton uses W3C Verifiable Credentials together with selective disclosure proofs. Users demonstrate only the information required for a specific authorization decision, for example, proving jurisdiction or accredited investor status without exposing unrelated personal data. Verification occurs inside Trusted Execution Environments, while the blockchain records only the authorization outcome.
The Security domain changes the timing of protection. Traditional monitoring systems often detect suspicious behavior after settlement, when response replaces prevention. Newton evaluates predefined security policies and relevant threat intelligence before execution, allowing transactions that violate policy to be rejected before assets move. Combined with non custodial two factor authorization and multi party approval requirements, security becomes part of the authorization process itself rather than a separate monitoring function.
The Risk domain extends the same approach to operational governance. Treasury controls, leverage limits, counterparty exposure caps, oracle health requirements, spending thresholds, and approval workflows frequently exist as documentation or operational procedures rather than enforceable protocol logic. Newton converts these requirements into executable Rego policies, ensuring operational constraints are evaluated consistently before state changes occur.
One architectural decision stood out to me while studying Newton's design. Authorization policy is separated from application logic. Instead of embedding compliance, governance, and risk controls inside every smart contract, developers can build reusable policy modules that work across different applications. As regulations evolve or operational requirements change, policies can be updated independently without redesigning the contracts responsible for execution. That separation makes authorization significantly more adaptable while reducing duplicated logic across protocols.
Viewed individually, Compliance, Identity, Security, and Risk are familiar concepts. What makes Newton different is evaluating them together inside one authorization framework. Applications receive one policy decision supported by one cryptographically verifiable attestation rather than reconciling outputs from multiple disconnected systems. The result is a consistent authorization layer that simplifies integration, strengthens auditability, and allows policy enforcement to become native blockchain infrastructure.
Blockchain transformed how value moves.
Newton Protocol is exploring how value should be approved to move.
As onchain finance expands beyond simple transfers into programmable economies, that distinction may become one of the most important infrastructure shifts of the next generation.
@NewtonProtocol $NEWT #Newt #newt
BREAKING: U.S. and Iran to hold indirect talks today. 🇺🇸🇮🇷 U.S. and Iranian officials are expected to engage in indirect negotiations through mediators, with discussions focused on implementing recent understandings and easing regional tensions #OilPriceFalls #Write2Earn #cryptofirst21 $TAC $ZBT $SPCXB
BREAKING: U.S. and Iran to hold indirect talks today.

🇺🇸🇮🇷 U.S. and Iranian officials are expected to engage in indirect negotiations through mediators, with discussions focused on implementing recent understandings and easing regional tensions

#OilPriceFalls #Write2Earn #cryptofirst21
$TAC $ZBT $SPCXB
Verificado
One idea keeps changing how I think about onchain finance: Blockchains solved settlement, not authorization. Traditional financial systems decide whether a transaction is permitted before funds move. Public blockchains, by design, settle any transaction that satisfies consensus and smart contract rules. Newton introduces a programmable authorization layer that evaluates policy before execution and returns a verifiable authorization attestation that smart contracts can enforce. Settlement proves a transaction happened. Authorization determines whether it should happen. That distinction may become one of the defining infrastructure upgrades for institutional onchain finance. @NewtonProtocol $NEWT #Newt #newt Which layer will drive the next wave of institutional DeFi?
One idea keeps changing how I think about onchain finance:
Blockchains solved settlement, not authorization.
Traditional financial systems decide whether a transaction is permitted before funds move. Public blockchains, by design, settle any transaction that satisfies consensus and smart contract rules.
Newton introduces a programmable authorization layer that evaluates policy before execution and returns a verifiable authorization attestation that smart contracts can enforce.
Settlement proves a transaction happened.
Authorization determines whether it should happen.
That distinction may become one of the defining infrastructure upgrades for institutional onchain finance.

@NewtonProtocol $NEWT #Newt #newt

Which layer will drive the next wave of institutional DeFi?
Authorization
82%
Settlement
18%
17 Voto(s) • Votación cerrada
Verificado
Artículo
The Hidden Assumption Behind Newton Protocol TransactionI've started looking at blockchain infrastructure through a different perspective. For years, the industry treated settlement as the final destination. If a blockchain could move assets securely, deterministically, and without intermediaries, the problem was considered solved. But traditional finance never worked that way. Every mature financial system separates authorization from settlement. A payment network evaluates fraud signals, spending limits, and identity before a bank settles a transfer. A clearinghouse verifies collateral, counterparty exposure, and risk before a trade reaches final settlement. Settlement answers one question: Did the transaction execute? Authorization answers a more important one: Should it execute at all? Public blockchains solved the first problem exceptionally well. Once a transaction satisfies consensus rules, execution is deterministic and transparent. That breakthrough made decentralized finance possible. What blockchains never introduced was a native authorization layer. Today, most smart contracts execute whenever valid signatures and protocol conditions are satisfied. They don't natively evaluate jurisdiction restrictions, investor eligibility, treasury policies, withdrawal limits, sanctions requirements, or organization specific risk controls. Those decisions are typically pushed into wallet interfaces, application front ends, or centralized compliance services that sit outside the blockchain itself. That architecture creates an important weakness. A front end can refuse to broadcast a transaction, but it cannot stop someone from interacting directly with the underlying smart contract. An API can block requests, but it cannot prevent execution once another route is used. Blockchain analytics platforms can identify suspicious activity, yet they do so only after settlement has already occurred. These approaches observe transactions. They don't authorize them. This is where Newton Protocol introduces what I think is one of the more interesting infrastructure ideas emerging in onchain finance. Instead of treating authorization as an offchain service, Newton makes it part of the transaction lifecycle itself. Before a transfer, mint, or contract interaction reaches settlement, a programmable authorization policy evaluates the requested action against predefined rules. Those policies can represent organizational controls, compliance requirements, transaction limits, investor permissions, jurisdictional restrictions, or other programmable conditions defined by the application. If the transaction satisfies those requirements, Newton produces a cryptographically verifiable authorization attestation backed by a decentralized operator network. Using BLS aggregate signatures secured through EigenLayer restaking, that authorization can be verified onchain before execution proceeds. The distinction matters. Most compliance infrastructure tells you what happened. Newton is designed to determine what is permitted to happen. That changes authorization from an external operational process into programmable infrastructure that smart contracts can verify independently. The implications extend well beyond regulatory compliance. A DAO treasury could require multiple policy checks before large capital allocations. Stablecoin issuers could embed transfer controls directly into settlement flows instead of relying on centralized payment rails. Institutional DeFi products could enforce investor eligibility onchain while preserving transparent execution. Tokenized real-world assets could apply jurisdiction specific authorization without redesigning settlement itself. Different applications may enforce different rules, but they can share a common authorization framework. With Newton Mainnet Beta now live, this architecture is no longer confined to a whitepaper. Developers can begin integrating programmable authorization into production systems instead of relying exclusively on post-transaction monitoring or application level controls. What interests me most isn't a single feature. It's the architectural direction. The first generation of blockchain infrastructure proved that settlement could become decentralized. The next generation may prove that authorization can become decentralized as well. If that transition succeeds, future financial protocols won't compete solely on transaction throughput, execution costs, or settlement speed. They'll also compete on how intelligently and verifiably they decide which transactions deserve to settle in the first place. That may ultimately be the missing layer that allows onchain finance to support the same complexity as global financial markets,without giving up the openness that made blockchains valuable to begin with. @NewtonProtocol $NEWT #Newt #newt

The Hidden Assumption Behind Newton Protocol Transaction

I've started looking at blockchain infrastructure through a different perspective.
For years, the industry treated settlement as the final destination. If a blockchain could move assets securely, deterministically, and without intermediaries, the problem was considered solved.
But traditional finance never worked that way.
Every mature financial system separates authorization from settlement. A payment network evaluates fraud signals, spending limits, and identity before a bank settles a transfer. A clearinghouse verifies collateral, counterparty exposure, and risk before a trade reaches final settlement.
Settlement answers one question: Did the transaction execute?
Authorization answers a more important one: Should it execute at all?
Public blockchains solved the first problem exceptionally well. Once a transaction satisfies consensus rules, execution is deterministic and transparent. That breakthrough made decentralized finance possible.
What blockchains never introduced was a native authorization layer.
Today, most smart contracts execute whenever valid signatures and protocol conditions are satisfied. They don't natively evaluate jurisdiction restrictions, investor eligibility, treasury policies, withdrawal limits, sanctions requirements, or organization specific risk controls. Those decisions are typically pushed into wallet interfaces, application front ends, or centralized compliance services that sit outside the blockchain itself.
That architecture creates an important weakness.
A front end can refuse to broadcast a transaction, but it cannot stop someone from interacting directly with the underlying smart contract. An API can block requests, but it cannot prevent execution once another route is used. Blockchain analytics platforms can identify suspicious activity, yet they do so only after settlement has already occurred.
These approaches observe transactions.
They don't authorize them.
This is where Newton Protocol introduces what I think is one of the more interesting infrastructure ideas emerging in onchain finance.
Instead of treating authorization as an offchain service, Newton makes it part of the transaction lifecycle itself.
Before a transfer, mint, or contract interaction reaches settlement, a programmable authorization policy evaluates the requested action against predefined rules. Those policies can represent organizational controls, compliance requirements, transaction limits, investor permissions, jurisdictional restrictions, or other programmable conditions defined by the application.
If the transaction satisfies those requirements, Newton produces a cryptographically verifiable authorization attestation backed by a decentralized operator network. Using BLS aggregate signatures secured through EigenLayer restaking, that authorization can be verified onchain before execution proceeds.
The distinction matters.
Most compliance infrastructure tells you what happened.
Newton is designed to determine what is permitted to happen.
That changes authorization from an external operational process into programmable infrastructure that smart contracts can verify independently.
The implications extend well beyond regulatory compliance.
A DAO treasury could require multiple policy checks before large capital allocations. Stablecoin issuers could embed transfer controls directly into settlement flows instead of relying on centralized payment rails. Institutional DeFi products could enforce investor eligibility onchain while preserving transparent execution. Tokenized real-world assets could apply jurisdiction specific authorization without redesigning settlement itself.
Different applications may enforce different rules, but they can share a common authorization framework.
With Newton Mainnet Beta now live, this architecture is no longer confined to a whitepaper. Developers can begin integrating programmable authorization into production systems instead of relying exclusively on post-transaction monitoring or application level controls.
What interests me most isn't a single feature.
It's the architectural direction.
The first generation of blockchain infrastructure proved that settlement could become decentralized.
The next generation may prove that authorization can become decentralized as well.
If that transition succeeds, future financial protocols won't compete solely on transaction throughput, execution costs, or settlement speed. They'll also compete on how intelligently and verifiably they decide which transactions deserve to settle in the first place.
That may ultimately be the missing layer that allows onchain finance to support the same complexity as global financial markets,without giving up the openness that made blockchains valuable to begin with.
@NewtonProtocol $NEWT #Newt #newt
I think we're measuring the wrong kind of latency. For years, AI performance has been judged by one question: How fast did the model respond? The more I study @OpenGradient , the more I think that benchmark is becoming incomplete. What stands out isn't just verifiable inference. It's the decision to separate execution from verification. The model computes once, while validators verify cryptographic proofs instead of re-running the model. That sounds like an engineering optimization. I think it's a new definition of performance. The metric that caught my attention wasn't 2M+ AI inferences or 2,000+ hosted models. It was zero AI model re executions by validators. That shifts the network from scaling computation to scaling trust. The contradiction is interesting: an answer can be generated instantly, yet another machine may still wait for verification before taking action. In other words, intelligence arrives before certainty. Traditional AI measures how quickly one machine can compute. OpenGradient suggests the next benchmark may be how quickly an entire network can reach shared confidence in that computation. If autonomous AI becomes mainstream, that may prove to be the more valuable metric. Do you think the future of AI infrastructure will be defined by faster inference or by faster verification finality? #OPG $OPG What will define the next generation of AI infrastructure?
I think we're measuring the wrong kind of latency.
For years, AI performance has been judged by one question: How fast did the model respond?
The more I study @OpenGradient , the more I think that benchmark is becoming incomplete.
What stands out isn't just verifiable inference. It's the decision to separate execution from verification. The model computes once, while validators verify cryptographic proofs instead of re-running the model.
That sounds like an engineering optimization.
I think it's a new definition of performance.
The metric that caught my attention wasn't 2M+ AI inferences or 2,000+ hosted models.
It was zero AI model re executions by validators.
That shifts the network from scaling computation to scaling trust.
The contradiction is interesting: an answer can be generated instantly, yet another machine may still wait for verification before taking action.
In other words, intelligence arrives before certainty.
Traditional AI measures how quickly one machine can compute.
OpenGradient suggests the next benchmark may be how quickly an entire network can reach shared confidence in that computation.
If autonomous AI becomes mainstream, that may prove to be the more valuable metric.

Do you think the future of AI infrastructure will be defined by faster inference or by faster verification finality?
#OPG $OPG
What will define the next generation of AI infrastructure?
• Faster inference speed
50%
• Faster verification finality
50%
6 Voto(s) • Votación cerrada
BREAKING: Michigan moves against Kalshi. A Michigan judge has issued a temporary restraining order blocking Kalshi from offering sports event prediction markets in the state. * Kalshi faces $120,000 per day in fines if it fails to comply with geolocation requirements. * Michigan becomes the second state, after Nevada, to secure a court injunction against Kalshi. * The judge ruled Kalshi's sports contracts resemble unlicensed sports betting, not investing. * Kalshi plans to appeal, arguing it falls under the exclusive jurisdiction of the CFTC. The legal battle over U.S. prediction markets continues to escalate. #Write2Earn #GoldHoldsDecline $TAC $AIGENSYN $SYN #cryptofirst21
BREAKING: Michigan moves against Kalshi.

A Michigan judge has issued a temporary restraining order blocking Kalshi from offering sports event prediction markets in the state.

* Kalshi faces $120,000 per day in fines if it fails to comply with geolocation requirements.
* Michigan becomes the second state, after Nevada, to secure a court injunction against Kalshi.
* The judge ruled Kalshi's sports contracts resemble unlicensed sports betting, not investing.
* Kalshi plans to appeal, arguing it falls under the exclusive jurisdiction of the CFTC.

The legal battle over U.S. prediction markets continues to escalate.

#Write2Earn #GoldHoldsDecline
$TAC $AIGENSYN $SYN #cryptofirst21
I've realized I ask a different question now whenever I look at AI infrastructure. Not "How fast can it generate an answer?" But "What allows me to trust that answer when no trusted intermediary exists?" That distinction feels increasingly important as AI moves from generating content to executing actions. When an AI agent approves a transaction, coordinates liquidity, or triggers an on chain workflow, the cost of being wrong isn't measured in milliseconds, it's measured in real economic consequences. At that point, speed alone stops being enough. That's why I've been following @OpenGradient Its emphasis on verifiable inference addresses a problem I think the industry is only beginning to appreciate. Instead of asking developers to rely primarily on the reputation of infrastructure providers, it pushes trust toward cryptographic verification, allowing outputs to be independently validated. To me, that's a shift in the economics of AI infrastructure. When confidence comes from proofs rather than providers, developers gain more freedom to choose infrastructure based on performance, cost, and reliability without making the same trust assumptions. Verifiability doesn't eliminate trust, it changes where trust is anchored. The overlooked implication is that the next competitive advantage may not belong to the network that produces answers the fastest. It may belong to the network that reduces uncertainty the most. If AI agents become the largest consumers of decentralized compute, will developers still optimize primarily for latency or will independently verifiable inference become the benchmark that ultimately matters? #OPG $OPG As AI agents begin executing real economic actions, what will become the most important benchmark for AI infrastructure?
I've realized I ask a different question now whenever I look at AI infrastructure.
Not "How fast can it generate an answer?"
But "What allows me to trust that answer when no trusted intermediary exists?"
That distinction feels increasingly important as AI moves from generating content to executing actions.
When an AI agent approves a transaction, coordinates liquidity, or triggers an on chain workflow, the cost of being wrong isn't measured in milliseconds, it's measured in real economic consequences. At that point, speed alone stops being enough.
That's why I've been following @OpenGradient
Its emphasis on verifiable inference addresses a problem I think the industry is only beginning to appreciate. Instead of asking developers to rely primarily on the reputation of infrastructure providers, it pushes trust toward cryptographic verification, allowing outputs to be independently validated.
To me, that's a shift in the economics of AI infrastructure.
When confidence comes from proofs rather than providers, developers gain more freedom to choose infrastructure based on performance, cost, and reliability without making the same trust assumptions. Verifiability doesn't eliminate trust, it changes where trust is anchored.
The overlooked implication is that the next competitive advantage may not belong to the network that produces answers the fastest.
It may belong to the network that reduces uncertainty the most.

If AI agents become the largest consumers of decentralized compute, will developers still optimize primarily for latency or will independently verifiable inference become the benchmark that ultimately matters?

#OPG $OPG
As AI agents begin executing real economic actions, what will become the most important benchmark for AI infrastructure?
Lower inference latency
88%
Independent verify inference
12%
16 Voto(s) • Votación cerrada
BREAKING: Elon Musk teases Grok 4.5. Grok 4.5 (built on the 1.5T V9 base model) has entered private testing at SpaceX and Tesla • Performance is reportedly nearing or even surpassing Opus level benchmarks. • Reinforcement learning (RL) continues to deliver major capability gains. • Cursor data has been added during supplementary training. • Musk says brand new models trained from scratch will be released monthly this year. The AI race is accelerating. #Write2Earn #SaylorHintsStrategyBitcoinBuy $RAVE $ACT $SPCX #cryptofirst21
BREAKING: Elon Musk teases Grok 4.5.

Grok 4.5 (built on the 1.5T V9 base model) has entered private testing at SpaceX and Tesla

• Performance is reportedly nearing or even surpassing Opus level benchmarks.
• Reinforcement learning (RL) continues to deliver major capability gains.
• Cursor data has been added during supplementary training.
• Musk says brand new models trained from scratch will be released monthly this year.

The AI race is accelerating.

#Write2Earn #SaylorHintsStrategyBitcoinBuy
$RAVE $ACT $SPCX #cryptofirst21
I've started thinking that the biggest misconception in decentralized AI is that compute is the product. I don't think it is. Compute is the raw material. The real product is predictable execution. That's why @OpenGradient has been interesting to me. As AI networks become more decentralized, adding GPUs becomes the easy part. The difficult part is coordinating independent operators so inference remains reliable, latency stays consistent, and developers can trust the network without caring where computation actually happens. Every improvement in scale also increases coordination complexity. A network can double its compute capacity yet still deliver a worse developer experience if execution becomes less predictable. More infrastructure doesn't automatically create better infrastructure. The insight I keep coming back to is this: Developers never experience compute, they experience execution. That's where infrastructure earns trust or loses it. To me, that's where long term value may emerge. The protocols that matter most won't simply aggregate the largest pools of compute. They'll be the ones that make decentralized execution feel as dependable as cloud infrastructure while preserving the openness that decentralization makes possible. If decentralized AI becomes the next generation of digital infrastructure, what will be harder to build over the next decade: more compute or predictable execution that developers never have to think about? #OPG $OPG What will be the strongest long term moat for OpenGradient?
I've started thinking that the biggest misconception in decentralized AI is that compute is the product.
I don't think it is.
Compute is the raw material. The real product is predictable execution.
That's why @OpenGradient has been interesting to me.
As AI networks become more decentralized, adding GPUs becomes the easy part. The difficult part is coordinating independent operators so inference remains reliable, latency stays consistent, and developers can trust the network without caring where computation actually happens.
Every improvement in scale also increases coordination complexity. A network can double its compute capacity yet still deliver a worse developer experience if execution becomes less predictable. More infrastructure doesn't automatically create better infrastructure.
The insight I keep coming back to is this:
Developers never experience compute, they experience execution. That's where infrastructure earns trust or loses it.
To me, that's where long term value may emerge. The protocols that matter most won't simply aggregate the largest pools of compute. They'll be the ones that make decentralized execution feel as dependable as cloud infrastructure while preserving the openness that decentralization makes possible.
If decentralized AI becomes the next generation of digital infrastructure, what will be harder to build over the next decade: more compute or predictable execution that developers never have to think about?

#OPG $OPG

What will be the strongest long term moat for OpenGradient?
Predictable execution
94%
More compute capacity
6%
17 Voto(s) • Votación cerrada
Geopolitical Risk Returns to Center Stage A social media post attributed to Trump claims U.S. aircraft struck Iranian missile, drone storage, and coastal radar sites following alleged ceasefire violations. If confirmed, this would mark a significant escalation in U.S. Iran tensions. • Official confirmation from U.S. authorities • Iran's response • The impact on oil prices and the Strait of Hormuz When geopolitical risk rises, energy, defense, and safe haven assets often react first. #KioxiaADRFallsOver14% #TRUMP $SPCX #Write2Earn $VELVET $ACT #cryptofirst21
Geopolitical Risk Returns to Center Stage

A social media post attributed to Trump claims U.S. aircraft struck Iranian missile, drone storage, and coastal radar sites following alleged ceasefire violations.

If confirmed, this would mark a significant escalation in U.S. Iran tensions.

• Official confirmation from U.S. authorities
• Iran's response
• The impact on oil prices and the Strait of Hormuz

When geopolitical risk rises, energy, defense, and safe haven assets often react first.
#KioxiaADRFallsOver14% #TRUMP $SPCX #Write2Earn $VELVET $ACT #cryptofirst21
Inicia sesión para explorar más contenidos
Únete a usuarios globales de criptomonedas en Binance Square
⚡️ Obtén información útil y actualizada sobre criptos.
💬 Avalado por el mayor exchange de criptomonedas en el mundo.
👍 Descubre perspectivas reales de creadores verificados.
Email/número de teléfono
Mapa del sitio
Preferencias de cookies
Términos y condiciones de la plataforma