Velocity

11.7K posts

Velocity banner
Velocity

Velocity

@VelocityDEX

Stay tuned! Prev @DriftProtocol

🌃 参加日 Mayıs 2021
466 フォロー中137.2K フォロワー
固定されたツイート
Velocity
Velocity@VelocityDEX·
Today, Drift is rebranding to Velocity. Our new name reflects the new and improved platform that we are building. Perpetual trading is a market where execution speed and directional precision determine outcomes. Velocity captures both, and signifies the momentum behind our relaunch. The rebrand marks a deliberate line between what was and what comes next. Velocity is the exchange we have been building toward — a cleaner architecture, a stronger security foundation, and a clearer sense of what this platform is for. The name carries that intent. As Velocity continues building towards relaunch, we are also planning to release our private Beta to select partners and traders in the coming days. This is an important step towards ensuring Velocity is rebuilt into the most robust perps exchange on Solana. We look forward to sharing more soon.
English
202
35
448
361.4K
Velocity がリツイート
Noah
Noah@redacted_noah·
I'm seeing lots of "why are you putting money into rebrand you should be repaying users" Because I expect to see "why spending money?!" every step of the way, I want to make this very clear. The Tether deal is *not* a bailout. They are not just chucking money into the recovery pool. Tether is a business, not a charity. They are acting as a line of credit. Tether wants a top perp exchange running on USDT. I do not know the actual terms of the deal (I'm not on those conversations) but my understanding is that it's a line-of-credit matching of revenue that flows into the recovery pool. It all needs to be paid back (the full ~$300m). The credit just accelerates the payback, and leaves the protocol in debt to Tether rather than users if we get enough revenue. The important upshot: Users get $0 in Tether money unless there's revenue. The structure of the deal is intentional. Tether wants the best route to repaying users to be building a top perp exchange. Not a straight bailout with their money. What does this mean for users? It means your best chance of getting your money back is Velocity making revenue. If we throw every cent of runway we have into the recovery pool, you'll get $0 of Tether credit, and hardly any recovery pool $. The best way out is through. And through means proper rebranding, relaunch, and all of the hard work that goes with launching a perps dex.
Velocity@VelocityDEX

Today, Drift is rebranding to Velocity. Our new name reflects the new and improved platform that we are building. Perpetual trading is a market where execution speed and directional precision determine outcomes. Velocity captures both, and signifies the momentum behind our relaunch. The rebrand marks a deliberate line between what was and what comes next. Velocity is the exchange we have been building toward — a cleaner architecture, a stronger security foundation, and a clearer sense of what this platform is for. The name carries that intent. As Velocity continues building towards relaunch, we are also planning to release our private Beta to select partners and traders in the coming days. This is an important step towards ensuring Velocity is rebuilt into the most robust perps exchange on Solana. We look forward to sharing more soon.

English
33
4
112
18.1K
Velocity がリツイート
Velocity がリツイート
Velocity がリツイート
Velocity がリツイート
David
David@davijlu·
We are in the process of changing @x handles. Please do not interact with @DriftProtocol and report it.
David tweet media
English
13
6
48
11.4K
Velocity がリツイート
Tracy
Tracy@tracybbd·
Looking for traders to help test Drift ahead of relaunch. We’re opening private beta soon and want feedback to make sure the experience is smooth, stable, and ready for users. If you’re interested in testing, DM me your SOL wallet and I’ll add you to the list.
English
33
9
96
17.6K
Velocity
Velocity@VelocityDEX·
This is only an allocation tool for viewing DFX allocation and Insurance Fund claim eligibility. Insurance Fund claims will open in the coming weeks, and DFX claims will open when the exchange is relaunched. DFX cannot yet be claimed, redeemed, or transferred. The team is working hard toward relaunch, and we’ll share more on the timeline soon.
English
8
3
59
16.5K
Velocity
Velocity@VelocityDEX·
On this checker, users can view: • DFX allocation • Insurance Fund claim eligibility Checker: dfx.drift.trade
English
14
10
57
20.4K
Velocity
Velocity@VelocityDEX·
The Recovery Token and Insurance Fund Claim Checker is now live. Affected users can now connect their wallet to view their Recovery Token allocation and Insurance Fund claim eligibility.
English
66
34
201
53.6K
Velocity がリツイート
ahzam
ahzam@0xahzam·
I've been deep in the trenches getting @DriftProtocol relaunched and can't wait to show you all the exciting changes we've been making so here's a brief high level update: 1) every risk parameter on perp and spot market (what you know as borrow/lend), is being empirically derived. nothing is being left for eyeballing/guess work, instead being measured from book's past behavior during crashes and size around that. plan is to start relatively conservative and loosen incrementally as TVL rebuilds, more than happy to go deep on the methodology per metric but keeping that for dedicated posts. 2) OI caps are sized to what we can actually liquidate. more than just a demand forecast, it's also worst-case absorption limit. we stress every market against an instant ~40% adverse move (harsher than oct 10-11 realized) and size so that even with makers fully withdrawn there's no bad debt. I'm aware this might be more aggressive than needed so it's not the final caps, which will still account for backstop liquidity/IF. 3) I spend a lot of time working on vAMM (our internal market maker + fallback liquidity), some major changes: did a big refactor that decoupled it off the PerpMarket struct into its own quoter interface, which makes the whole thing far cleaner to reason about and to audit. alongside ex-gauntlet researchers, lot of modeling and formalization (which I'd love to release publicly at some point in future) is being done to improve quoting/spread logic so you get the best price with good liquidity. this will continue improving post launch. 4) on funding rate mechanism, we've added clamps to reduce extreme spikes, updated the base funding rate in dead zone, and there's ongoing modeling to reduce volatility with the goal of funding that's smoother and more predictable to trade against. 5) a big part of the relaunch is lowering the attack surface, so been removing legacy code paths that don't need to exist anymore. this is the same tech debt @redacted_noah has been posting a lot about lately 6) more soon.. we will also release a detailed changelog at relaunch so you can go through entire list yourself. meanwhile, I want to be as transparent as I can so will post more and please feel free to ask/tag me with any questions around exchange's economics/mechanism 🫡
English
36
19
146
18.1K
Velocity がリツイート
Noah
Noah@redacted_noah·
A common question we're getting on the Drift relaunch is: why is it taking so long? Why do you even need a 'relaunch' when it was already live? One of the biggest decisions early on was: new program or reuse the old one? We decided to launch with an entirely new program/program ID. Why? 1. The existing program's state was in limbo after the hack. It didn't fully resolve the liquidations because the exploiter's collateral was never marked to 0. We wouldn't want to muddy that state, because it is needed to snapshot what everyone is owed. 2. Security is not something you can just strap on - it takes thoughtful design from the outset. Adding extra security means making breaking changes to on-chain state. Making these changes while providing a migration path for existing state is 10x harder. An analogy - code is like a Jenga tower. Security is at the bottom of the tower. It is very hard to change the blocks at the bottom without toppling the tower. If the code is not in production, though, you can simply put the top part of the tower off to the side and fix the bottom. Next. Why is it taking so long? Part of making a program more secure is lowering the attack surface. Over the years, Drift developers were forced to make less-than-ideal design decisions in order to not change existing code in a non backwards compatible way. In tech circles, we call this accumulating 'tech debt'. Now that the program needs to be completely re-audited from scratch, that debt not only adds heaps of time and cost to the audit schedule, it also increases the attack surface and makes the code hard to reason about. Is this a complete rewrite? No. That would take far too long, and would be unproductive as it would lose all of the hard-fought lessons built into the existing code. Think of it more as mowing the lawn. It's overgrown, and there are weeds everywhere. I'm whacking the legacy problem sections I can find, and trying to make the code easier to audit. I'm not going to catch everything, or have time to fix all tech debt, but I'm fixing all of the top offenders. I'll share more in later tweets of specific changes I've been making, as I want to be as transparent as possible.
English
55
13
178
29.6K
Velocity がリツイート
Noah
Noah@redacted_noah·
While it's been an epic few years at Helium, I couldn't resist the call of another migration-level challenge. Those of you who know me know I can't resist chewing some glass. As such, I am going to join @DriftProtocol team and help them relaunch. Why? Because I genuinely believe that Drift provides a valuable set of primitives to the ecosystem and is worth saving. This is also the best path to funding user recovery; we must build something so useful it can generate the revenue needed for the recovery pool. Tall order. The landscape has shifted. Trust is eroded. Things that are worthwhile are rarely easy, and this is no exception. I fully acknowledge I could be applying for a job at Wendy’s in 6 months. Everyone has forks in the road in their careers, easier paths vs harder paths. I have chosen the harder path at every turn; and it has paid off. Not every swing hits, but even in failure you massively level up your skillset. My focus is on improving the security stance of Drift, getting it relaunched, then turning it into the best perps exchange in existence: First, that means working with STRIDE to ensure we're following the best multisig and opsec practices. I won’t be taking this endeavor alone, the chads at @asymmetric_re and @osec_io have been incredibly helpful and continue to be deeply involved in auditing both new code and new operational practices. Security does not come from one individual, it comes from cultivating a culture of security and having outside professionals continuously verify that work. Second, I am overhauling the codebase (within reason). Over the years it has picked up a large set of features, many of which no longer need to be used. The protocol has solid bones, but tight coupling has led to a buildup of tech debt that is easier to fix during this downtime. Third, I want to build multiple levels of security and circuit breakers into the protocol. DeFi protocols must be structured to limit the ability of a single incident or contagion to create havoc. I will be thinking from the perspective of defense-in-depth; there should be layers of protection to prevent incidents like the April 1st hack. The program should reject suspicious changes even if they come from an operational multisig. Lastly, and more long term, I want Drift to become the most compelling perps exchange on the market. I am very much looking forward to entering the arena that is perps on Solana. It is an honor to be competing with the chads on all the other teams (Phoenix, Bulk, Gm, Imperial, Pacifica, etc). Steel sharpens steel, and I eagerly await the firehose of knowledge over these next few months. Solana needs as many shots on goal as it can get. One (or many) of us will win.
English
206
47
771
139.4K
Velocity
Velocity@VelocityDEX·
Our priority remains relaunching Drift as a security-first, perps-native exchange, and accelerating the path to user recovery through performance. We will continue to share updates - including detail on recovery mechanics and timing - as they become available. The work continues.
English
4
2
43
9.7K
Velocity
Velocity@VelocityDEX·
We are also providing an update on the Mandiant investigation, which has conclusively attributed the attack to UNC6862, a North Korean threat group with direct ties to other state-sponsored actors involved in similar attacks on other platforms.
English
6
2
37
11.3K
Velocity がリツイート
Tracy
Tracy@tracybbd·
CLARIFICATION: DIP-10 is unrelated to the Insurance Fund. It is specifically about the remaining spot assets in the Borrow/Lend pool, and proposes to authorise Drift Foundation to convert those assets into stablecoins to seed the recovery pool at launch. Affected users will receive recovery tokens representing their verified loss, which can be claimed against the recovery pool as it grows.
Drift Foundation@DriftFDN

Vote for DIP-10: Treatment of Remaining Asset in Borrow Lend is currently live.

English
75
7
73
33.3K