
Alex Skidanov (alex.near)
@AlexSkidanov
Followers
22K
Following
1K
Media
101
Statuses
2K
Co-founder @NearProtocol, a sharded blockchain with an emphasis on usability.
Joined August 2018
Evidently @github has banned all the Iranian users without an ability for them to download their repositories. A service like Github must be a public good and must not be controlled by a centralized entity. Another great example of why we as a society need to make web3 a reality.
64
296
1K
1/ An explainer from @mzavershynskyi on how the bi-directional bridge between NEAR and Ethereum works, and what assumptions it makes:. The most exciting (for me) details are in the short thread below.
10
143
372
My presentation at @web3summit on blockchain sharding that covers sharding basics, attacks and attack mitigations, with all the recent progress that happened in the past year.
8
52
331
In the episode 34 of Whiteboard Series I talk with @hus_qy from @iotatoken about their Coordicice effort, and their proposed sharding solution. Watch here: #IOTA $IOTA.
6
62
191
Everytime I spend 15 minutes to rearrange the code to get around mutable borrow or lifetimes issues in @rustlang, I remind myself that those 15 minutes likely saved me 4 hours of debugging a core dump without symbols with a production crash one month from now.
5
31
186
I wrote an in-depth overview of L2 approaches, including Plasma, State Channels, Side Chains and Roll-Ups, covering technical details and security guarantees. Thanks to @ben_chain, @gakonst, @skywinder and @tomclse for early feedback!.
3
50
176
Epic piece by @brave shows Google leaks private info about the users to 3rd parties, with a unique id that allows them to then cross-reference their data. A good reminder that it should be our collective effort to rebuild the web without oligopolies.
5
49
171
1/ @NearProtocol announced its $12.1M fundraise today led by Metastable and @Accomplices with participation from @ElectricCapital @PanteraCapital @multicoincap @scalarcapital @svangel @coinbase @ideo. Thanks @DanielGKuhn and @coindesk for covering.
14
25
152
An overview of the new @IOTAtoken consensus algorithm, and a comparison of it to Snowball. TL;DR: IOTA consensus likely converges better, but depends on the randomness beacon. With access to such a beacon Snowball can be made to converge faster too.
7
39
137
The visualization of 5 transactions with synchronous cross-shard calls executing across 8 shards with a complex topology and message routing. A prototype by myself and @VladZamfir that got to top5 at #ETHDenver2019. The code is here:
2
19
131
1/ Vitalik announced today that they consider using a slightly different approach to shard chains. The new approach very closely resembles Nightshade, @NEARProtocol sharding design:.
Here's that "reduced shard count, faster cross-shard communication" proposal I've been alluding to the last couple of days:.
6
39
132
1/ NEAR was built with interoperability with other chains in mind from day one. From the ground up NEAR is designed to enable such interoperability. Now that other bridges, such as Wormhole, are announced, it's a good time to see how the designs differ.
6
40
121
TL;DR: Avalanche paper has a typo which makes it unsafe, and that typo cripples into existing cryptocurrencies implementations. 1/ Few days ago I posted an article in which I showed few common misconceptions about Avalanche.
Last year we were looking into Avalanche, considering to use it in @NearProtocol. Finally published a blog post with what I believe are some common misconceptions about the paper.
6
23
119
An Epicenter episode with Illia and I. Talked about sharding, account model, onboarding non-crypto users, current ecosystem and many other topics. If you are new to NEAR, or have been around but want to learn more, make sure to check it out!.
🚀NEW EPISODE🚀.@crainbf chats to @AlexSkidanov and @ilblackdragon, founders of @NEARProtocol, one of the first sharded blockchains. Hear about the recent launch of @auroraisnear, NEAR's EVM shard, and how their sharding solution works with smart contracts.
15
48
97
But how many people believed in what Ray was saying enough to go all in and name their company after his book 🤔
@PeterDiamandis True, Ray was remarkably accurate.
18
20
111
How I broke solana's stake hash. A description of a vulnerability we discovered in @solana back in January that allowed tricking a warp-synced node into accepting state with arbitrary changes as canonical.
4
29
103
We are starting a series of short videos in which we talk about interesting components of @NEARProtocol. The first episode covers cross-shard transactions in NEAR, specifically how we execute two-hop cross-shard transactions in exactly two blocks time.
0
20
98
NEAR Foundation has unstaked its nodes today, and thus NEAR mainnet is fully community operated now!. The next step is for the community to exercise their governance power and vote to enable transfers and block rewards. Many more milestones ahead!.
Major milestone: As of today, the NEAR Foundation has spun down its nodes, making the NEAR Protocol MainNet fully community-run. Learn more:
3
13
86
Private transactions on Ethereum for $3 worth of gas, and can be reduced with small changes on the protocol level. Super exciting.
Zether (by @benediktbuenz, Dan Bohen et al.) is the first privacy mechanism built specifically for Ethereum, i.e. account-based smart contract platforms. Hides both sender/recipient and the amount. No changes to Ethereum required. Practical today. 👌.
2
21
91
As of today, @zilliqa officially ended its bootstrap phase and enabled payment transactions on the mainnet. Thus Zilliqa is officially the first (known to me) sharded blockchain that went live. Competition is exciting! :).
2
7
85
1/ We finally published our Sharding paper yesterday:. We started research on sharding from the first day @NearProtocol started in August 2018.
3
21
83
We published the second part of the deep dive into blockchain sharding, this time covering problems that do not have a satisfactory solution. Thanks to @drakefjustin, @zmanian, @QuaintM, @danrobinson and Alistair Stewart for review and feedback!.
4
31
83
1/ We just published a paper with an ongoing research at @NEARProtocol on using Proof-of-Space-Time as a Sybil resistance mechanism. While NEAR will use Proof-of-Stake at launch, long term we are not comfortable with relying exclusively on Proof-of-Stake.
3
27
83
Demo by @VladZamfir on extending CBC sharding to arbitrary rotations. Would not have existed today if Vlad hasn't told me two days ago it couldn't be done in time :). Original write-up on the CBC sharding: New epic CBC paper:
0
11
77
Modern PoS protocols need a source of unbiasable randomness. @dfinity pioneered the idea of using threshold signatures as such a beacon. We just published a new blog post that in very simple terms explains how such beacons work:.
1
29
74
Last year we were looking into Avalanche, considering to use it in @NearProtocol. Finally published a blog post with what I believe are some common misconceptions about the paper.
8
18
73
If you think about it, @polkadotnetwork and @cosmos work in the space of "blockchains and dapps as a service", or BADaaS 🤔.
0
9
68
1/ I will be live-coding two core features of @NEARProtocol next week. Every day from Oct28 till Nov1 from 8am-noon and 1pm-4pm PT I will be streaming from my dev machine here:. walking through our code base and implementing some hardcore low level stuff
3
23
65
A conversation with @PrimeIntellect about their 10B parameter model Intellect 1 trained on machines spread out across the world. Very fun and at times gets pretty technical.
NEAR AI Office Hours #27 w @johannes_hage co-founder of @PrimeIntellect - Find compute. Train models. Co-own intelligence
21
8
62
In the past few months we helped 3 businesses building on @NEARProtocol raise $2.5M. We want to scale it. If you want to build a business around Open Web, apply for our accelerator: We help with marketing, tech, BD, and have a dream team of mentors.
Please let all of your friends know that if they want to ideate or build a blockchain business: we are happy to help!
1
12
64
We were arguing today if "multicoin" and "polychain" are semantically the same thing. We concluded that no. Eg @polkadotnetwork is a polychain but is not a multicoin, Ethereum with all the ERC20s is a multicoin but not a polychain and @cosmos is both. @multicoincap @polychaincap.
1
12
62
Hacked a PoC of #sharding with atomic crossshard transactions with @VladZamfir and @adiasg at @ETHSanFrancisco. Code is available here: writeup is coming.
3
22
59
@PeterInAsia1 @hus_qy @fuserleer @radixdlt @NEARProtocol @iotatoken @DavidSonstebo @DomSchiener We have already recorded the episode with @hus_qy, it will be published next week!.
0
13
58
1/ Very exciting announcement today from @dapper_labs revealing their new blockchain protocol @withflow_. Few thoughts below in the thread.
1
15
55
We partnered with @ZeroPoolNetwork to add private transactions based on zk-SNARKs to @NEARProtocol. In this new blogpost I dive deep into technical details of how private transactions on NEAR will work. Some insights are also in the thread below 1/.
1
18
54
Today @NEARprotocol announced it’s launch of the first phase of the mainnet. 1/ NEAR mainnet allows people to deploy production applications, with user experience matching that of web applications, assets from Ethereum, and low latency. More details 👇.
We are thrilled to announce the @NEARProtocol team raised $21.6M, led by Andreessen Horowitz. This is a major step towards the fulfillment of NEAR's mission, to enable community-driven innovation to benefit people around the world. "It’s time to build."
1
13
55
We published a 10 minute video that dives deep into Nightshade (NEAR sharding design). I cover block production, approvals, separation of transactions into chunks, data availability, and finality. The video is here: Full paper:
Episode #4 of NEAR Lunch & Learn is here. In this episode, @AlexSkidanov gives an overview of how Nightshade finalizes blocks. Have an episode you'd like to see? Let us know >>.
0
12
52
Here's a large insightful piece on @hackernoon that goes deeper into why we need decentralized web and how we can get there by my colleague @AliaksandrH from @NEARProtocol.
1
16
47
A detailed overview of Ethereum 2.0 shard chains, for which the spec isn't published yet, reconstructed from conversations with @VitalikButerin and @drakefjustin
0
16
48
1/ TL;DR. a) Without sharding blockchain ecosystem cannot get mainstream adoption;.b) Sharded chains, however, don't replace ETH1;.c) NEAR success depends on active development of ETH1.
7/7 His thread wants to inspire FUD that many could fall for. I was actually starting to think NEAR and Ethereum could be friendly and that NEAR has good intentions, but things like this from one of the most respected members of their community erases that. Do better.
1
9
46
1/ An authoritative tweet storm on @cosmos vs @polkadotnetwork shared security / atomicity. Before we go, a reminder that you can learn more about the technical intricacies of the protocols in our whiteboard sessions with them:.
2
15
47
If you missed the panel @nearprotocol hosted today with researchers from @ethereum, @polkadotnetwork and @cosmos, here is the recording:. Talked about open problems in multi-chain protocols: state validity, data availability, cross-shard txs and others.
1
13
43
Just became an owner of a custom-made NFT art with Nightshade and Doomslug, if you get the reference :). By @FetusSquid on @ParasHQ .
3
7
45
The panel is in exactly 24 hours!. We will discuss, among other topics.- Storage explosion;.- Cross-shard TX atomicity;.- Thread models;.- State validity;.- Data availability;. If you have other topics you want us to cover, propose them in the comments!.
We are hosting an online panel on multi-chain protocols with core contributors from:.- Ethereum Serenity.- Cosmos.- Polkadot.- Near Protocol. Technical discussion covering current approaches and open problems. Apr 29.8am PDT | 17:00 CEST. Live stream here:
2
9
42
Come see me 6pm today at the event with @solana, @NervosNetwork, @CodaProtocol and @harmonyprotocol. Myself and @aeyakovenko will have a heated discussion over sharding vs no-sharding. Might also get into adaptive corruption argument with Harmony 🤔. Should be lots of fun!.
@SFBWofficial Layer 1 presentations and blockchain architecture panel with @harmonyprotocol, @NervosNetwork, and @o1_labs .
2
7
42
I wrote a detailed post on differences between @nearprotocol and @ethereum Serenity. As part of it I described some less known details of Serenity beacon chain consensus, e.g. that it reaches a byzantine consensus among ~400k participants!.
0
6
42
Many know that a UTXO-based blockchain can be compressed with SNARKs. @CodaProtocol has a working implementation of it. Can we compress more complex state transitions with SNARKs? Here's a great tutorial from almost exactly two years ago that covers it:
4
4
45
I will be presenting the new @NEARProtocol sharding design today 6pm in Santa Clara at @hackerdojo. Sign up here: We will have an extended conversation about scalability and sharding with @zmanian from @tendermint_team at the end.
1
8
46
6/ Props to @k06a from @mooniswap for the design and major part of the implementation of the bridge. If you find it interesting, and want to get your hands dirty before it goes fully live, register for the Hack the Rainbow hackathon:.
1
3
42
The last bi-weekly update from @NEARProtocol is out:. - 126 Pull Requests from 20 people;.- New testnet launched;.- Nightshade is in staging: the next testnet will be sharded!.- Upcoming events in China and Russia;.- Three more whiteboard series episodes!.
2
12
42
Here's the promised write-up on the Sharding PoC that I, @VladZamfir and @adiasg were working on at @ETHSanFrancisco:
2
14
40
Whiteboard sessions with deep tech dives to watch this weekend:. @cosmos: @SolanaLabs: @OntologyNetwork: Plasma Cash: #Ethereum Serenity:
2
10
37
The episode with @polkadotnetwork is particularly interesting, and is probably one of the better ways to learn the end-to-end design of Polkadot. I personally find their approach to sharding to be very coherent, especially their approach to data availability and atomicity.
In the 14th Episode of our #WhiteboardSeries, we had Alistair Stewart from @web3foundation & @polkadotnetwork speaking with @AlexSkidanov on how the heterogenous multichain system of the #Polkdadot network works.🛠 🙌. Here → [VIDEO]. #FutureIsNEAR
2
3
36
@KyleSamani The problem is that there's no way to build any meaningfully scalable infra without sharding. The only non sharded protocol that can sustain any meaningful load is @SolanaLabs and the sophistication of low level optimizations that @aeyakovenko and the team put in it is insane.
8
8
34
@AndrewYang @SatoshiLite If you want to build the future with Charlie Lee, you first need someone else to have built it.
3
0
32
If you're in Berlin this coming Monday, make sure to stop by at the event that @NEARProtocol organizes with @Fluence_One and @cosmos. There will be some pretty cool tech demos!.
0
12
34
We hosted a panel on #DeFi during NYC Blockchain Week with @MakerDAO, @UniswapExchange, @compoundfinance, @Balance_io and @synthetix_io. Covers where DeFi is today, plans for future, who are the users, how good is infrastructure, what are the metrics etc.
0
6
31
1/n An interesting game theoretic issue in @iotatoken that I haven't seen discussed much before, which shows the complexities of orchestrating incentives of different parties.
5
9
33
1/ Another interesting insight from DevCon: while Ethereum invests heavily into building VDFs, initially Ethereum 2.0 will be using RANDAO without VDFs for randomness.
1
10
32
Episode #3 of our #WhiteboardSeries, in which we talk to Jun Li from @OntologyNetwork, discussing technical details of their protocol.
0
4
28
A new Avalanche paper by Jessie, James and Meowth^w^w^w^w @el33th4xor and @kevinsekniqi. "Scalable and Probabilistic Leaderless BFT.Consensus through Metastability".
1
6
31
13 projects that built on @NearProtocol at (not blockchain focused) @DeveloperWeek hackathon. Coming up @ETHGlobal's @EthParis, see you all there! We might have something absolutely epic prepared. Decentralized future is near!
0
8
31
Want to learn about recent @cosmos hub launch, latest breakthroughs in blockchain sharding from @nearprotocol and see a demo of a decentralized database from @Fluence_One?. Join us.April 10 San Francisco: April 11 Santa Clara:
3
16
31
Will be giving a talk at @web3summit this August on challenges in designing sharded blockchains. Will also touch on adoption and usability. Scalable blockchains only make sense if blockchains go mainstream. More projects like @argentHQ need to emerge.
0
6
31
TL;DR: A malicious actor with ~10% of stake can stall @PerlinNetwork Wavelet indefinitely. 1/ Perlin published their new design called Wavelet. The whitepaper is located here:
3
9
30
After 8 years in SF I saw dozens of people go through startups, went through one and started one myself, graduated from @ycombinator. With all this knowledge I wrote an article that covers many pitfalls one must know before joining an early stage company.
0
6
30