Engaging with core developers to help users better understand every public blockchain world - "Developer's Story".
The Solana network and its ecosystem trading tools have become an important foundation for driving this round of the "Memecoin Super Cycle." The Solana network was created by Anatoly Yakovenko and Greg Fitzgerald in 2017 and officially launched its mainnet in March 2020. It achieves high throughput, low latency, and low fees through a unique technical architecture, quickly rising to become one of the leaders in the blockchain field. It has attracted the attention of numerous developers and traders, and has gained widespread community recognition, making significant contributions to the popularization of Web3.0.
This issue is the 04th episode of the "Developer's Story" column, which aims to better understand and comprehend the Solana world from the perspectives of Matt Sorg and the OKX Web3 technical team. The questions in this episode cover various themes including market hotspots of the Solana network, technological innovations, ecological development, community governance, and developer construction, aiming to gain in-depth insights into the views and plans of Solana developers.
How do you view Solana and the Memecoin craze?
Matt Sorg: There is no doubt that Memecoins are a zero-sum competition. In traditional zero-sum competitive games, platform providers take a high cut. However, most Memecoin platforms have low transaction fees, and anyone can participate freely. This may mean that DeFi projects can customize services based on user preferences, or individual users can find ways to contribute to projects. I am not entirely sure how Memecoins will develop, but I do not think it is correct to dismiss them.
OKX Web3:
Many users are currently trading Meme tokens on Solana, which raises higher demands for the basic performance of wallets, and we have made many product optimizations:
1) For Meme trading, OKX Web3 wallet users can choose a fast trading mode to conduct transactions. The underlying principle is the same as that of mainstream trading bots, which connect to third-party trading channels like Jito. Currently, OKX Web3 wallet is the only wallet provider on the market that has integrated Jito, meeting the speed demands of Meme users.
2) Regarding Meme prices, we have made special arrangements for Meme-type token assets because the prices of Meme coins fluctuate wildly, and Meme users are very sensitive to the price changes of Meme assets. Therefore, OKX Web3 wallet displays the most real-time on-chain prices for Meme-type assets, allowing users to perceive the changes in Meme token prices in real-time within the OKX Web3 wallet.
From the perspective of long-term industry development, we believe that Solana and Memecoins should be viewed with a neutral eye. Currently, Solana has gained a massive number of users and transaction volumes through the Memecoin wave, which is closely related to its high performance, low fees, and vibrant Meme community atmosphere. However, Memecoins still lack practical applications and are more like high-volatility games. Looking at the long-term development of Web3, Solana should still focus on more valuable technological innovations and applications while supporting Memecoins to ensure the sustainable development of the ecosystem.
What is the underlying technology that has led to significant growth in Solana network data in Q2 and the emergence of numerous innovative applications?
Matt Sorg: Solana is a truly differentiated technology. Every component in the network optimizes performance while maintaining decentralization. Currently, we have thousands of validation nodes globally. Many organizations contribute to the Solana protocol through multiple client teams, and many commercial entities are interested in the Solana network, including RPC services, infrastructure, DeFi, etc. The culture of Solana is to continuously improve every part of the tech stack. Even if they are leading today, they will eventually become bottlenecks. Other ecosystems are just beginning to discuss some of the efficiency-focused ideas that Solana has proposed since its inception. This approach ensures that every part of the tech stack is optimized, with Solana's system processing more transactions on average daily than the total of all other public chains combined.
OKX Web3:
We highly recognize the underlying technology of Solana. From the perspective of our wallet, there are several differences in OKX Web3's support for the Solana network compared to other networks:
• In trading mode, users can choose to use Jito, a third-party trading channel provider, to package their transactions onto the chain faster. Other networks currently do not have this service.
• In asset parsing, Solana is currently the only network that can achieve real-time asset parsing and display all assets. As long as users have new token assets, the OKX Web3 wallet can display them in real-time.
According to general market conditions, the on-chain transaction failure rate on Solana is generally higher than that on EVM chains. The OKX Web3 team has made significant efforts to reduce the transaction failure rate for users using Solana:
• In terms of priority fees, OKX adopts a dynamic pricing approach. To elaborate, the priority fee on Solana is determined by two factors: Unit Price and Unit Limit. To optimize the priority fee and prevent users from blindly paying more SOL, we analyzed nearly 1,000 on-chain transactions to recommend the best Unit Price to users. At the same time, when calculating the Unit Limit, we do not blindly set a high Limit number, as setting it too high is not conducive to transaction packaging on-chain. Therefore, we calculate the estimated Limit consumption for the transaction as a reference, saving priority fees while ensuring that transactions are more likely to succeed in being packaged on-chain.
• In terms of broadcasting strategy, we adopted a multi-node broadcasting solution, selecting the top node service providers on Solana for multi-node broadcasting. We also integrated Jito, a third-party trading channel provider, to broadcast transactions to the chain faster and with a higher success rate.
The transaction failure rate has been reduced from a maximum of 70% to a minimum of 0.8%. Compared to the on-chain transaction failure rate data, we maintain a leading position.
Will the Blinks protocol and Solana ecosystem phone drive large-scale adoption of Solana?
Matt Sorg: Good products start by meeting users' urgent needs and iterating from there. One of the main benefits of decentralization is not just the ideology but enabling businesses to operate in a self-serving manner without permission. Blinks integrates this permissionless approach into Web2. Users do not have to wait for other platforms—Solana wallets and applications can continuously iterate to create products that users love.
The beauty of Blinks is that its infrastructure was initially launched as part of Solana Pay. This API specification receives wallet public keys and returns serialized transactions, but due to its name, its prototype was limited to payment scenarios. Solana Actions officially expanded the application scenarios of this specification, not limited to payment functions but with more capabilities. Through Actions, blockchain protocols can be transformed into services, making them operations that can be shared anywhere (via Blinks). On Solana, Actions and Blinks allow any website and application on the internet to become a distribution point for on-chain interactions, further driving mainstream user adoption. When combined with all of Solana's advantages, it can create a new economic model.
In summary, Solana has achieved a diversified economy in a shared state in a unique way. Payments, DePIN, gaming, RWA, etc., all operate in the same shared state and are interconnected through highly liquid DeFi protocols. I believe that over time, as the network effects of Solana continue to strengthen, large-scale user adoption will gradually be realized, bringing an experience that closed Web2 applications find hard to compete with.
OKX Web3:
Solana has burst forth with enough creativity in ecological expansion, enriching native Web3 use cases and increasing the exposure of Solana and even Web3 technology in Web2, which will undoubtedly promote the flourishing of the Solana ecosystem. From the perspective of the three parties, whether it is the Blinks protocol or the Solana ecosystem phone, the emergence of these new applications will greatly lower the technical barriers, attracting more mainstream users, especially those unfamiliar with Web3 technology and applications, to enter Solana. At the same time, these new tools, platforms, and possibilities will also attract more developers to participate in building the Solana ecosystem, ultimately driving long-term growth in the number of users and transaction volumes in the Solana ecosystem.
Solana Development Environment, Network Security, and Cutting-edge Technology
Matt Sorg: In terms of the development environment, SVM (Solana Virtual Machine) separates executable code and state, allowing programs to be easily reused in different configurations. Many applications do not need to deploy code on-chain, creating an environment where both front-end developers and on-chain developers can play their respective roles and contribute significantly at the DApp layer. There are many incentives for other application developers to build code in a vast interconnected ecosystem. In addition to the basic execution environment, developers can collaborate extensively in hackathons, Hacker Houses, training camps, and even lengthy Twitter/X discussions. The first hackathon "Renaissance" held on the Colosseum platform in the first half of 2024 attracted over 8,300 participants and received 1,071 project submissions. The second hackathon "Radar" saw a 36% increase in registrations compared to "Renaissance," with over 11,000 registered participants. The upcoming "Electric Capital" report will showcase the significant growth of Solana developers.
In terms of network security, Solana has maintained extensive audits and active security programs, including a bug bounty program. As the blockchain industry matures, many specialized security organizations have emerged, such as the Crypto-ISAC (Blockchain Industry Information Sharing and Analysis Center), Security Alliance (SEAL), and Immunefi. The Solana Foundation actively collaborates with these organizations to strengthen the security of the ecosystem. Good engineering design requires attention to detail, along with gradual improvements and continuous learning. Although Solana is referred to as a monolithic chain, its codebase is quite modular, which is driven by the Solana Foundation. Additionally, as mentioned above, there is a significant amount of redundancy between the client and various parts of the stack, with the Solana Foundation also playing a coordinating role, including the Solana Improvement Documentation (SIMD) process.
In terms of cutting-edge technology, Solana represents a rethinking of how blockchain processes and disseminates data, sitting at the forefront of throughput and speed, processing more transactions than all other public chains combined. For more detailed data, you can check: https://chainspect.app/dashboard
OKX Web3:
Our team has been dedicated to providing a good wallet solution service for Solana developers. We will soon launch support for Solana on OKX OS, providing a complete wallet solution for builders in the Solana ecosystem. At the same time, the OKX Connect product launched on Telegram will also soon support links to Solana, helping developers in the Solana ecosystem focus more on building products in their respective fields and co-creating the community.
We will also regularly invite Solana developers online and offline to discuss the current pain points of community users and the future direction of building the Solana community, aiming to create a complete closed loop in supporting the Solana ecosystem. We are committed to contributing OKX's own strength to the construction of the Solana ecosystem.
For example, currently, one feature of the Solana chain is that many project parties directly airdrop tokens to users without requiring them to actively claim them. This results in ordinary users having a large number of non-proactively acquired tokens or NFTs of varying values on Solana. The OKX Web3 team has made significant improvements in asset display: Solana users can now experience the display of all assets and real-time asset parsing on the OKX Web3 wallet. If you are importing your wallet address into the OKX Web3 wallet for the first time, you can see all the assets with balances on that address. If you purchase new token assets on Solana, you can see the assets you bought in real-time on the homepage of the OKX Web3 wallet without needing to add token contracts to view your newly held token assets.
Discussing Applications: The PayFi Narrative on Solana, Re-staking Narrative, and the New Standard for SPL Tokens "Token Extensions"
Matt Sorg: In my view, PayFi is programmable money. Blockchain is used for commercial purposes such as buying, selling, and paying, all of which can be customized and leverage DeFi to reduce friction and improve liquidity. Whether in Web2, Web3, or other systems, Solana is the best-performing and lowest-barrier system in the world.
Solana's functionality in the re-staking track is very similar to that of Ethereum, with various applications currently benefiting from Solana's infrastructure, utilizing Solana's economic security to ensure some applications that do not directly rely on consensus. The differences between the two are similar to the aforementioned L2 discussions, with the main technical difference being SWQoS.
Token Extensions are fully audited on-chain code that developers can use to configure tokens according to their preferences without deploying on-chain code. They provide ready-made options to unlock important use cases, such as:
• Confidential transfers that obscure the amount of tokens transferred in a compliant manner, as the sender and recipient addresses of the transfer are known, and the issuer can register as an auditor.
• Transfer hooks allow customizable logic to be attached to transfers. Developers can trigger certain processes and even create a permissioned ecosystem around tokens, even in a permissionless blockchain like Solana.
• To learn more, you can check: https://solana.com/solutions/token-extensions
OKX Web3:
Token Extensions allow tokens to come with different functionalities, such as freezing, burning, and transfer restrictions, greatly expanding the complex application scenarios of tokens. This expansion of foundational capabilities provides Solana DApp developers with significant development freedom. For example, Transfer hooks limit the execution of specific logic during transfers, which has many applications in DeFi, gaming, and other compliance scenarios. For instance, stablecoin developers can ensure that the recipient's account meets specific KYC (Know Your Customer) or AML (Anti-Money Laundering) requirements, allowing only qualified accounts to receive tokens.
ZK Compression Technology Sparks Community Discussion: Does the Solana Network Need L2?
Matt Sorg: To achieve Solana's goal of synchronizing global state at near-light speed, it needs to flexibly adapt to various configurations. ZK compression allows for the verification of any amount of data on the mainnet with a smaller memory footprint, which is data expansion. Entities like Light Protocol and Helius are developing technologies like ZK compression, enabling scaling from multiple dimensions. Other projects focus on tasks with high computational demands, including machine learning (ML), where some off-chain computations will be embedded in blocks, while others may resemble L2 solutions.
• The Solana mainnet does not care about the naming of submitted transactions; its responsibility is to connect these transactions as frictionlessly and permissionlessly as possible.
• Solana demonstrates extreme on-chain performance while maintaining sufficient decentralization. Typically, the existence of solutions arises from certain configurations being incompatible with the mainnet.
• Geolocked validation, KYC, and localized performance (not attempting to synchronize global state) are examples of configurations that may differ.
What is your vision for the future development of Solana? And how long do you think the crypto industry will exist?
Matt Sorg: Within and outside the Solana ecosystem, there is a highly diverse community, and many enterprises are eager to support these communities and developers. The role of the Solana Foundation is to do what no other organization can easily achieve. We facilitate dialogue, communicate with institutions that wish to interact with more formal ecosystem organizations, and help provide content that anyone can use to introduce upcoming excellent projects in the ecosystem to users and developers. In fact, we are excited about the foundation becoming less important over time. Super teams, face-to-face builder communities, community-hosted conferences, etc., have truly gained their own vitality.
Technical development often involves multiple parallel leaderships. Many erroneous assumptions have been made about technological development, especially those related to Solana. The "Blockchain Trilemma" comes from a blog post by Vitalik, describing broad considerations of common trade-offs, but this is not a rule. Some people seem to think that as soon as a bottleneck appears, Solana is at the limit of the "trilemma," meaning that drastic trade-offs must be made. The reality is that even on current hardware, Solana's development may have only completed 2%. This may sound concerning, but remember that Solana has processed more transactions than all other public chains combined. This is impressive, but there is still much room for improvement.
I am confident: applying mathematics on bits will far exceed human existence.
OKX Web3:
The construction of the Solana ecosystem is one of the core projects of OKX Web3. We hope to create a user-friendly multi-chain wallet for users in the Solana ecosystem. Especially in terms of underlying capabilities and ecological support, we are focusing more resources on building the Solana ecosystem through the establishment of a dedicated Solana team.
In terms of underlying capabilities, due to the surge in transaction volume on the Solana chain at the beginning of the year, the transaction failure rate suddenly increased. After in-depth research on the characteristics of the Solana chain, we have conducted extensive research and support for optimizing transaction speed and success rates. We became the first wallet on the market to integrate Jito's third-party services and co-built the optimal priority fee solution with the Solana community. Transaction speed has improved from 10 seconds to 2 seconds. The transaction failure rate has been reduced from a maximum of 70% to a minimum of 0.8%. In terms of asset parsing on Solana, OKX has also made significant changes; currently, all three platforms can support real-time parsing of assets on Solana, eliminating the need to manually add token contracts to view newly added assets.
In terms of ecological support, we have deeply supported the parsing and trading of the newly launched Token 2022 protocol since the beginning of the year, and we will continue to explore more features derived from the Token 2022 protocol. With the explosive popularity of Blinks in the middle of the year, the OKX Web3 wallet also integrated Blinks at the first opportunity, allowing users to purchase Crypto shared by Blinks through the OKX Web3 wallet, and also enabling one-click creation of Blinks to share on their Twitter within the OKX Web3 wallet. At the same time, we launched a Meme mode for Meme users, achieving trading speeds that can fully compete with the fastest trading bots on the market, and allowing users to view the most real-time token prices in the OKX Web3 wallet. For Sonic, which is currently the hottest on the Solana ecosystem on SVM, we recently completed integration, becoming one of the earliest wallets to explore the Solana L2 and Gamefi ecosystem, jointly launching exclusive activities with Sonic and OKX, garnering significant participation and exposure from Solana users.
As an important community in Web3, we hope Solana continues to maintain its technological leadership, expand its ecosystem, drive user growth and community building, and push Web3 towards mainstream users, allowing more Web2 users to enter the blockchain world and experience the innovations brought by cryptographic technology. We believe that the crypto industry will exist for the long term, which depends not only on the development of cryptographic technology and application scenarios but also on innovation and integration with the real world.
About the "Developer's Story" Column
Web3 developers have made significant contributions to the development of the crypto industry. Their innovative spirit and technical capabilities have injected lasting vitality and momentum into the entire industry's growth, not only improving the technology itself but also providing support for future application scenarios and business models. However, despite their activity, they often receive little attention. The "Developer's Story" column launched by OKX Web3 in collaboration with Chain Catcher aims to enhance the voice of Web3 developers by understanding the development context, technical insights, latest trends, market changes, and hot comments of different public chain ecosystems from the perspective of developers through dialogues with core developers and the OKX Web3 technical team. This initiative seeks to get closer to these active and interesting individuals and provide them with maximum support.
Disclaimer
This content is for reference only and does not constitute and should not be construed as (i) investment advice or recommendation, (ii) an offer or solicitation to buy, sell, or hold digital assets, or (iii) financial, accounting, legal, or tax advice. We do not guarantee the accuracy, completeness, or usefulness of such information. Digital assets (including stablecoins and NFTs) are subject to market fluctuations, involve high risks, and may depreciate or even become worthless. You should carefully consider whether trading or holding digital assets is suitable for you based on your financial situation and risk tolerance. Please consult your legal/tax/investment professionals regarding your specific circumstances. Not all products are available in all regions. For more details, please refer to the OKX Terms of Service and Risk Disclosure & Disclaimer. The OKX Web3 mobile wallet and its derivative services are governed by separate terms of service. You are responsible for understanding and complying with the applicable laws and regulations in your local area.
免责声明:本文章仅代表作者个人观点,不代表本平台的立场和观点。本文章仅供信息分享,不构成对任何人的任何投资建议。用户与作者之间的任何争议,与本平台无关。如网页中刊载的文章或图片涉及侵权,请提供相关的权利证明和身份证明发送邮件到support@aicoin.com,本平台相关工作人员将会进行核查。