dub Profile Banner
dub Profile
dub

@Dub0x3A

3,631
Followers
1,069
Following
176
Media
1,533
Statuses

Crypto HFT | Equity RIA - journey to sub micro Quant / Equity / Crypto conference goer (mallard gang)

SAINT LOUIIII
Joined July 2022
Don't wanna be here? Send us removal request.
Pinned Tweet
@Dub0x3A
dub
6 months
end of year goal: <1μs tick-to-trade
12
2
72
@Dub0x3A
dub
2 months
Jane Street gave me the go-ahead to host an algorithmic Figgie game! If you're interested in participating lemme know through DMs or comment below 😁
70
16
413
@Dub0x3A
dub
19 days
Been building out market data collection infra for the MM transition (pricing and models) Realized that juicing out network alpha was essential in accurate pricing at the frequency I want to compete in, finally finished it up and it's lookin quite nice (even in high vol!)
Tweet media one
17
7
259
@Dub0x3A
dub
4 months
If you're breaking into quantitative finance without working your ass off you're gonna have a bad time You're facing the best of the best and thinking anything less is not acknowledging how much money is on the line to incentivize top talent This is PvP, you must compete
17
9
254
@Dub0x3A
dub
2 months
=-= MM Card Game =-= Built out a simple MM card game in python, taking inspiration from the link below. The statistics / probability is pretty fun to get into btw can change params at the top of the file! Link: Inspiration:
Tweet media one
6
17
206
@Dub0x3A
dub
6 days
wowzers Ironed out most of the connections and in total have 18 exchanges connected & running smoothly (w/ robust handling) Working on fair price modelling now. Been a little perplexed about how to go about this as I want to incorporate my existing m/t knowledge
Tweet media one
14
5
206
@Dub0x3A
dub
27 days
To those who want to learn more about Rust's memory management model (& other interesting topics) It's an integral part of knowing what's happening under the hood and no one does it better imo
5
19
181
@Dub0x3A
dub
3 months
So we all don't fight over the same pie, here's a non-exhaustive list of some niches: Funding arb / market making (alpha or not) / tri-arb / taker alpha / on-chain arb / on-chain MEV / options pricing / options delta hedging / cash-and-carry / etc
@jakubpolec
Jakub Polec
3 months
@BeatzXBT Everyone is doing arb strat bot for crypto. What a coincidence…
1
0
5
16
10
128
@Dub0x3A
dub
4 months
Research has been complete and the code has been open-sourced on github (see below) Inter-Process: - Async & busy-spin Intra-Process: - Async (single & multi thread) (+ adjustable payload size) Latencies in both time-to-send and time-to-receive Results below 🧵
@Dub0x3A
dub
4 months
I'm back from hiatus, y'all interested in a research project over channels / alike? (Rust) Thinking of testing both await & busy spin, using different crates and payload sizes for each If you wanna see a specific crate benchmark, drop below and I'll include it
4
2
44
6
14
122
@Dub0x3A
dub
2 months
=-= Figgie Auto =-= For those interested in an algorithmic-centered probability / trading game Written in Rust, this is Jane Street's with an automated twist Link: Shoutout @GrantStenger for getting me hooked lolol
Tweet media one
@Dub0x3A
dub
2 months
=-= MM Card Game =-= Built out a simple MM card game in python, taking inspiration from the link below. The statistics / probability is pretty fun to get into btw can change params at the top of the file! Link: Inspiration:
Tweet media one
6
17
206
5
7
107
@Dub0x3A
dub
28 days
Rust >>> cope and seeeethe
Tweet media one
8
3
108
@Dub0x3A
dub
5 months
*General* performance difference between Hyper and Reqwest in Rust Hyper seems to be ~18% faster If you want to shave off some micros like I do, perhaps the lower-level client is something to look into
Tweet media one
Tweet media two
11
3
104
@Dub0x3A
dub
24 days
Shill me your favorite builders; ML / AI / Devs / Quant / hard sciences / web3 / etc I wanna see the innovation & passion unfold in front of my eyes
11
8
104
@Dub0x3A
dub
3 months
=-= Crypto Exchanges & their HTTP Protocols =-= I was primarily curious about QUIC support so developed out a simple scraper Results & GitHub below 🧵
Tweet media one
4
5
99
@Dub0x3A
dub
4 months
Sometimes I wish quantitative finance wasn't inherently secretive
6
2
101
@Dub0x3A
dub
18 days
Some more pictures from yesterday's selloff Feeds got very active (~3GB collected in 15min) so some connections experienced some minor blackouts during the pique events. Unsure if this was due to my server's impl or connection health tho
Tweet media one
Tweet media two
Tweet media three
Tweet media four
@Dub0x3A
dub
19 days
Been building out market data collection infra for the MM transition (pricing and models) Realized that juicing out network alpha was essential in accurate pricing at the frequency I want to compete in, finally finished it up and it's lookin quite nice (even in high vol!)
Tweet media one
17
7
259
14
2
98
@Dub0x3A
dub
5 months
As promised, here are some generic LOB implementations and their corresponding relative performance! The current takeaway: -> Stack allocation is *very* important & efficient handling of deletions were the two most important factors I found in my specific tests
Tweet media one
9
6
85
@Dub0x3A
dub
3 months
Never be afraid to talk passionately about your work / hobbies. Aside from the opportunities that can pop up, it's fun to hear and temporarily experience someone's slice of life
@EmilybyNight
Emily
3 months
"The amount of serendipity that will occur in your life is directly proportional to the degree to which you do something you're passionate about combined with the total number of people to whom this is effectively communicated."
Tweet media one
29
486
3K
4
3
83
@Dub0x3A
dub
6 days
Perhaps a dumb question, but how does one actually test the validity of their fair price anyway?
13
2
87
@Dub0x3A
dub
1 month
The website and testnet are now live! This will be the central website for the event where you can register your account, see all the players, view the testnet & exchange documentation, and watch the games unfold when the tournament begins Polls below
@Dub0x3A
dub
2 months
Jane Street gave me the go-ahead to host an algorithmic Figgie game! If you're interested in participating lemme know through DMs or comment below 😁
70
16
413
6
3
79
@Dub0x3A
dub
5 months
Oh yea, now we're cookin got down to avg ~15ns / LOB update Takeaways: - [T; N] is FAST - where you order and how you order is very important - tailor the implementation to the exchange
Tweet media one
@Dub0x3A
dub
5 months
As promised, here are some generic LOB implementations and their corresponding relative performance! The current takeaway: -> Stack allocation is *very* important & efficient handling of deletions were the two most important factors I found in my specific tests
Tweet media one
9
6
85
6
6
77
@Dub0x3A
dub
3 months
@lightxvision Being socially distant led to a drug addiction which had devastating effects on my life and those around me. After losing *everything*, I got a dog. It was me and her experiencing the world together. She showed me life can be filled with joy if you let it in, so, we built back up
4
0
67
@Dub0x3A
dub
19 days
@BlackSwan_ptf to ppl interested (BBM / @quant_arb said he updating it tho)
7
7
64
@Dub0x3A
dub
4 months
I highly recommend reading up on how the stack (& heap) deallocates and allocates. Might be switching to C++ sooner than I thought 😂
8
0
61
@Dub0x3A
dub
3 months
Next work binge starts today Research plans have been drawn up for: - Context Switches (w/ @soundsonacid ) - Green threads - Tokio scheduler - Interrupts (some) - DPDK vs Tuned Kernel (w/ @BruHFT_quant ) - special (w/ @quant_arb ) 10kmg of caffeine has been alloc'd, let's get it
13
2
52
@Dub0x3A
dub
6 months
Reaching sub 10 micros tick-to-trade but at the cost of ~99% CPU - I'm conflicted. Is this the norm in HFT?
12
1
51
@Dub0x3A
dub
3 months
Lil checklist I thought was useful for real-time / low-latency architecture. It helps bridge the gap between software and kernel
Tweet media one
4
2
52
@Dub0x3A
dub
5 months
Daily reminder inefficient data structures can be a bottle neck (my jaw literally dropped 💀)
Tweet media one
4
1
48
@Dub0x3A
dub
5 months
Let's aggregate some thoughts and ideas. What are y'alls favorite order book implementations?
@0xrinegade
rinegade (rin/cel)
5 months
@Dub0x3A @cryptohound666 @ajnafi everyone read itch by now ig, gib more underground obscure implementations
0
0
4
25
6
47
@Dub0x3A
dub
3 months
Been on a major work grind this past week and a half. 2x 36hrs binges. I learned and built A LOT but im tired asf lmao. Gonna enjoy the weekend with the bois, cheers bros 🍻
7
1
47
@Dub0x3A
dub
5 months
I used Length vs Latency scatter + lin regression to show what the avg latency looked like given X LOB deltas to update, but perhaps the regular distribution is also helpful, so here it is! Also btw the right bump of the top 3 is from finding the right position in the [T; N]
Tweet media one
@Dub0x3A
dub
5 months
Oh yea, now we're cookin got down to avg ~15ns / LOB update Takeaways: - [T; N] is FAST - where you order and how you order is very important - tailor the implementation to the exchange
Tweet media one
6
6
77
1
4
42
@Dub0x3A
dub
15 days
11 exchanges down, 6 to go Let's get it (P.s. Ty AscendEx & Bitget for making your wash so obvious)
3
0
44
@Dub0x3A
dub
4 months
I'm back from hiatus, y'all interested in a research project over channels / alike? (Rust) Thinking of testing both await & busy spin, using different crates and payload sizes for each If you wanna see a specific crate benchmark, drop below and I'll include it
4
2
44
@Dub0x3A
dub
5 months
Okay I went all out with this one lolol Behold 12 different async runtimes / TcpStream alternatives and their relative performance vs Rust's standard TcpStream Takeaways: - io_uring seems fastest for outbound - epoll / blocking seems fastest for inbound - async can be expensive
Tweet media one
@Dub0x3A
dub
5 months
Would y'all be interested in research pertaining to the overhead of different async TcpStreams? If so, lemme know and post what frameworks you'd like included 😄
3
0
18
5
2
41
@Dub0x3A
dub
2 months
A take on why tick-to-trade latency is important, aside from strategy-specific latency races Imo any MM / semi-HFT practitioner should read this article
@MarkBestForex
Mark Best
2 months
Recent discussions about tick to trade made me do a more in depth analysis of the practical problems. Data is really bursty and the problem is actually worse than i thought. Thanks @BruHFT_quant for the inspiration.
8
16
101
1
1
40
@Dub0x3A
dub
4 months
This thread is a very solid look into the experience breaking into the industry My 2c: The only shortcut is to fail fast. The quicker you speed run the pitfalls the quicker you'll know what you're doing Understand the data, iterate ideas, throw in prod (few $), run it back
@quant_arb
Stat Arb
4 months
Beginner mistakes in quantitative research. A thread 🧵 [1/N]
16
105
783
1
3
40
@Dub0x3A
dub
1 month
There's so much stuff to learn & build when going at it dolo My #1 rec to a bunch of ppl both publicly and privately has been to post their research / work on here and start networking You'll progress a lot faster building and learning with others 🤝
3
3
41
@Dub0x3A
dub
5 months
WOOOOOOO shared-nothing w/ multiple hotpath threads + separate I/O thread architecture has been figured out. Cross-thread latency down to ~650ns & busy-spinning doesn't monopolize the CPU for the other hotpaths
4
0
40
@Dub0x3A
dub
4 months
Lil Rust project to aid in the objective of tuning the kernel's network stack Perhaps I'm indubitably biased here but I think it's pretty neat lolol Hope y'all enjoy :) - Joint collaboration with my bro @MoscoviumUup -
2
3
35
@Dub0x3A
dub
1 month
If you're looking into cybersec, might I suggest to deploy a honeypot website and watch the logs. They'll find you quick and in my case it was <1hr @PHPUnit You *might* have some CVEs out there fyi
Tweet media one
Tweet media two
5
0
37
@Dub0x3A
dub
4 months
ADHD is like an async runtime with tasks that have a low operational budget
5
1
32
@Dub0x3A
dub
1 month
Going through the arb -> mm cycle is such a good introduction to providing market efficiency services rather than finding directional alpha
3
0
34
@Dub0x3A
dub
23 days
Completely unrelated but do you guys have any FPGA resources / guides by chance? My friend is very interested in diving into that realm 😄
@BruHFT_quant
bruHFT
23 days
@Dub0x3A @splinedrive @samsoniuk @hansfbaier @jangray @ATaylorFPGA @cnlohr Dub please dont let me buy an fpga i fear it will be my undoing
2
1
11
8
0
32
@Dub0x3A
dub
19 days
@levbeta @tsoding so let me get this straight right, so unknown is undefined but unknown is known and it's ImageData, so ImageData is undefined and undefined is ImageData? ok but like wen Option<ImageData>
4
0
32
@Dub0x3A
dub
4 months
Quick experiment I thought y'all might find interesting Latency effect of busy-spinning a buffer on the same core as a single HTTP Client sending data out Surprisingly, it was only a few microseconds of added latency
Tweet media one
5
1
31
@Dub0x3A
dub
2 months
=-= Figgie Tournament =-= To streamline communication a bit, I setup a Google Form so people can register their interest. I've also begun work on building out a testnet so everyone can get familiar with the exchange before the tournament starts Form:
1
0
33
@Dub0x3A
dub
2 months
If anyone is interested in playing around, I recently built out 'figgie-auto', written in Rust, as a sandbox for different strategies:
0
0
32
@Dub0x3A
dub
2 months
Think it might be time to post an update on my t2t, correctly measured: 15.5us maker, reaching 7.5us Mean deser + ser: ~10us Have a long way to go still but feeling optimistic. T2t optim is on pause for now while I scale operations
6
0
30
@Dub0x3A
dub
24 days
Cont Love to see the QDs winning: @BeatzXBT @OBS_orderflow @allaboutvol @quantkaks @oxbquant @DegenQuant @soundsonacid I'm following Janitor's quant RL paper journey: @l_o_u_s_h_i Bru & his DPDK adventure: @BruHFT_quant Mark & his helpful Rust HFT articles: @MarkBestForex
7
1
31
@Dub0x3A
dub
19 days
The end goal for this specific tool is to input a base currency and automatically connect n log public data from all venues that support it btw for those who like the design: ask: #FF5843 bid: #43EAFF
1
0
31
@Dub0x3A
dub
2 months
I've been cookin; tourney update on Tuesday / Wednesday Btw this gonna be fun. We've got a diverse mix of players so far - independent aspiring quants, data scientists, Ivy League students, & practitioners from many firms (including tier 1s). Let the best players win 🏆
5
1
27
@Dub0x3A
dub
4 months
println!() gotta be one of the most expensive pieces of code I've ever seen
7
0
24
@Dub0x3A
dub
4 months
Here's a link to the research project if you're interested. I plan to keep this an ongoing project and include more channels / features in the future Enjoy and lemme know your thoughts - all opinions / ideas / critiques are welcome
5
1
22
@Dub0x3A
dub
3 months
I see a lot of circles being packed in that bad boy, does someone have an algorithm by chance?
@sonukg4india
SKG
3 months
area?
Tweet media one
68
255
2K
1
0
24
@Dub0x3A
dub
2 months
New design and base strategies! `TheHoarder`: amass 6x of each card to guarantee a win and secure the pot. High risk / low reward with insightful pitfalls `PrayingMantis`: Attempts to offload it's inventory then aggressively buys up the perceived goal suit at the end
Tweet media one
Tweet media two
Tweet media three
@Dub0x3A
dub
2 months
I got a little too excited to publish this project and didn't adequately test out all the details. Found and patched a major bug, refactored some design, and tweaked the base strategies Also, working on adding 1 or 2 more base strategies for fun
1
0
14
1
1
23
@Dub0x3A
dub
1 month
if i got it right, m/t -> m/m is actually quite trivial in a fragmented liquidity environment time to price some instruments & rank markets by price discovery power innit
3
0
24
@Dub0x3A
dub
6 days
I think I'm going to start with calculating a multi-level LOB notionally-weighted fair price, smoothed via EWMA, and quote around that fair price on less liquid markets. Using m/t when suitable, otherwise passively manage the inventory on the books
2
0
31
@Dub0x3A
dub
4 months
On behalf of all systematic traders, I'd like to petition all crypto exchanges to fix their standardization before we get these and also have to integrate with FIX & protobuf to quote tradfi 💀
@VMGamma
GammaTrader
4 months
crypto's integration with traditional structured products has to be inevitable, when on-chain mortgage gambling?
0
0
3
4
1
22
@Dub0x3A
dub
24 days
I'll start: Been enjoying watching the AI guys ship: @EsotericCofe @qtnx_ @Aizkmusic @kennethnym Also some cool stuff coming out of paradigm: @gakonst @notnotstorm @transmissions11 (+ Shoutout Reth devs) Always learning from these devs: @fredine @joseph_h_garvin
5
1
22
@Dub0x3A
dub
1 month
Wish I realized this earlier instead of spending 2yrs trying to "protect my IP". Said fk it and started sharing after seeing @BeatzXBT share his journey Didn't take long before I realized I was only scratching the surface anyway lmao
2
0
21
@Dub0x3A
dub
4 months
Man it's so much fun to learn this stuff in depth, y'all humble me every day 🙏🙏 I'm a giant marg deep and feelin gateful
@Dub0x3A
dub
4 months
I highly recommend reading up on how the stack (& heap) deallocates and allocates. Might be switching to C++ sooner than I thought 😂
8
0
61
3
0
21
@Dub0x3A
dub
28 days
"introduces race conditions in single-threaded code" LMFAOOOO
0
0
21
@Dub0x3A
dub
5 months
Would y'all be interested in research pertaining to the overhead of different async TcpStreams? If so, lemme know and post what frameworks you'd like included 😄
3
0
18
@Dub0x3A
dub
1 month
jfc frontend work is so much harder than backend
3
0
20
@Dub0x3A
dub
24 days
Wowww man my TL is inspiring, keep up the good work to the builders out there always pushin forward
0
0
19
@Dub0x3A
dub
5 months
@xmgnr 100%, should only focus on latency once you have your edge and it's PnL is directly or indirectly affected by latency
3
0
16
@Dub0x3A
dub
6 months
thesis: if Optiver can get 10n, 1,000n is possible
3
0
18
@Dub0x3A
dub
9 days
Vegas arte museum was unbelievable man I want to travel & visit more places like this
Tweet media one
Tweet media two
Tweet media three
Tweet media four
3
0
18
@Dub0x3A
dub
2 months
I got a little too excited to publish this project and didn't adequately test out all the details. Found and patched a major bug, refactored some design, and tweaked the base strategies Also, working on adding 1 or 2 more base strategies for fun
@Dub0x3A
dub
2 months
=-= Figgie Auto =-= For those interested in an algorithmic-centered probability / trading game Written in Rust, this is Jane Street's with an automated twist Link: Shoutout @GrantStenger for getting me hooked lolol
Tweet media one
5
7
107
1
0
14
@Dub0x3A
dub
6 days
Anyways here's the legend! lime green = weighted bid [3 levels] lime red = weighted ask [3 levels] white = mid price of ^ Purple = mid price of a SWAP Teal = mid price of a SPOT red dots = sell trades green dots = buy trades * wash trades were filtered out
2
0
21
@Dub0x3A
dub
2 months
Wow this is a HUGE turnout 😂 In total there is about ~50 people interested so far. I'm going to try and structure the tourney so everyone gets a chance to play, though I doubt we'll have a losers bracket Give me some time to flesh out the details and I'll let y'all know 🙏
2
0
16
@Dub0x3A
dub
2 months
Tournament** Not sure on schedule or anything just yet, wanted to gauge interest first before planning anything. If you have any ideas for it I'd be happy to hear them
0
0
17
@Dub0x3A
dub
5 months
This is pretty much how I use my account. I try to provide value where I can but I forget to provide context: I'm still learning & I'm no expert. I'm just a guy persistently stumblin forward trying to achieve a goal
@yacineMTB
kache
5 months
if you work at a corporation, run an internal blog if you work at a corporation, run an internal blog if you work at a corporation, run an internal blog if you work at a corporation, run an internal blog if i could say something a million times it's run an internal blog
98
188
6K
1
0
15
@Dub0x3A
dub
28 days
??
Tweet media one
5
0
16
@Dub0x3A
dub
3 months
short squeezes just hit different in crypto 🤧 can't walk when ur other leg gives out huh
Tweet media one
4
0
12
@Dub0x3A
dub
4 months
Latency-based research projects I'm thinking about diving into in the next few weeks. Which one would y'all be most interested in? Share below if you'd like one not listed!
Context switches
37
Interrupts
16
Green thread spawning
21
Task scheduler related
27
5
1
13
@Dub0x3A
dub
4 months
Love this thread sm Reminds me of when I was told there are two dimensions of efficiency in a consensus market - Direction and Shares & That their respective (in)efficiencies are independent of each other
@GrantStenger
Grant Stenger (hiring)
4 months
The marketplace of ideas is efficient enough that when optimizing for pure correctness it’s unwise to deviate much from consensus. It’s hard to say something simultaneously novel and true.
2
1
23
1
0
12
@Dub0x3A
dub
1 month
Today's gonna be a good day
2
1
13
@Dub0x3A
dub
4 months
Doing some research into microwave tower providers to get a feel for that route. I found one that looks promising but unsure of pertinent questions I should ask, any idea? I'll relay the answers back!
3
0
11
@Dub0x3A
dub
1 month
gonna be fun to weave LOB snapshots from multiple venues to get a more granular idea of the current global book liquidity These gaps between delta updates feel like an eternity
Tweet media one
1
0
14
@Dub0x3A
dub
6 days
When quoting tighter I'd rather go with a different method as the idea above seems highly susceptible to manipulation & noisy books, whereas TOB needs mechanical precision For now, we full send this to prod and see how it goes
1
0
17
@Dub0x3A
dub
4 months
There are some gems in here ngl and I feel like the optimization concepts can generalize fairly well to Rust. Great work ser 🫡
@sisSoftware
Electronic Trading | Tech Lead Quant Developer
4 months
C++ High Performance for Financial Systems Coding examples: #cpp #cplusplus #finance #hft #SoftwareEngineering #java #Rust
0
6
48
1
0
14
@Dub0x3A
dub
5 months
custom seqlock ring buffer got me feelin sum type of way
4
0
13
@Dub0x3A
dub
5 months
I think the next few improvements require a major refactor so I'mma call this experiment finalized till it's a bottleneck. It was a fun project and I learned a lot, hope y'all got some value from it too! 🫡 Onto next project -> porting tungstenite to glommio (I think lol)
3
0
12
@Dub0x3A
dub
3 months
Sometimes I get blindsided by the competitive, structural advantages that TradFi has and want that in Crypto too However, this "tech inefficiency" leaves a massive edge on the table. For example, building out kernel bypass on AWS is +EV only *because* it's not implicit
@Dub0x3A
dub
3 months
Tradfi HFT has the coolest tech I WANT OPENONLOADDDDD
2
1
11
2
0
12
@Dub0x3A
dub
1 month
@bayeslord New algo (past month or so I think?) feels like it intentionally broke up naturally-formed clusters to push generic mainstream content for ad rev
4
0
13
@Dub0x3A
dub
29 days
Figgiewars docs should look much cleaner and easier to understand now! Update / announcement coming soon after some more changes
0
1
13
@Dub0x3A
dub
2 months
@k3ithmccullough It'll be streamed somewhere for sure but unsure of the venue right now. I'll let you know!
2
0
13
@Dub0x3A
dub
2 months
Also if you haven't checked out @MarkBestForex 's blog by now, you're missing out! He's got some great resources, especially for the HFT Rust crowd
0
2
11
@Dub0x3A
dub
3 months
I've said it before & I still truly believe that Crypto is a quant gold rush The tech & regulation frictions mixed with a high retail / inst ratio make it a perfect environment to compete in at any level
1
0
12
@Dub0x3A
dub
3 months
FINALLY SOMEONE ELSE SAID IT 😂😂
@yagiznizipli
Yagiz Nizipli
3 months
Whenever someone says "JSON parsing is never a bottleneck" please show them this graph.
Tweet media one
71
72
2K
3
0
12
@Dub0x3A
dub
19 days
@KlondikeFX It's just so beautifully well timed, time to do a deep dive into the data but here's what the aggregates look like Very happy with the results as everything remained stable and there were no abnormal data point jumps
Tweet media one
Tweet media two
Tweet media three
Tweet media four
5
0
12
@Dub0x3A
dub
4 months
@quant_arb Ser but can I cope my way to staying in arb by lowering my latency to the speed of light
0
0
12
@Dub0x3A
dub
4 months
@NachTard Bribe your doc for an addy script
2
0
12
@Dub0x3A
dub
3 months
Tradfi HFT has the coolest tech I WANT OPENONLOADDDDD
@brunopittini
Brunito
3 months
@BruHFT_quant @quant_arb Yes, we’re collocated at NYSE and CBOE. Waiting on A100 and H100s on order. Next phase is deploying Xilinx hardware and implementing a MW backhaul. Expected outcome is sub 5ns tick to trade
2
0
6
2
1
11
@Dub0x3A
dub
3 months
Tweet media one
1
1
11