Binance Square
W Shakespeare
1.5k Posts

W Shakespeare

🇻🇳 Đời là một vở kịch mà ai cũng nghĩ mình là nhân vật chính?
166 Following
631 Followers
2.1K+ Liked
Posts
·
--
Verified
Article
What experiences is the Newton Protocol creating for developers?Last night, I had dinner with Oanh—a wealthy lady who was running a seafood restaurant. Oanh told me that they changed a few dishes on the menu every week. I’m quite surprised. "Doesn’t this frequency of changes worry customers and make it hard for them to follow?" Oanh shook her head. "I don’t change the whole menu. I just try one new dish each time. If the customer doesn’t like it, then we just get rid of it. The cost of trying once is small enough that I have no reason to be afraid to try again."

What experiences is the Newton Protocol creating for developers?

Last night, I had dinner with Oanh—a wealthy lady who was running a seafood restaurant. Oanh told me that they changed a few dishes on the menu every week.
I’m quite surprised.
"Doesn’t this frequency of changes worry customers and make it hard for them to follow?"
Oanh shook her head.
"I don’t change the whole menu. I just try one new dish each time. If the customer doesn’t like it, then we just get rid of it. The cost of trying once is small enough that I have no reason to be afraid to try again."
Verified
Before deploying a policy, the Newton Protocol requires going through three steps: Unit Testing for the Rego Policy, testing each WASM Oracle individually, and only then simulating the entire policy with real-world data. These three steps are not merely checking each component in isolation. Instead, they are arranged to continuously narrow down what is still unknown about a decision. After each round of validation, the scope of what must wait until deployment to be confirmed keeps shrinking. Typically, deployment is the most important moment to know whether a decision works as expected. Even after many rounds of testing, production is still where many teams accept learning what they couldn’t know beforehand. With the Newton Protocol, however, most of that process happens right during development. The Rego Policy, WASM Oracle, and data are combined to simulate the entire decision before deployment occurs. That leads me to think the Newton Protocol is moving toward a Pre-validated Deployment architecture. At that point, deployment mainly becomes the step to release a decision that has already been validated, rather than the place where the system continues to learn whether that decision is right or wrong. What I find especially notable is that the Newton Protocol seems to be changing the role of Deployment. When Deployment is no longer where Validation is created, it’s also no longer where the system learns whether a decision is correct or incorrect. Perhaps that’s what Pre-validated Deployment architecture really means. Not a more complete testing process, but an architectural principle that shifts Validation activities away from Production. I’m quite curious whether this will just be a choice by the Newton Protocol, or whether it will gradually become how many software systems are built in the future? $EVAA $NEWT #Newt @NewtonProtocol
Before deploying a policy, the Newton Protocol requires going through three steps: Unit Testing for the Rego Policy, testing each WASM Oracle individually, and only then simulating the entire policy with real-world data.
These three steps are not merely checking each component in isolation. Instead, they are arranged to continuously narrow down what is still unknown about a decision. After each round of validation, the scope of what must wait until deployment to be confirmed keeps shrinking.
Typically, deployment is the most important moment to know whether a decision works as expected. Even after many rounds of testing, production is still where many teams accept learning what they couldn’t know beforehand.
With the Newton Protocol, however, most of that process happens right during development. The Rego Policy, WASM Oracle, and data are combined to simulate the entire decision before deployment occurs. That leads me to think the Newton Protocol is moving toward a Pre-validated Deployment architecture.
At that point, deployment mainly becomes the step to release a decision that has already been validated, rather than the place where the system continues to learn whether that decision is right or wrong.
What I find especially notable is that the Newton Protocol seems to be changing the role of Deployment. When Deployment is no longer where Validation is created, it’s also no longer where the system learns whether a decision is correct or incorrect.
Perhaps that’s what Pre-validated Deployment architecture really means. Not a more complete testing process, but an architectural principle that shifts Validation activities away from Production. I’m quite curious whether this will just be a choice by the Newton Protocol, or whether it will gradually become how many software systems are built in the future? $EVAA $NEWT #Newt @NewtonProtocol
Article
Why does the Newton Protocol agree to make deployments more complicated every time?At 2 a.m. last night, I was sitting and drinking late with a friend who’s working as a DevOps engineer at a software company. The conversation happened to drift into the deployment process. I asked: "Why does your company make you reconfigure a whole bunch of credentials with secrets every time you deploy? Wouldn’t it be faster to keep the old ones intact?" He smiled. "It’s fast, sure. But if something is kept around for too long, sooner or later no one will remember why it still exists."

Why does the Newton Protocol agree to make deployments more complicated every time?

At 2 a.m. last night, I was sitting and drinking late with a friend who’s working as a DevOps engineer at a software company. The conversation happened to drift into the deployment process.
I asked:
"Why does your company make you reconfigure a whole bunch of credentials with secrets every time you deploy? Wouldn’t it be faster to keep the old ones intact?"
He smiled.
"It’s fast, sure. But if something is kept around for too long, sooner or later no one will remember why it still exists."
The other day, I was watching the Writing Data Oracles section of the Newton Protocol and came across something quite interesting: if an HTTP Fetch fails, the Data Oracle must not ignore the error or return default data. Instead, the Oracle returns a namespaced error so that the Rego Policy can immediately deny the Decision. It seems the Newton Protocol is changing the role of failure during Decision creation. A failure is no longer just information for the Developer to read after the system has finished running. The moment the Data Oracle returns a namespaced error, that failed status becomes part of the data that the Rego Policy must evaluate. The Decision isn’t halted because the system encountered an error; it’s halted because the system has just received a new signal. I suddenly realized the Newton Protocol is choosing a Fail-Closed Architecture. This architecture doesn’t try to hide what isn’t known yet in order to keep executing. Instead, it expands the concept of Evidence. Not only successfully collected data has value. The fact that the Data Oracle cannot confirm a piece of information also becomes a form of Evidence that the Rego Policy must evaluate. Once failure is treated as Evidence, a Decision no longer has the right to ignore it. A Decision can’t keep going just because the remaining data looks reasonable. It must reflect all the Evidence the system currently has, including what cannot be confirmed. If the Evidence isn’t sufficient to support a conclusion, the Decision is not allowed to “fill in the missing parts” by assuming. From that perspective, Newton Protocol’s Fail-Closed Architecture is no longer just a failure-handling mechanism. It forces every Decision to be truthful to the Evidence we truly have, rather than the Evidence the system wishes it had. #Newt $LAB $TRIA $NEWT @NewtonProtocol
The other day, I was watching the Writing Data Oracles section of the Newton Protocol and came across something quite interesting: if an HTTP Fetch fails, the Data Oracle must not ignore the error or return default data. Instead, the Oracle returns a namespaced error so that the Rego Policy can immediately deny the Decision.
It seems the Newton Protocol is changing the role of failure during Decision creation. A failure is no longer just information for the Developer to read after the system has finished running. The moment the Data Oracle returns a namespaced error, that failed status becomes part of the data that the Rego Policy must evaluate. The Decision isn’t halted because the system encountered an error; it’s halted because the system has just received a new signal.
I suddenly realized the Newton Protocol is choosing a Fail-Closed Architecture. This architecture doesn’t try to hide what isn’t known yet in order to keep executing. Instead, it expands the concept of Evidence. Not only successfully collected data has value. The fact that the Data Oracle cannot confirm a piece of information also becomes a form of Evidence that the Rego Policy must evaluate.
Once failure is treated as Evidence, a Decision no longer has the right to ignore it. A Decision can’t keep going just because the remaining data looks reasonable. It must reflect all the Evidence the system currently has, including what cannot be confirmed. If the Evidence isn’t sufficient to support a conclusion, the Decision is not allowed to “fill in the missing parts” by assuming.
From that perspective, Newton Protocol’s Fail-Closed Architecture is no longer just a failure-handling mechanism. It forces every Decision to be truthful to the Evidence we truly have, rather than the Evidence the system wishes it had. #Newt $LAB $TRIA $NEWT @NewtonProtocol
Verified
Article
Newton Protocol inherited, but not everyone can see it8 p.m. yesterday, at a small café on Thiền Quang Street, I sat down to chat with Trinh—an extremely seasoned HR professional. We talked about hiring people. I asked: "If there are two candidates—one has a lot of Certificates, and the other has worked for many years at a well-known company but has almost no certificates to show—who would you choose?" Trinh answered right away. "I will choose the second person." I was quite surprised, so I asked further.

Newton Protocol inherited, but not everyone can see it

8 p.m. yesterday, at a small café on Thiền Quang Street, I sat down to chat with Trinh—an extremely seasoned HR professional. We talked about hiring people.
I asked: "If there are two candidates—one has a lot of Certificates, and the other has worked for many years at a well-known company but has almost no certificates to show—who would you choose?"
Trinh answered right away.
"I will choose the second person."
I was quite surprised, so I asked further.
Verified
The Newton Protocol was developed by Magic Labs, the team behind many products that meet Enterprise Standards such as SOC 2 Type II and ISO 27001. These Enterprise Standards require an organization to have a sufficiently rigorous Development Process to manage Change, assess Risk, and ensure that every Decision can be traced throughout the entire Development Lifecycle. More importantly, that Development Process must not only serve a single Release. It must be consistent enough to continue being used across multiple Releases, regardless of how the Product evolves. In my view, when the Magic Labs team works for years under the same Development Process, that Process stops being just an internal workflow. It becomes the default way for the team to approach problems and make decisions. That is also why I believe that when developing the Newton Protocol, what Magic Labs brought along was not the Enterprise Standards, but a Process-First Mindset. With that mindset, each Release of the Newton Protocol can still be very different because it must solve new problems. But all changes originate from the same Decision Framework, the same way of evaluating Risk, and the same Engineering Process. That consistency does not lie in each individual Release, but in how the Newton Protocol is Engineered. As @NewtonProtocol continues to expand, new Features will not become pieces built from different Engineering Philosophies. They will still be constructed on the same foundation of thinking that shaped the Protocol from the beginning. Perhaps the most valuable thing the Magic Labs team brings when developing the Newton Protocol is the Process-First Mindset. It helps the Newton Protocol keep evolving and expanding while still preserving consistency in how it is Engineered.#Newt $LAB $NEWT
The Newton Protocol was developed by Magic Labs, the team behind many products that meet Enterprise Standards such as SOC 2 Type II and ISO 27001.
These Enterprise Standards require an organization to have a sufficiently rigorous Development Process to manage Change, assess Risk, and ensure that every Decision can be traced throughout the entire Development Lifecycle.
More importantly, that Development Process must not only serve a single Release. It must be consistent enough to continue being used across multiple Releases, regardless of how the Product evolves.
In my view, when the Magic Labs team works for years under the same Development Process, that Process stops being just an internal workflow. It becomes the default way for the team to approach problems and make decisions. That is also why I believe that when developing the Newton Protocol, what Magic Labs brought along was not the Enterprise Standards, but a Process-First Mindset.
With that mindset, each Release of the Newton Protocol can still be very different because it must solve new problems. But all changes originate from the same Decision Framework, the same way of evaluating Risk, and the same Engineering Process.
That consistency does not lie in each individual Release, but in how the Newton Protocol is Engineered. As @NewtonProtocol continues to expand, new Features will not become pieces built from different Engineering Philosophies. They will still be constructed on the same foundation of thinking that shaped the Protocol from the beginning.
Perhaps the most valuable thing the Magic Labs team brings when developing the Newton Protocol is the Process-First Mindset. It helps the Newton Protocol keep evolving and expanding while still preserving consistency in how it is Engineered.#Newt $LAB $NEWT
Verified
Read the Integration Guide of the Newton Protocol, and there’s one detail I find rather strange: the Data Oracle can be written in JavaScript, Rust, or Python. At first, I thought that @NewtonProtocol was just trying to expand options for builders. But what’s noteworthy isn’t the programming language itself. It’s that no matter which language it’s written in, everything eventually compiles into the same WIT interface. That’s when I realized that JavaScript, Rust, or Python are just superficial expressions. What changes fastest in each ecosystem has never been the programming language—it’s innovation. Python keeps seeing new AI packages. Rust has performance and security optimizations. JavaScript is developing rapidly at the application layer and in tooling. Each ecosystem has its own pace of evolution, and no one knows where the next breakthrough will come from. If a protocol is tightly tied to a single programming language ecosystem, it also unintentionally bets that the most important innovations will keep emerging there. Anything created outside it either has to be ported back in, or never makes it into the system. Newton Protocol seems to choose to stand outside the race and adopt a stance of Innovation Neutrality. The Newton Protocol doesn’t standardize where innovation is created. The only thing that is standardized is the way innovation makes its way to the protocol through a shared interface. In that case, the evolution of the Data Oracle doesn’t depend on any single programming language or developer community. A breakthrough that appears in Python, Rust, or JavaScript can all become part of the Newton Protocol. That’s also the advantage of the Innovation Neutrality stance. The Newton Protocol doesn’t need to bet its future on any single programming language ecosystem. #Newt $LAB $HMSTR $NEWT
Read the Integration Guide of the Newton Protocol, and there’s one detail I find rather strange: the Data Oracle can be written in JavaScript, Rust, or Python. At first, I thought that @NewtonProtocol was just trying to expand options for builders.
But what’s noteworthy isn’t the programming language itself. It’s that no matter which language it’s written in, everything eventually compiles into the same WIT interface.
That’s when I realized that JavaScript, Rust, or Python are just superficial expressions. What changes fastest in each ecosystem has never been the programming language—it’s innovation. Python keeps seeing new AI packages. Rust has performance and security optimizations. JavaScript is developing rapidly at the application layer and in tooling. Each ecosystem has its own pace of evolution, and no one knows where the next breakthrough will come from.
If a protocol is tightly tied to a single programming language ecosystem, it also unintentionally bets that the most important innovations will keep emerging there. Anything created outside it either has to be ported back in, or never makes it into the system.
Newton Protocol seems to choose to stand outside the race and adopt a stance of Innovation Neutrality. The Newton Protocol doesn’t standardize where innovation is created. The only thing that is standardized is the way innovation makes its way to the protocol through a shared interface.
In that case, the evolution of the Data Oracle doesn’t depend on any single programming language or developer community. A breakthrough that appears in Python, Rust, or JavaScript can all become part of the Newton Protocol. That’s also the advantage of the Innovation Neutrality stance. The Newton Protocol doesn’t need to bet its future on any single programming language ecosystem. #Newt $LAB $HMSTR $NEWT
Verified
Article
Does the Newton Protocol clearly define which decisions should belong to the protocol?The other day I looked at a pull request from an open-source project. The code wasn’t anything special, but underneath the review there was a pretty long argument. One person suggested rewriting it in Rust. Another wanted to keep Python because it lets you take advantage of all the libraries you already have. The interesting thing is that in the end nobody debates programming languages anymore. They just agree on one thing: as long as the input and output don’t change, the rest can be left up to each person to decide.

Does the Newton Protocol clearly define which decisions should belong to the protocol?

The other day I looked at a pull request from an open-source project. The code wasn’t anything special, but underneath the review there was a pretty long argument. One person suggested rewriting it in Rust. Another wanted to keep Python because it lets you take advantage of all the libraries you already have.
The interesting thing is that in the end nobody debates programming languages anymore. They just agree on one thing: as long as the input and output don’t change, the rest can be left up to each person to decide.
Partly True
Read the Verifiable Credentials section in Newton Protocol docs, and I keep getting stuck on a very small detail. Among a bunch of SDK methods for Identity, Verification, and Credential Management, @NewtonProtocol is still reserved entirely for a method called unlinkApp(). At first glance, it seems like this is only an API for revoking the link between a user and an application. But the more I think about it, the more I feel that the existence of this method may be more noteworthy than what it actually does. A system truly only needs unlinkApp() if, from the very beginning, the team has accepted that users always have Exit Rights. If that assumption is correct, Newton Protocol might be pursuing a Voluntary Lock-in strategy. That sounds contradictory at first. Usually, Lock-in is created by gradually increasing Switching Costs, making it harder and harder for users to leave the system. But with Voluntary Lock-in, the option to leave is always there. The only thing keeping users around is their own choice. That also means Newton Protocol effectively gives up one of the most common Competitive Moats among Web3 platforms. When Exit is always protected, Newton Protocol can’t rely on Switching Costs to retain Users. In my view, this is the real point worth thinking about. If Voluntary Lock-in is truly a choice in Product Design, then each Active User is no longer simply a growth metric. They become evidence that even when Exit rights always exist, they still continue to choose Stay. In other words, unlinkApp() may not just be an SDK method. It may be a small signal that Newton Protocol doesn’t view Lock-in as the result of barriers, but as the result of voluntary decisions repeated over time. #Newt $MAGMA $LAB $NEWT
Read the Verifiable Credentials section in Newton Protocol docs, and I keep getting stuck on a very small detail.
Among a bunch of SDK methods for Identity, Verification, and Credential Management, @NewtonProtocol is still reserved entirely for a method called unlinkApp().
At first glance, it seems like this is only an API for revoking the link between a user and an application.
But the more I think about it, the more I feel that the existence of this method may be more noteworthy than what it actually does.
A system truly only needs unlinkApp() if, from the very beginning, the team has accepted that users always have Exit Rights.
If that assumption is correct, Newton Protocol might be pursuing a Voluntary Lock-in strategy.
That sounds contradictory at first.
Usually, Lock-in is created by gradually increasing Switching Costs, making it harder and harder for users to leave the system. But with Voluntary Lock-in, the option to leave is always there. The only thing keeping users around is their own choice.
That also means Newton Protocol effectively gives up one of the most common Competitive Moats among Web3 platforms.
When Exit is always protected, Newton Protocol can’t rely on Switching Costs to retain Users.
In my view, this is the real point worth thinking about.
If Voluntary Lock-in is truly a choice in Product Design, then each Active User is no longer simply a growth metric.
They become evidence that even when Exit rights always exist, they still continue to choose Stay.
In other words, unlinkApp() may not just be an SDK method.
It may be a small signal that Newton Protocol doesn’t view Lock-in as the result of barriers, but as the result of voluntary decisions repeated over time.
#Newt $MAGMA $LAB $NEWT
Article
Is the Newton Protocol redefining the meaning of Consent?There's something I find rather strange. Many apps only need me to tap "Allow" just once. A few months later, I can almost no longer remember what permissions I granted, yet those permissions still quietly persist. That makes me wonder another question. Should a one-time Consent create a power that exists long into the future? Or should Consent itself also have limits so it can’t automatically expand just because it was granted once?

Is the Newton Protocol redefining the meaning of Consent?

There's something I find rather strange. Many apps only need me to tap "Allow" just once. A few months later, I can almost no longer remember what permissions I granted, yet those permissions still quietly persist.
That makes me wonder another question.
Should a one-time Consent create a power that exists long into the future?
Or should Consent itself also have limits so it can’t automatically expand just because it was granted once?
Article
What is the biggest test Newton Protocol will have to face?I keep wondering, if Human Nature is Fundamentally Self-Interested is true, then what would be the biggest Stress Test of the Policy Marketplace that Newton Protocol is building? At first glance, I think those would be familiar issues like Security, Scalability, or Compliance. But the more I look into the nature of a Policy Marketplace, the more I feel that the hardest test might appear somewhere else. A Policy Marketplace only truly has value when it can serve many Protocols, many Asset Classes, and many different Use Cases. That also means the marketplace must handle an ever-growing number of Contexts.

What is the biggest test Newton Protocol will have to face?

I keep wondering, if Human Nature is Fundamentally Self-Interested is true, then what would be the biggest Stress Test of the Policy Marketplace that Newton Protocol is building?
At first glance, I think those would be familiar issues like Security, Scalability, or Compliance.
But the more I look into the nature of a Policy Marketplace, the more I feel that the hardest test might appear somewhere else.
A Policy Marketplace only truly has value when it can serve many Protocols, many Asset Classes, and many different Use Cases. That also means the marketplace must handle an ever-growing number of Contexts.
Verified
"A market truly exists only when both sides begin to find each other." That sentence suddenly came to mind when I learned that Newton Protocol is building a Policy Marketplace. At first, I thought this was just a place for builders to find and integrate policies. But if I look more closely through the lens of Platform Economics, it feels more like a Two-Sided Market than a conventional marketplace. One side is Supply. They package security, compliance, and legal expertise into Policy-as-Code that can be reused many times. The other side is Demand. They do not buy policies just because they like them. What they need is trust and compliance without having to build everything from scratch every time they develop a Vault, RWA protocol, Stablecoin, or AI Agent. In such a market, value does not lie in having more Supply or more Demand. It lies in Matching Efficiency. If a high-quality policy does not reach the builder who needs it, that expertise creates almost no economic value. Conversely, if builders cannot find the right policy, they will go back to building it themselves, and Demand will never turn into a transaction. When Matching Efficiency increases, the behavior of both sides changes. Supply has an incentive to create more Policy-as-Code because the probability of usage and revenue generation is higher. Demand also tends to turn to the marketplace first before building on its own because the cost of search and integration keeps falling. Perhaps that is what I find most interesting about Newton Protocol's Policy Marketplace. @NewtonProtocol It does not just connect Supply and Demand. It also seeks to optimize Matching Efficiency, so that the ability to connect both sides itself becomes a source of liquidity and drives the entire Two-Sided Market to operate more efficiently on its own. #Newt $LAB $NEWT
"A market truly exists only when both sides begin to find each other."
That sentence suddenly came to mind when I learned that Newton Protocol is building a Policy Marketplace.
At first, I thought this was just a place for builders to find and integrate policies.
But if I look more closely through the lens of Platform Economics, it feels more like a Two-Sided Market than a conventional marketplace.
One side is Supply. They package security, compliance, and legal expertise into Policy-as-Code that can be reused many times.
The other side is Demand. They do not buy policies just because they like them. What they need is trust and compliance without having to build everything from scratch every time they develop a Vault, RWA protocol, Stablecoin, or AI Agent.
In such a market, value does not lie in having more Supply or more Demand.
It lies in Matching Efficiency.
If a high-quality policy does not reach the builder who needs it, that expertise creates almost no economic value. Conversely, if builders cannot find the right policy, they will go back to building it themselves, and Demand will never turn into a transaction.
When Matching Efficiency increases, the behavior of both sides changes. Supply has an incentive to create more Policy-as-Code because the probability of usage and revenue generation is higher. Demand also tends to turn to the marketplace first before building on its own because the cost of search and integration keeps falling.
Perhaps that is what I find most interesting about Newton Protocol's Policy Marketplace. @NewtonProtocol It does not just connect Supply and Demand. It also seeks to optimize Matching Efficiency, so that the ability to connect both sides itself becomes a source of liquidity and drives the entire Two-Sided Market to operate more efficiently on its own.
#Newt $LAB $NEWT
Verified
Article
Newton Protocol: Where is it placing the Newton Vault SDK?On the Saturday afternoon of last week, around a little after 4 o’clock, I was sitting in a café on Kỳ Lừa street and talking with Oanh—my friend who’s working as an AI Engineer for a startup. When I arrived, Oanh was staring intently at the VS Code screen, looking quite exhausted. I asked: "A bug?" Oanh shook her head. "No. The framework changed." I smiled. "Then just update." Oanh turned her laptop toward me. "Three months ago we built around a stack. Two months later we switched to another framework because the ecosystem was better. This week we have yet another new and more effective workflow. The model changed, the SDK changed, and even the orchestration changed. It feels like the product hasn’t even matured yet before its foundation has to be rebuilt."

Newton Protocol: Where is it placing the Newton Vault SDK?

On the Saturday afternoon of last week, around a little after 4 o’clock, I was sitting in a café on Kỳ Lừa street and talking with Oanh—my friend who’s working as an AI Engineer for a startup.
When I arrived, Oanh was staring intently at the VS Code screen, looking quite exhausted.
I asked:
"A bug?"
Oanh shook her head.
"No. The framework changed."
I smiled.
"Then just update."
Oanh turned her laptop toward me.
"Three months ago we built around a stack. Two months later we switched to another framework because the ecosystem was better. This week we have yet another new and more effective workflow. The model changed, the SDK changed, and even the orchestration changed. It feels like the product hasn’t even matured yet before its foundation has to be rebuilt."
Verified
At first, when I learned that the Newton Protocol uses TypeScript for the Newton Vault SDK, I couldn’t help but blurt out: “Why don’t they use Python instead, and choose TypeScript?” Because if the goal is to serve AI Agents, Python is almost always the most familiar choice. It has a massive ecosystem for machine learning, quantitative finance... From a capability standpoint, this is almost the most straightforward option. But maybe Newton Protocol isn’t competing on capability. What they’re targeting is Technology Half-life. The AI ecosystem has an extremely short life cycle. Today everyone talks about a new model; a few months later, a new framework appears, a new agent framework, or a new library. Python is always at the center of those changes. Meanwhile, the Execution Stack has a much longer Technology Half-life. Wallets, browsers, signing, and smart contracts are continuously upgraded, but rarely replaced. That’s also where TypeScript dominates. This made me see the Newton Vault SDK differently. If Newton Protocol chose Python, they would have to live in sync with the AI ecosystem’s pace of change. Each time the market shifts, the SDK would also be under pressure to adapt. But by placing the Vault SDK on TypeScript, Newton Protocol is able to stick to an infrastructure layer with a much longer Technology Half-life. AI can keep changing its “brain,” but once authority is granted and transactions are signed, the workflow still returns to the same execution environment. Perhaps what’s notable about Newton Protocol is that they don’t try to stand on the fastest-moving layer of technology. Instead, the Vault SDK is built on an Execution Stack with a longer Technology Half-life. When the AI ecosystem keeps changing, @NewtonProtocol doesn’t need to win every AI cycle. They only need to outlive those AI cycles. #Newt $TAIKO $NEWT
At first, when I learned that the Newton Protocol uses TypeScript for the Newton Vault SDK, I couldn’t help but blurt out: “Why don’t they use Python instead, and choose TypeScript?”
Because if the goal is to serve AI Agents, Python is almost always the most familiar choice. It has a massive ecosystem for machine learning, quantitative finance... From a capability standpoint, this is almost the most straightforward option.
But maybe Newton Protocol isn’t competing on capability.
What they’re targeting is Technology Half-life.
The AI ecosystem has an extremely short life cycle. Today everyone talks about a new model; a few months later, a new framework appears, a new agent framework, or a new library. Python is always at the center of those changes.
Meanwhile, the Execution Stack has a much longer Technology Half-life. Wallets, browsers, signing, and smart contracts are continuously upgraded, but rarely replaced.
That’s also where TypeScript dominates.
This made me see the Newton Vault SDK differently.
If Newton Protocol chose Python, they would have to live in sync with the AI ecosystem’s pace of change. Each time the market shifts, the SDK would also be under pressure to adapt.
But by placing the Vault SDK on TypeScript, Newton Protocol is able to stick to an infrastructure layer with a much longer Technology Half-life. AI can keep changing its “brain,” but once authority is granted and transactions are signed, the workflow still returns to the same execution environment.
Perhaps what’s notable about Newton Protocol is that they don’t try to stand on the fastest-moving layer of technology. Instead, the Vault SDK is built on an Execution Stack with a longer Technology Half-life. When the AI ecosystem keeps changing, @NewtonProtocol doesn’t need to win every AI cycle. They only need to outlive those AI cycles. #Newt $TAIKO $NEWT
Verified
Article
In the end, who is the Newton Protocol Vault SDK really for?The other day I tried to answer a very familiar question. "In the end, who is the Newton Protocol Vault SDK really for?" At first, I was also looking for an answer similar to most other projects. Are they targeting financial institutions? Or AI Agents? Or DeFi Whales? But the more I looked, the more I felt that none of these groups could adequately represent the entire product. If it only serves the Institution, why is the Newton Protocol investing in the TypeScript SDK and tools for integrating AI Agents? If it only serves AI Agents, then why does the project put so much effort into Compliance and Risk Control? And if it’s meant for DeFi Whales, that also isn’t quite right—because many of the Vault SDK’s designs are aimed at workflows with an organizational nature.

In the end, who is the Newton Protocol Vault SDK really for?

The other day I tried to answer a very familiar question.
"In the end, who is the Newton Protocol Vault SDK really for?"
At first, I was also looking for an answer similar to most other projects. Are they targeting financial institutions? Or AI Agents? Or DeFi Whales?
But the more I looked, the more I felt that none of these groups could adequately represent the entire product.
If it only serves the Institution, why is the Newton Protocol investing in the TypeScript SDK and tools for integrating AI Agents? If it only serves AI Agents, then why does the project put so much effort into Compliance and Risk Control? And if it’s meant for DeFi Whales, that also isn’t quite right—because many of the Vault SDK’s designs are aimed at workflows with an organizational nature.
At first, I thought Newton Protocol’s VaultKit was an SDK that helps builders create vaults faster. But with that same VaultKit, Newton Protocol talks about Institutional DeFi, AI Agents, and even DeFi Whales. These three user groups have almost nothing in common. Then I realized what Newton Protocol distributes was never a Vault. Instead, it’s Constraint Boxes. An institution needs a Compliance Box. Funds can still be operated, but they can’t touch sanctioned addresses, can’t bypass the approval workflow, and can’t go outside the investment mandate. An AI Agent needs a Behavior Box. It’s still allowed to trade, but every action is constrained by spending limits, protocol whitelists, and predefined rules. Meanwhile, when a DeFi Whale deposits into a vault, it only needs a Trust Box—where a curator can’t quietly change strategies or move assets to places that were never committed to. What’s interesting is that these three Boxes are completely different, yet they solve the same problem: limiting authority without losing automation. That’s when I started to see the VaultKit differently. Rather than selling a generic security layer to everyone, Newton Protocol is packaging different kinds of Constraint Boxes for different types of capital and delegation models. Each stream of capital might require a different strategy, but in the end, it must run inside a Box designed with the exact level of authority that the owner is willing to grant. That’s probably what’s noteworthy about Newton Protocol. The project isn’t trying to create one Box that fits everyone. Instead, <@NewtonProtocol > is building an infrastructure where each type of capital can define its own Constraint Box before entering the onchain economy. #Newt $SYN $NEWT
At first, I thought Newton Protocol’s VaultKit was an SDK that helps builders create vaults faster.
But with that same VaultKit, Newton Protocol talks about Institutional DeFi, AI Agents, and even DeFi Whales. These three user groups have almost nothing in common.
Then I realized what Newton Protocol distributes was never a Vault.
Instead, it’s Constraint Boxes.
An institution needs a Compliance Box. Funds can still be operated, but they can’t touch sanctioned addresses, can’t bypass the approval workflow, and can’t go outside the investment mandate.
An AI Agent needs a Behavior Box. It’s still allowed to trade, but every action is constrained by spending limits, protocol whitelists, and predefined rules.
Meanwhile, when a DeFi Whale deposits into a vault, it only needs a Trust Box—where a curator can’t quietly change strategies or move assets to places that were never committed to.
What’s interesting is that these three Boxes are completely different, yet they solve the same problem: limiting authority without losing automation.
That’s when I started to see the VaultKit differently.
Rather than selling a generic security layer to everyone, Newton Protocol is packaging different kinds of Constraint Boxes for different types of capital and delegation models. Each stream of capital might require a different strategy, but in the end, it must run inside a Box designed with the exact level of authority that the owner is willing to grant.
That’s probably what’s noteworthy about Newton Protocol. The project isn’t trying to create one Box that fits everyone. Instead, <@NewtonProtocol > is building an infrastructure where each type of capital can define its own Constraint Box before entering the onchain economy.
#Newt $SYN $NEWT
Verified
Article
Is the Newton Protocol building infrastructure so human judgment can exist independently?The other day I sat at a coffee shop with a friend who works as a risk manager for a fund. I asked: "Do you think AI will replace investment experts?" He smiled. "I don’t think people will buy AI because it can think. People will buy it because it knows what it isn’t allowed to do." That answer made me think for quite a while. Up to now, I still think the AI race will revolve around intelligence. The model that can reason better, understand context better, and make more accurate decisions will win.

Is the Newton Protocol building infrastructure so human judgment can exist independently?

The other day I sat at a coffee shop with a friend who works as a risk manager for a fund.
I asked:
"Do you think AI will replace investment experts?"
He smiled.
"I don’t think people will buy AI because it can think. People will buy it because it knows what it isn’t allowed to do."
That answer made me think for quite a while.
Up to now, I still think the AI race will revolve around intelligence. The model that can reason better, understand context better, and make more accurate decisions will win.
At first I thought Newton Protocol’s VaultKit was built for institutions. Policy, risk control, or governance are languages used by funds, not retail. Then I wondered: "So what does retail get?" Retail doesn’t write policy. It also doesn’t manage vaults itself. But the more I look into VaultKit’s mechanism, the more I realize I was asking the wrong question. The key point I noticed isn’t in the policy itself. It’s that every action by a curator or an AI Agent must go through policy before it’s executed. Meaning, decision-making power is no longer the same as the right to do anything. That creates a pretty interesting shift. Previously, when retail deposits into a vault, it effectively puts its trust in the curator’s judgment. If the manager makes a bad decision, there’s almost no layer preventing it from happening. VaultKit changes the focus of that trust. "Hold on..." "Do I no longer have to trust how good the curator is?" I only need to trust that they can’t go beyond the boundaries defined in advance. This mechanism gradually moves trust from people to constraints. That’s how institutions manage capital. No one is given full authority. Power always comes with constraints. Newton simply brings that same discipline onto the blockchain. What’s interesting is that retail doesn’t need to become an institution to benefit from it. They still deposit money into vaults as before. The only difference is that institutional governance is no longer confined to the internal processes of those funds. It becomes part of VaultKit itself. That’s the most interesting thing about VaultKit to me. It’s bringing Institutional Discipline to retail. Maybe retail is also the user group that Newton Protocol is choosing to expand trust in onchain vaults. $TAC $NEWT #Newt @NewtonProtocol
At first I thought Newton Protocol’s VaultKit was built for institutions.
Policy, risk control, or governance are languages used by funds, not retail.
Then I wondered:
"So what does retail get?"
Retail doesn’t write policy.
It also doesn’t manage vaults itself.
But the more I look into VaultKit’s mechanism, the more I realize I was asking the wrong question.
The key point I noticed isn’t in the policy itself.
It’s that every action by a curator or an AI Agent must go through policy before it’s executed.
Meaning, decision-making power is no longer the same as the right to do anything.
That creates a pretty interesting shift.
Previously, when retail deposits into a vault, it effectively puts its trust in the curator’s judgment.
If the manager makes a bad decision, there’s almost no layer preventing it from happening.
VaultKit changes the focus of that trust.
"Hold on..."
"Do I no longer have to trust how good the curator is?"
I only need to trust that they can’t go beyond the boundaries defined in advance.
This mechanism gradually moves trust from people to constraints.
That’s how institutions manage capital.
No one is given full authority.
Power always comes with constraints.
Newton simply brings that same discipline onto the blockchain.
What’s interesting is that retail doesn’t need to become an institution to benefit from it.
They still deposit money into vaults as before.
The only difference is that institutional governance is no longer confined to the internal processes of those funds.
It becomes part of VaultKit itself.
That’s the most interesting thing about VaultKit to me.
It’s bringing Institutional Discipline to retail.
Maybe retail is also the user group that Newton Protocol is choosing to expand trust in onchain vaults. $TAC $NEWT #Newt @NewtonProtocol
When I saw OpenGradient Chat allowing users to buy Credit using a Credit/Debit Card, I thought it was only a way to make it more convenient for people who don’t use crypto to pay. But the more I think about it, the more I realize OpenGradient is giving up an advantage that many Web3 products still have. Web3 Immunity. When paying with crypto, transactions are almost irreversible. Once the funds are sent, most responsibility is essentially concluded at the transaction stage. Credit/Debit Cards operate under a different logic. When joining this system, OpenGradient must also comply with the rules of traditional payment infrastructure, where the merchant’s responsibility doesn’t end when the payment is completed. That’s when I realized a successful transaction no longer means a service has been finished. Credit must be issued. Inference must run. The user must truly receive the exact service they paid for. That’s OpenGradient’s Service-Level Commitment. A commitment that no longer stops at processing payments. It extends until the actual value is delivered to the user. And I think this Service-Level Commitment is quite significant: When @OpenGradient has to take responsibility for the process after payment, what they sell is no longer just AI capability. They’re also selling delivery. No matter how powerful the model is, it doesn’t mean much if Credit isn’t issued correctly, inference doesn’t run reliably, or the OpenGradient Chat experience gets interrupted. Then, Delivery Becomes the Product. The Credit/Debit Card checkout button doesn’t just add another payment method. It also shows OpenGradient is setting itself to a standard where the value of OpenGradient Chat isn’t determined only by the model, but also by the ability to truly deliver what was promised. $TAC #OPG $OPG
When I saw OpenGradient Chat allowing users to buy Credit using a Credit/Debit Card, I thought it was only a way to make it more convenient for people who don’t use crypto to pay.
But the more I think about it, the more I realize OpenGradient is giving up an advantage that many Web3 products still have.
Web3 Immunity.
When paying with crypto, transactions are almost irreversible.
Once the funds are sent, most responsibility is essentially concluded at the transaction stage.
Credit/Debit Cards operate under a different logic.
When joining this system, OpenGradient must also comply with the rules of traditional payment infrastructure, where the merchant’s responsibility doesn’t end when the payment is completed.
That’s when I realized a successful transaction no longer means a service has been finished.
Credit must be issued.
Inference must run.
The user must truly receive the exact service they paid for.
That’s OpenGradient’s Service-Level Commitment.
A commitment that no longer stops at processing payments.
It extends until the actual value is delivered to the user.
And I think this Service-Level Commitment is quite significant:
When @OpenGradient has to take responsibility for the process after payment, what they sell is no longer just AI capability.
They’re also selling delivery.
No matter how powerful the model is, it doesn’t mean much if Credit isn’t issued correctly, inference doesn’t run reliably, or the OpenGradient Chat experience gets interrupted.
Then, Delivery Becomes the Product.
The Credit/Debit Card checkout button doesn’t just add another payment method.
It also shows OpenGradient is setting itself to a standard where the value of OpenGradient Chat isn’t determined only by the model, but also by the ability to truly deliver what was promised.
$TAC #OPG $OPG
The other day I had dinner with Trinh—a Web3 friend of mine. She said her team just released a token, and the first thing they did was to figure out where to plug the token into an app: buy usage credits, enable features, and get discounts. I asked: “Does the user need the token there?” She replied: “Doesn’t matter whether they need it or not—if the token creates additional demand, that’s enough.” That line made me think of OpenGradient Chat. If you look closely, there’s a place that could easily become demand for the token, but it isn’t used that way. That’s Credit. Users buy Credit with USDC, then use Credit in OpenGradient Chat. The payment flow is fairly straightforward: stablecoin converts into Credit, and Credit converts into usage. If you want to create new demand for the OPG token, the project could simply allow users to buy Credit with OPG tokens. Then the token would be connected directly to where users truly interact with the product. But OpenGradient doesn’t choose that approach. And from the user’s perspective, this decision makes far more sense. A long-term OpenGradient Chat user needs a fixed input cost. They need to know how much they pay, how many Credits they receive, and then use those Credits for workflows without having to think about token price calculations. If OPG tokens were used at the step where users buy Credits, users would gain yet another thing to worry about: when to buy, whether the token price is high or low... So the project could create more demand for the token, but the cost would be paid in user experience. That’s User-First Token Discipline. OpenGradient doesn’t push volatility, timing risk, and mental friction onto the user just to expand token demand. They want to build for the long term. They want the cost of OpenGradient Chat to be easy enough to measure, so users come back and use it like a working habit. What’s worth watching is: when $OPG needs more demand, will OpenGradient still prioritize user experience and maintain User-First Token Discipline—or not? I still don’t have an answer to that question. $VELVET #OPG @OpenGradient  chat.opengradient.ai
The other day I had dinner with Trinh—a Web3 friend of mine.
She said her team just released a token, and the first thing they did was to figure out where to plug the token into an app: buy usage credits, enable features, and get discounts.
I asked: “Does the user need the token there?”
She replied: “Doesn’t matter whether they need it or not—if the token creates additional demand, that’s enough.”
That line made me think of OpenGradient Chat.
If you look closely, there’s a place that could easily become demand for the token, but it isn’t used that way.
That’s Credit.
Users buy Credit with USDC, then use Credit in OpenGradient Chat. The payment flow is fairly straightforward: stablecoin converts into Credit, and Credit converts into usage.
If you want to create new demand for the OPG token, the project could simply allow users to buy Credit with OPG tokens. Then the token would be connected directly to where users truly interact with the product.
But OpenGradient doesn’t choose that approach.
And from the user’s perspective, this decision makes far more sense.
A long-term OpenGradient Chat user needs a fixed input cost. They need to know how much they pay, how many Credits they receive, and then use those Credits for workflows without having to think about token price calculations.
If OPG tokens were used at the step where users buy Credits, users would gain yet another thing to worry about: when to buy, whether the token price is high or low...
So the project could create more demand for the token, but the cost would be paid in user experience.
That’s User-First Token Discipline.
OpenGradient doesn’t push volatility, timing risk, and mental friction onto the user just to expand token demand.
They want to build for the long term. They want the cost of OpenGradient Chat to be easy enough to measure, so users come back and use it like a working habit.
What’s worth watching is: when $OPG needs more demand, will OpenGradient still prioritize user experience and maintain User-First Token Discipline—or not? I still don’t have an answer to that question.
$VELVET #OPG @OpenGradient
chat.opengradient.ai
Log in to explore more content
Join global crypto users on Binance Square
⚡️ Get latest and useful information about crypto.
💬 Trusted by the world’s largest crypto exchange.
👍 Discover real insights from verified creators.
Email / Phone number
Sitemap
Cookie Preferences
Platform T&Cs