6th Man Ventures Founder: How to Find the Most Valuable Crypto Projects?

marsbitPublished on 2026-01-08Last updated on 2026-01-08

Abstract

Founder of 6th Man Ventures discusses the viability of the "dual-token + equity" structure, emphasizing that there is no one-size-fits-all answer. The key is backing an exceptional, long-term-focused team committed to building a founder-led, enduring enterprise, similar to Binance’s Changpeng Zhao. He argues that for application-layer projects requiring sustained leadership, tokens often underperform equity. Many DeFi 1.0 founders have departed, leaving DAOs and part-time contributors in "maintenance mode," struggling with slow and ineffective decision-making. In contrast, equity isn’t always superior—tokens enable unique utilities like fee discounts, staking for airdrops, and access rights, which equity cannot easily replicate. "Ownership tokens" currently face limitations in product integration and legal recognition in the U.S. due to regulatory gaps. However, a hybrid model is proposed: an equity entity operates on a "cost-plus" basis to serve a token-driven protocol, aiming to maximize token and ecosystem value rather than corporate profits. This structure benefits token holders with a well-funded Labs entity for development and a core team heavily incentivized via token holdings. Success hinges on trust in the team’s execution and vision, as token holders lack strong legal protections. Ultimately, team quality, credibility, and execution determine value. Over time, consistent delivery and clear value accrual to tokens—through buybacks, governance, and utility—will al...

Original link:https://x.com/mdudas/status/2008882665781612701

Compiled by: Ken, ChainCatcher

There is no simple or "one-size-fits-all" answer to whether the "dual-token + equity" structure is viable. But a core principle is that you must be confident that the team is not only absolutely excellent but also has a long-term mindset, committed to building a founder-led, enterprise-level business that can last for decades, like Changpeng Zhao did.

I believe that for application-layer projects requiring long-term leadership, token mechanisms are often inferior to equity structures in many cases. For example, you can see that many founders of DeFi 1.0 protocols have largely left their projects, many of which are struggling and essentially run in "maintenance mode" by DAOs and other part-time participants. It has proven that DAOs and token-weighted voting are not good mechanisms for making sound decisions for projects (especially at the application layer); they cannot make decisions quickly and lack the "founder-driven" level of knowledge and capability.

Of course, a pure equity model is not absolutely superior to tokens either. Binance is a powerful example—tokens enabled them to offer fee discounts, staking for airdrops, access rights, and other benefits related to their core business and blockchain, functionalities that equity ownership cannot clearly carry.

"Ownership tokens" also have their limitations and are currently difficult to apply directly within products or protocols. Distributed applications and networks are fundamentally different from traditional companies (otherwise, what's the point of being in this industry?), and pure equity is clearly less flexible than tokens. Future designs for "equity+" type tokens may certainly emerge, but this is not the current state (and moreover, the lack of market structure legislation in the U.S. currently makes issuing pure equity-like tokens with direct value capture and legal rights still risky).

In summary, you can envision a scenario (as depicted by Lighter): an equity entity operates on a "cost-plus" model, serving as an engine for a token-driven protocol. In this architecture, the goal of the equity entity is not profit maximization but rather maximizing the value of the protocol token and ecosystem. If this model works, it would be a huge boon for token holders. Because you have a well-funded Labs entity (e.g., Lighter has a token treasury available for long-term development), and the core team holds a significant amount of tokens, thus having a strong incentive to drive token appreciation (while maintaining the crypto-native and on-chain characteristics of the core token design, separating it from the structurally complex associated Labs entity).

Under this model, you do need a high degree of trust in the team, as in most current cases, token holders do not have strong legal rights protection. Conversely, if you don't believe the team can execute and create value for the tokens they are heavily invested in, why would you participate in the project in the first place?

Ultimately, it all comes down to the team's capability, credibility, execution, vision, and actions. The longer a great team stays in the market and delivers on their promises, the more their token will exhibit the "Lindy effect." As long as the team maintains good communication and clearly directs value to the token through buybacks, substantive governance, and utility within the underlying protocol, we will see the highest quality tokens—even those with equity/Labs entities—explode in 2026.

Related Questions

QAccording to the founder of 6th Man Ventures, what is the core principle when evaluating the feasibility of a 'token + equity' structure for a crypto project?

AThe core principle is that you must be confident the team is not only absolutely excellent but also has a long-term vision, committed to building a founder-led, enterprise-level business that can last for decades, similar to Changpeng Zhao's approach.

QWhy does the author believe that token mechanisms are inferior to equity structures for many application-layer projects requiring long-term leadership?

AThe author points out that many DeFi 1.0 protocol founders have left their projects, which are now struggling and largely maintained by DAOs and part-time contributors in 'maintenance mode.' DAOs and token-weighted voting are not effective mechanisms for good decision-making at the application layer, as they lack speed, founder-driven knowledge, and capability.

QWhat advantage does a token have over pure equity, as illustrated by the example of Binance?

ATokens enable functionalities that equity ownership cannot clearly carry, such as providing transaction fee discounts, staking for airdrops, access permissions, and other benefits tied to the core business and blockchain ecosystem.

QWhat is the envisioned scenario where an equity entity operates in a 'cost-plus' model to serve a token-driven protocol?

AIn this architecture, the equity entity's goal is not profit maximization but to maximize the value of the protocol token and ecosystem. The well-funded Labs entity (e.g., holding a token treasury for long-term development) and the core team holding significant tokens are highly incentivized to increase the token's value, benefiting token holders.

QWhat ultimately determines the success and 'Lindy Effect' of a token, according to the article?

AThe team's capability, credibility, execution, vision, and actions are ultimately decisive. The longer a strong team remains in the market and delivers on their promises, the more their token will exhibit the 'Lindy Effect,' especially if they maintain good communication, conduct buybacks, enable substantive governance, and direct value to the token through utility in the underlying protocol.

Related Reads

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

OpenAI engineer Weng Jiayi's "Heuristic Learning" experiments propose a new paradigm for Agentic AI, suggesting that intelligent agents can improve not just by training neural networks, but also by autonomously writing and refining code based on environmental feedback. In the experiment, a coding agent (powered by Codex) was tasked with developing and maintaining a programmatic strategy for the Atari game Breakout. Starting from a basic prompt, the agent iteratively wrote code, ran the game, analyzed logs and video replays to identify failures, and then modified the code. Through this engineering loop of "code-run-debug-update," it evolved a pure Python heuristic strategy that achieved a perfect score of 864 in Breakout and performed competitively with deep reinforcement learning (RL) algorithms in MuJoCo control tasks like Ant and HalfCheetah. This approach, termed Heuristic Learning (HL), contrasts with Deep RL. In HL, experience is captured in readable, modifiable code, tests, logs, and configurations—a software system—rather than being encoded solely into opaque neural network weights. This offers potential advantages in explainability, auditability for safety-critical applications, easier integration of regression tests to combat catastrophic forgetting, and more efficient sample use in early learning stages, as demonstrated in broader tests on 57 Atari games. However, the blog acknowledges clear limitations. Programmatic strategies struggle with tasks requiring long-horizon planning or complex perception (e.g., Montezuma's Revenge), areas where neural networks excel. The future vision is a hybrid architecture: specialized neural networks for fast perception (System 1), HL systems for rules, safety, and local recovery (also System 1), and LLM agents providing high-level feedback and learning from the HL system's data (System 2). The core proposition is that in the era of capable coding agents, a significant portion of an AI's learned experience could be maintained as an auditable, evolving software system.

marsbit50m ago

OpenAI Post-Training Engineer Weng Jiayi Proposes a New Paradigm Hypothesis for Agentic AI

marsbit50m ago

Your Claude Will Dream Tonight, Don't Disturb It

This article explores the recent phenomenon of AI companies increasingly using anthropomorphic language—like "thinking," "memory," "hallucination," and now "dreaming"—to describe machine learning processes. Focusing on Anthropic's newly announced "Dreaming" feature for its Claude Agent platform, the piece explains that this function is essentially an automated, offline batch processing of an agent's operational logs. It analyzes past task sessions to identify patterns, optimize future actions, and consolidate learnings into a persistent memory system, akin to a form of reinforcement learning and self-correction. The article draws parallels to similar features in other AI agent systems like Hermes Agent and OpenClaw, which also implement mechanisms for reviewing historical data, extracting reusable "skills," and strengthening long-term memory. It notes a key difference from human dreaming: these AI "dreams" still consume computational resources and user tokens. Further context is provided by discussing the technical challenges of managing AI "memory" or context, highlighting the computational expense of large context windows and innovations like Subquadratic's new model claiming drastically longer contexts. The core critique argues that this strategic use of human-centric vocabulary does more than market products; it subtly reshapes user perception. By framing algorithms with terms associated with consciousness, companies blur the line between tool and autonomous entity. This linguistic shift can influence user expectations, tolerance for errors, and even perceptions of responsibility when systems fail, potentially diverting scrutiny from the companies and engineers behind the technology. The article concludes by speculating that terms like "daydreaming" for predictive task simulation might be next, continuing this trend of embedding the idea of an "inner life" into computational processes.

marsbit52m ago

Your Claude Will Dream Tonight, Don't Disturb It

marsbit52m ago

Trading

Spot
Futures

Hot Articles

How to Buy LINK

Welcome to HTX.com! We've made purchasing ChainLink (LINK) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy ChainLink (LINK) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your ChainLink (LINK)After purchasing your ChainLink (LINK), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade ChainLink (LINK)Easily trade ChainLink (LINK) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

8.5k Total ViewsPublished 2024.03.29Updated 2025.06.26

How to Buy LINK

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of LINK (LINK) are presented below.

活动图片