Gokul Alex
@gokulsan
Gokul Alex
@gokulsan
Co-Founder and CTO of Vision Chain
Co-Founder and CTO of Vision Chain
Bangalore, India
Devfolio stats
Devfolio stats
1
project
1
0
prizes
0
1
hackathon
1
0
Hackathons org.
0
GitHub
GitHub
28
contributions in the last year
Apr
S
M
T
W
T
F
S
Mar
45
stars earned
27
repositories
220
followers
awesome-blockchain-security-platforms
Blockchain Security Tools and Techniques - A Deep Dive to Virtual Machines, Vulnerability Assessments, Penetration Testing, Audit Tools etc.
33Stars
4Forks
SemiotNet
First Prize Winner of the Binance Build for Bharat 2021. Privacy Preserving Secure Stable Coin Streaming Network on Binance Smart Chain (BSC) TestNet powered by VDF Locked Time Weighted Averages.
CSS
10Stars
11Forks
SanguiNet
First Ever Digital Blood Bank Bulk Transfusion Workflow Platform that won the OJAS MedTech Accelerator Pitch in 2020.
Solidity
8Stars
0Forks
FusionLedgers
Fusion Ledger is a Montage of Machines and Mathematics ! It is Distributed Ledger Technology for Decentralised Data Stream Management using Cryptographic Primitives and Coherent Consensus Algorithms
JavaScript
8Stars
4Forks
Top Projects
Top Projects
We present a novel Agentic DAO system on Vision Chain, a next-generation Ethereum-compatible blockchain protocol featuring DAG Mempools and Pipelined Consensus, which enables scalable, low-latency coordination among autonomous AI agents powered by ElizaOS. This DAO framework goes beyond traditional human-governed organizations by allowing AI agents with decentralized identities (DIDs) and dynamic delegation registries to autonomously propose, vote, and act within a DAO, backed by a diverse set of plugins powered by ElizaOS. 1. Problems Solved in Existing DAOs ✅ Human Bottlenecks: Eliminates manual voting and proposal bottlenecks through autonomous agents. ✅ Weak Identity Trust: Provides DID-based identity with verifiable roles and history. ✅ Low Participation: Ensures always-on quorum with event-driven, identity-based voting. ✅ Rigid Delegation: Enables dynamic, context-aware delegation using DID event management logic. ✅ Governance Overload: Filters agents into domain-specific proposals for focused participation. 2. Problems Solved for Existing Agents ✅ Stateless Intelligence: Agents maintain persistent, verifiable DIDs on-chain. ✅ Lack of Coordination: Dynamic DAO layer provides consensus for collective action. ✅ No On-Chain Authority: Registry Owner Contract authorizes real on-chain execution. ✅ No Secure Delegation: DID Management structure supports secure, revocable permissions. ✅ Ambiguous Accountability: Event logs tied to DIDs provide traceability for every decision.
Medium Posts
Medium Posts

Lineage of Lattice Crypto—Learning With Errors and Rounds
medium.com
"Learning with Errors" is a very intriguing term we come across when we study the fundamentals of lattice cryptography. It is a generalization of the Learning Parity with Noise (LPN) problem, which was originally formulated to describe how a machine might learn a secret linear function when the data is noisy or corrupted. The LPN assumption was first formally proposed as a hard problem for cryptography in 1993 by a team comprising Avirm Blum, Merrick Furst, Micheal Kerans, and Richard Lipton. LPN dealt w...

How are modern symmetric ciphers secure against quantum algorithms?
medium.com
The National Institute of Standards and Technology (NIST), a globally prominent technology organization, views symmetric algorithms as quantum-resistant in principle, but with the caveat that their effective security is halved by Grover’s algorithm. It is interesting to note that the symmetric algorithms do not have a formal periodic structure that can be exploited by Shor’s algorithm. Thus, for a quantum computer, the category of symmetric algorithms functions like black boxes or random oracles. Advance...

Why are Random Lattices Quite Difficult for Quantum Algorithms?
medium.com
While Hermann Minkowski laid the foundations for the geometric distribution of numbers in the early 19th century, he primarily dealt with fixed lattices. It was Carl Ludwig Siegel in 1945 who defined a random lattice, treating all the sets of possible lattices in a space. Siegel proved that there is a unique way to assign probabilities to the space of all possible lattices. Thus, lattice problems like the average length of the shortest vector in a general lattice became measurable. However, it took anoth...