⚠️ Reminder, brothers: Use Binance invite code MY6751 to save 30% on fees (highest across the entire web). Automatic credit. Even old accounts that are already in use can fill it in. Alpha, spot, trading contest, futures, and tokenized stocks—everything saves 30%.
Done in three steps: 1️⃣ Binance App → Wallet → Invite Friends 2️⃣ Tap "Enter invite code" to reduce fees by 30% 3️⃣ Enter MY6751
The biggest risk in cross-chain authorization isn’t writing the wrong rules—it’s the target chain still using an old list
Today I’d like to talk about a detail that isn’t very flashy, but can easily lead to real problems: cross-chain cached state. When many people see Newton’s multi-chain narrative, they naturally interpret it as “one set of rules executed everywhere.” That approach is certainly tempting—developers wouldn’t have to reimplement policy and risk controls on every chain, and automated agents on different chains could reuse the same authorization logic. But the more I look, the more I feel that what’s truly hard about multi-chain authorization isn’t copying the Policy over—it’s ensuring each chain sees the same security state at the correct time. 1. The main chain updates do not mean the target chain knows immediately
Today I looked into the contract integration logic under Newton. What moved me most isn’t the four words “proof passes,” but the fact that it adds many constraints to the proof: the sender, the target contract, the amount, the calldata, the chainId, and the expired block—basically everything needs to be bound.
In plain language: an Attestation isn’t a long-term VIP card; it’s more like a one-way ticket. The train number, passenger, route, and time are all fixed. Once used, it’s void, and once the time passes, it’s also void. This is a hassle, but it helps prevent a very practical kind of risk: an old authorization being reused to execute again, or being moved to another chain and misused there.
The difficulty is right there. If the validity period is too short, an AI agent may finish the Policy evaluation, but if the target chain gets congested, the ticket will expire. If it’s too long, the old ticket could become a risk exposure.
So when I look at @NewtonProtocol , I think what it really needs to refine isn’t “whether it can send a proof,” but how long the window should be for different tasks: ordinary transfers, withdrawing orders, liquidation protection, and cross-chain execution should not all use the same expiration time.
If the authorization layer in $NEWT can make the “one-way ticket” lifecycle clear, users will at least be able to know: when this operation can be used, when it will be invalid, and why it can’t be repeatedly used. For on-chain automation, this is more reassuring than a simple phrase like “verified.” 🎫 #Newt
I’ve been looking at GRVT materials these past couple of days, and oddly enough, the word “fast” didn’t move me for long. Trading platforms claim they’re fast—everyone says that. What really made me pause to think was another question: after the speed part is over, how do you prove the outcome?
Many on-chain trading product issues are slow—signing, confirmations, Gas, waiting. By the time everything in that workflow is done, the opportunity is gone. But if you move matching off-chain to increase speed, new questions appear as well: if the process isn’t fully on-chain, why should users believe that the final trade, settlement, and account state won’t have problems?
That’s the part I pay particular attention to when looking at @grvt_io ’s Validium / hybrid architecture. Off-chain matching can handle speed and depth, and on-chain settlement can define the asset boundaries—but in between, you can’t be left with just a vague “the platform says it’s fine.” The closer you get to a CEX-like experience, the more you need to supply verifiable results. Otherwise, it’s only swapping one kind of black box for another.
For ordinary users, this doesn’t have to be explained in any mysterious way. Once you place an order, the most basic requirements are: the execution price can be explained, the flow of funds can be checked, and the system state isn’t something the backend can change on a whim. Speed is certainly good, but speed can’t turn into: “I couldn’t even see clearly in time—you already executed.” I’ve used platforms before where the experience felt very smooth and it was hard to replay or review afterward. In normal use, you don’t notice. But when you actually run into a needle-like problem—front-running, slippage, or abnormal fills—you realize you can only flip through screenshots and customer support chat logs. What trading systems fear most isn’t that something goes wrong. It’s that, after something goes wrong, you can’t make it make sense.
I think the truly difficult part of GRVT isn’t making the interface look like a CEX. It’s that after you make the experience feel seamless, you can still preserve the kind of certainty that matters most in on-chain trading. Speed is what makes people willing to use it; verification is what makes people dare to use it long-term. If you miss either side, it’s incomplete.#grvt
Newton shouldn’t be understood as a trading bot—it’s more like a “clearance proof machine” before trading
Over the past couple of days, I’ve noticed that many people on the rankings are talking about the @NewtonProtocol tech stack—TEE, ZK, AVS, Policy Engine. It’s a bunch of jargon that makes your head spin. I want a more down-to-earth way to look at it: if we think of on-chain automation as a truck getting dispatched, Newton isn’t the driver and it isn’t the recipient—it’s more like the gate mechanism before dispatch. The gate answers just one question: does this truck’s cargo have the资格 to go out now? This distinction is crucial. When many people hear “AI automated trading,” their first instinct is to wonder whether it can help me buy at the lows, sell at the highs, and beat the market. But Newton’s core value isn’t in that. It solves a different kind of problem: when you delegate some permissions to an agent program, how do you prove that the agent hasn’t stepped beyond the boundaries you allowed?
This afternoon I helped a friend review an on-chain automated task. He sent me a screenshot and asked, “Newton passed, so why did the transaction still fail at the end?”
This is a pretty typical question. A lot of people mix up “authorization passed” with “transaction went through” as if they’re the same thing, but there are several layers in between. Newton is more like a risk-checking machine before the transaction: it first determines whether this operation matches the rules you set—things like identity status, source of funds, limits, target protocol, and time window. After that, what it provides is proof that “your intent can be allowed to proceed.” But whether it actually gets executed depends on the target chain being congested, Gas fees, pool depth, slippage, and the contract state. It’s like face recognition for building access: it only means you’re eligible to enter the building—it doesn’t mean the elevator will arrive immediately. 😅
I think this is exactly why $NEWT is worth breaking down: it’s not there to guarantee you’ll make money, and it’s not there to guarantee every transaction will succeed. Instead, it clarifies in advance whether the agent has exceeded its authorization. Going forward, when you look at Newton, don’t just stare at whether the final result is success or failure. You should also check which layer the failure happened in: did the Policy not pass, did the proof expire, did the target chain execution fail, or was there insufficient liquidity.
If you separate authorization, execution, and settlement, then on-chain AI won’t turn into a tangle of mysticism. @NewtonProtocol #Newt
Previously, when I assigned an API Key to a quantitative trading tool, what I feared most wasn’t that it wouldn’t run—but that it could run “too well.” If a key can see everything, place orders, and even its permission boundaries are unclear, then automation stops being a helper and instead hands over your account naked.
So when I look at the API Key design for @grvt_io , the first thing I check isn’t speed, but how permissions are segmented. It binds the key to a specific Trading Account, and placing orders requires separately selecting Trade permission. This detail matters. Because many incidents don’t start with hackers stealing all assets right away; they first obtain what looks like a normal interface permission, then gradually expand the damage.
This also makes sense for ordinary traders: you can ask a friend to monitor the charts, but that doesn’t mean you need to give them your bank card password too. You can let a script automatically cancel or place orders, but that doesn’t mean it should be allowed to touch all your accounts. The core of an API isn’t “can it automate,” but rather how tightly automation is locked inside its cage.
If GRVT wants to serve professional traders and strategy users, these permission boundaries are more critical than whether the interface looks good. Because the people who truly run strategies fear script runaway, key leakage, and overly broad permissions. One wrong order might only cost a little—but if the permission design is too coarse, the losses can be magnified significantly.
I think good trading infrastructure shouldn’t just tell users, “You can connect the API.” It should also tell users: what this API can do, what it can’t do, and whether risks can be contained within a single account if something goes wrong. It’s not flashy, but it’s very real. #grvt #比特币ETF终结八周资金流出 #ARB跌约6%至$0.090
🎙️ After BTC and ETH surge and then quickly pull back, the market starts to diverge! Want to know the rebound resistance and the key support levels below? Stay in the livestream room.
Better not to execute, but never execute wildly? Deconstruct Newton’s Fail-Closed dilemma
The first time I noticed the term “Fail-Closed,” was while reading about exception handling in an automated Vault. Its meaning isn't complicated: if the system can't confirm that an operation is safe, it will default to refusing to execute it. That sounds reasonable. If the Gateway is temporarily unavailable, the operational nodes have not yet reached the legally required number, the proof has expired, or the on-chain verification failed—if any link in the chain goes wrong, the transaction should not proceed any further with doubt. For an agent managing funds, “stop when uncertain” is obviously safer than “execute first and deal with it later.” But if I follow the real-world scenario further, I find this principle isn't safe at all times.
While organizing my wallet today, I came across a very practical question: if an identity oracle mistakenly labels a normal address as high risk, who should users appeal to?
If a price oracle errors, you can cross-check it against publicly recorded trades, but identity assessment is far more complicated. Funds that pass through a mixer don’t necessarily mean the address owner participated in money laundering; restrictions also vary by region and aren’t entirely the same. If the system only provides a simple “pass/fail,” it can easily turn careful checks into unjustified blocking.
@NewtonProtocol places identity and risk verification before transaction execution. This can prevent problematic funds from entering the protocol first and then being chased down. But the more powerful the pre-check becomes, the less ambiguous the correction pathway must be. Otherwise, if an address is wrongly flagged, automatic transfers, Vault rebalancing, and even normal repayments could all be halted together.
I hope the Identity Policy provides at least four things: which category of rules was triggered, when the basis was updated, which data provider to appeal to, and what low-risk actions are allowed during the review period. Details involving privacy can be hidden, but it can’t be reduced to a single line like “verification failed.”
Even more important, the correction result must be shareable. After the data source revokes a marker, old proofs, cached entries, and the state of the destination chain should all expire within a clearly defined timeframe. You shouldn’t have the main chain already corrected while another chain continues blocking people.
$NEWT
Newton wants to be the automated gatekeeper layer on-chain. Accurate gating is certainly important; but the ability to recognize mistakes, correct them, and ensure errors aren’t perpetuated further is also a core capability that infrastructure must have. 🪪 @NewtonProtocol $NEWT #Newt
While I was watching the market last night, a suddenly very realistic question came to mind: we usually focus on the order book and only see the best bid and ask, as if the price is just sitting there. But when you actually place an order, the hardest part isn’t price fluctuation—it’s that you clicked to fill, and in the end you realize you didn’t get into the most comfortable position.
So when I was looking through the materials for @grvt_io , the point about RPI actually made me pause. It isn’t one of those mystical concepts that sounds vague. Simply put, it stands for Retail Price Improvement: it gives retail orders a channel to try to obtain a better price. You can see bid and ask prices on the public order book, but in the broader market there may be even better quotes or hidden liquidity that ordinary users can’t usually access.
For big players, this might amount to just a few basis points—but for small retail traders, it’s very real. A lot of the time we don’t lose because of the direction; we lose because every fill is just a little worse: the slippage is a little bigger, the order posts a little slower, and you end up buying a bit more expensively. After enough times, these “small decimal points” turn into visible money in your account.
I like looking at GRVT from this angle, because it doesn’t just talk about “fast speed, high performance.” Instead, it addresses a very fine layer of trading experience: whether ordinary users can avoid losing a little less. If an exchange only lets users see the order book, but doesn’t help them fight for better execution prices, then even a smooth experience is missing a bit of flavor.
Of course, RPI doesn’t guarantee that every single trade will be better, and it’s not free money. It’s more like asking one extra question before placing an order: beyond the public price, is there a more suitable quote? The question is small, but it’s very close to trading. #grvt
Who checks the “checker”? Newton still needs a challenger economy
A few days ago, while I was organizing the execution logs of an automated trade, I suddenly thought of an uncomfortable question: if the system provides a receipt saying “verification passed,” do ordinary users still need to doubt it? Intuitively, it seems unnecessary. The idea behind @NewtonProtocol is to hand over a transaction’s intent to Policy evaluation first, then have the operator nodes perform verification. Combined with a trusted execution environment, cryptographic proofs, and on-chain records, the agent can’t arbitrarily bypass the boundaries set by the user. Since the process is verifiable, the result should appear trustworthy. On-chain systems are often most difficult not because of whether there is evidence, but because of who is willing to spend the time to check it.
Last night, a friend asked me: @NewtonProtocol If it’s possible to restrict an agent’s amount, currency, and protocol, why not just create a few templates so ordinary people can choose with one click?
The idea is really practical, but the more I think about it, the more I feel that templates are the easiest risk entry point to overlook.
Suppose there’s a “Conservative DCA” template on the page. By default, it allows the agent to buy weekly, use up to 500 USDC at most, and only route through a specified DEX. When users see the words “conservative,” they probably won’t check each item one by one. But once the template sets the validity period too long, or forgets to include a slippage cap, the agent will still strictly follow the rules—just that these rules may not match what users think “conservative” means.
@NewtonProtocol ’s zkPermissions can prove the agent doesn’t go out of bounds, and the Policy can intercept prohibited actions before execution. But what they solve is “whether actions are carried out according to the rules,” not “whether these rules are written well.”
So I think permission templates can’t just show a name. At minimum, they should publicly provide the version number, creator, audit records, applicable scenarios, and the worst-case loss. And when parameters change, any old authorization should automatically become invalid, requiring users to re-confirm. $NEWT It’s like a rental contract: even if an electronic signature is reliable, you still have to read the deposit, the term, and the breach-of-contract clauses first. The key to Newton truly lowering the barrier isn’t hiding complex configuration—it’s translating risk into choices ordinary people can understand.🔐 $NEWT #Newt
I used to trade on-chain exchanges, and what I feared most wasn’t not knowing how to operate—it was every step being slowed down by “on-chain vibes”: signing, waiting for confirmations, checking Gas, and worrying that the trade would be slow to execute. But when I went back to a centralized exchange, I had a different concern: everything is smooth, but where exactly are the boundaries for your funds?
So when I looked at @grvt_io , what resonated with me wasn’t just the phrase “hybrid exchange.” It was the way it handles a single transaction in two layers. The speed-critical parts—order matching and trade execution—run off-chain, resulting in a user experience close to a familiar exchange. The heavier, more security- and ownership-related parts—asset custody, collateral, and settlement—are handled on-chain and through smart contracts.
This sounds like a technical architecture, but in plain terms it means: don’t force the fast parts onto the blockchain, and don’t make the heavy parts a black box. 🙂
What a real trader cares about is actually very simple: don’t get stuck while placing orders, don’t let fills be slow, and don’t leave your fund situation unclear. Many DEXs used to emphasize decentralization, but the experience felt like fixing a computer. Many CEXs feel smooth, but you can only trust the platform’s backend. GRVT’s goal is to reassign the pieces from both sides that most affect the user experience.
Personally, I’m most afraid of that kind of product where “the concept is very advanced,” but the moment you click, it’s all just waiting. Trading opportunities don’t wait—especially when the market moves fast. Even an extra ten or twenty seconds can change your mindset. But speed also can’t come at the cost of sacrificing fund transparency; otherwise the smoothness is only skin-deep.
I think this direction is worth paying attention to, because in the end, trading products aren’t judged by how advanced the concept is—they’re judged by whether you hesitate at the moment you place the order. Can it be as smooth as a CEX, while still preserving on-chain fund boundaries and settlement transparency? That’s what makes @grvt_io particularly interesting. #grvt
Model Registry: The real difficulty isn’t onboarding the agent, but building a reputation for it
Today I want to discuss Newton from a different angle. In the past few days, what everyone talked about the most was Policy Engine, TEE, ZK, and Keystore Rollup—these are all important. But the more I look, the more I feel that after @NewtonProtocol comes the harder challenge: it might be Model Registry. The reason is simple: the permission layer solves the problem of whether a proxy can act arbitrarily, but it cannot solve whether the proxy is actually reliable. These two problems are very different. Suppose that in the future, on Newton there is an automated rebalancing agent. You set its permissions for it: it can move at most 1000 U, it can only interact with specified protocols, it cannot transfer to unknown addresses, and if the slippage exceeds the limit, it rejects execution. zkPermissions can verify that it does not exceed its privileges, and the Policy Engine can check whether it follows the rules. This safety boundary is valuable.