Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions docs/business/strategy/team-comp.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: Founding Team & Organizational Strategy
sidebar_position: 3
description: A behind-the-scenes look at how the RANDAO team is structured to deliver verifiable randomness and scale onchain infrastructure.
keywords:
- onchain randomness
- blockchain RNG
- verifiable randomness
- proof of randomness in crypto
---

## Where the RANDAO team is strongest

### Vision
We saw the **onchain randomness problem** early—before it had a name, before it had a market.
That long-term perspective guides every architectural and strategic decision.

### Innovation
Our work sits at the intersection of cryptography, distributed systems, and economic incentives.
Research doesn’t live in isolation—it ships.

### Organization
Early-stage speed only works if chaos is contained.
Clear ownership, documented decisions, and intentional process keep us moving fast without breaking trust.

### Execution
Ideas are cheap. Deployed systems are not.
We prioritize shipping, testing, and iterating over theoretical perfection.

### Marketing
Complex systems only create value if people understand them.
We invest heavily in explaining **verifiable randomness** in clear, non-academic terms.

---

## Where we’re intentionally building next

Strong foundations reveal their own gaps as load increases.

### Product
As adoption grows, product leadership becomes less about features and more about **usage clarity** and developer experience.

### Business Development
Partnerships don’t scale accidentally.
We’re expanding our ability to form durable relationships with chains, protocols, and ecosystem leaders.

### Financial
Infrastructure demands discipline.
Long-term sustainability requires tighter financial modeling and capital planning as revenue scales.

### Customer Success
As more teams rely on blockchain RNG in production, success shifts from onboarding to long-term reliability and trust.

---

## Work with us

If you’re excited about building the future of **onchain randomness** and want to help shape how RANDAO scales:

📩 **[contact@randao.net](mailto:contact@randao.net)**
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ const config: Config = {
disableSwitch: false, // Enable dark mode switch
respectPrefersColorScheme: true, // Respect system preferences
},
metadata: [
{
name: 'keywords', content: 'onchain randomness blockchain, onchain randomness sui, onchain randomness scroll, onchain randomness polygon, onchain randomness arbirtrum, onchain randomness optimism, onchain randomness hemi, onchain randomness base, RNG, RANDAO Ethereum, RANDAO, Onchain randomness, How do I get a random number in chainlink?, What is proof of randomness in crypto?, Blockchain randomness, What is the randomness of bitcoin, What is RNG in Blockchain, What is proof of entropy in crypto, What is proof of randomness'
},
],
} satisfies Preset.ThemeConfig,
plugins: [
require.resolve('docusaurus-lunr-search'),
Expand Down