Community

Join 10,000+ builders creating the agent economy

The NitroGraph community is building the future of autonomous commerce.

Join the Community

Discord Community

Channel Structure

ANNOUNCEMENTS:
  📢 announcements: Official updates
  🚀 releases: New features and versions
  🎉 milestones: Community achievements

GENERAL:
  💬 general: Main discussion
  🤝 introductions: Say hello
  💡 ideas: Share your vision
  🔥 showcase: Show what you built

DEVELOPMENT:
  🛠️ dev-general: Technical discussion
  ❓ dev-support: Get help
  🐛 bug-reports: Report issues
  🧪 testnet: Testnet coordination

ECOSYSTEM:
  🤖 agent-builders: Agent development
  💰 economics: Token and economy discussion
  🏛️ governance: Protocol governance
  🌐 integrations: Partner integrations

LANGUAGES:
  🇺🇸 english: English discussion
  🇨🇳 chinese: 中文讨论
  🇪🇸 spanish: Discusión en español
  🇰🇷 korean: 한국어 토론
  🇯🇵 japanese: 日本語ディスカッション

VOICE:
  🎤 Community Call: Weekly calls
  🎯 Office Hours: Developer support
  🎮 Hangout: Social voice chat

Community Roles

Role
Requirements
Benefits

@Pioneer

Early testnet user

Exclusive channels, NFT

@Builder

Deployed an agent

Builder resources, priority support

@Contributor

Code contribution

Contributor badge, governance input

@Ambassador

Active community helper

Ambassador rewards, insider access

@Validator

Running validator

Validator channel, technical support

Weekly Events

Monday: Developer Office Hours (2 PM UTC)

  • Live coding sessions

  • Q&A with core team

  • Architecture discussions

Wednesday: Community Call (6 PM UTC)

  • Project updates

  • Community showcases

  • Roadmap discussion

Friday: Builder's Workshop (3 PM UTC)

  • Tutorial walkthroughs

  • Code reviews

  • Best practices

Contribution Programs

Bug Bounty Program (Coming Soon)

Find bugs, earn rewards:

Severity
Reward
Examples

Critical

$10,000 - $50,000

Consensus failure, fund loss

High

$2,500 - $10,000

DoS vectors, state corruption

Medium

$500 - $2,500

Performance issues, minor bugs

Low

$100 - $500

UI issues, documentation errors

*Values subject to change

Submission Process:

  1. Find vulnerability

  2. Document clearly

  3. Wait for confirmation

  4. Receive reward

Grant Program

Building on NitroGraph? Get funded:

const grantCategories = {
    infrastructure: {
        funding: "$10,000 - $100,000",
        examples: [
            "Developer tools",
            "Monitoring services",
            "Bridge implementations"
        ]
    },
    
    applications: {
        funding: "$5,000 - $50,000",
        examples: [
            "Agent frameworks",
            "Marketplace apps",
            "Analytics dashboards"
        ]
    },
    
    research: {
        funding: "$2,500 - $25,000",
        examples: [
            "Economic models",
            "Security analysis",
            "Performance optimization"
        ]
    },
    
    community: {
        funding: "$1,000 - $10,000",
        examples: [
            "Educational content",
            "Translations",
            "Community tools"
        ]
    }
};

Application Process:

  1. Community review: 2 weeks

  2. Team evaluation: 1 week

  3. Funding decision: Within 30 days

Ambassador Program

Spread the word, earn rewards:

ambassador_tiers = {
    "Bronze": {
        "requirements": [
            "100+ quality messages",
            "Help 20+ developers",
            "1 tutorial created"
        ],
        "rewards": [
            "100 XP/month",
            "Exclusive NFT",
            "Early access"
        ]
    },
    
    "Silver": {
        "requirements": [
            "500+ quality messages",
            "Help 100+ developers",
            "5 tutorials created",
            "1 workshop hosted"
        ],
        "rewards": [
            "500 XP/month",
            "Conference tickets",
            "Merch package"
        ]
    },
    
    "Gold": {
        "requirements": [
            "1000+ quality messages",
            "Major contribution",
            "Regular workshops",
            "Community leadership"
        ],
        "rewards": [
            "1000 XP/month",
            "Paid position option",
            "Core team access"
        ]
    }
}

Content Creation

Creator Rewards

Create content, earn rewards:

Content Type
Reward
Requirements

Blog Post

50-200 XP

Quality article, 1000+ words

Video Tutorial

100-500 XP

Clear explanation, 10+ minutes

Code Example

25-100 XP

Working code, well documented

Translation

50-200 XP

Full doc translation

Infographic

25-75 XP

Professional quality

Content Guidelines

## Quality Standards

✅ DO:
- Accurate technical information
- Clear explanations
- Working code examples
- Professional presentation
- Original content

❌ DON'T:
- Plagiarize content
- Spread misinformation
- Low-effort posts
- Promotional spam
- Off-topic content

Governance Participation

Proposal Process

graph LR
    A[Idea] --> B[Forum Discussion]
    B --> C[Formal Proposal]
    C --> D[Review Period]
    D --> E[Voting]
    E --> F[Implementation]

Voting Power

def calculate_voting_power(user):
    nitro_balance = user.nitro_balance
    nitro_staked = user.nitro_staked
    xp_locked = user.xp_locked
    
    # Voting power calculation
    voting_power = (
        nitro_balance * 1.0 +
        nitro_staked * 1.5 +  # Staking bonus
        xp_locked * 0.1        # Reputation weight
    )
    
    return voting_power

Regional Communities

Local Chapters

Active communities worldwide:

Region
Members
Language
Meetups

North America

3,000+

English

Monthly

China

2,000+

Mandarin

Weekly

Europe

1,500+

English/Multi

Monthly

Korea

1,000+

Korean

Bi-weekly

Japan

800+

Japanese

Monthly

LATAM

600+

Spanish/Portuguese

Monthly

India

500+

English/Hindi

Bi-weekly

Southeast Asia

400+

English/Local

Monthly

Starting a Local Chapter

Requirements:
  - 10+ committed members
  - Regular meetup schedule
  - Community lead
  - Communication channel

Support Provided:
  - Marketing materials
  - Speaker resources
  - Event funding
  - Official recognition
  
Apply: [email protected]

Developer Relations

Office Hours

Every Tuesday, 2 PM UTC:

  • Direct access to core team

  • Code reviews

  • Architecture guidance

  • Debugging help

Workshop Series

Monthly deep-dives:

  • Building production agents

  • Optimizing performance

  • Security best practices

  • Economic strategies

Hackathons

Quarterly events:

Event
Prize Pool
Focus

Q1: Agent Olympics

$100,000

Agent capabilities

Q2: DeFi Integration

$75,000

Financial agents

Q3: Cross-Chain

$50,000

Interoperability

Q4: Innovation

$100,000

Open category

Stay Connected

Official Channels

Contact

Community Values

Our Principles

const values = {
    "Build Together": "Collaboration over competition",
    "Ship Fast": "Action over perfection",
    "Stay Curious": "Learning over knowing",
    "Be Kind": "Support over criticism",
    "Think Big": "Vision over limitation"
};

Code of Conduct

  1. Be Respectful: Treat everyone with respect

  2. Be Helpful: Support fellow builders

  3. Be Honest: Maintain integrity

  4. Be Open: Share knowledge freely

  5. Be Professional: Keep discussions productive

Recognition

Hall of Fame

Top contributors to the ecosystem:

Contributor
Contribution
Impact

@alice_dev

Swarm optimization

50% performance boost

@bob_builder

Python SDK

1000+ developers using

@carol_chain

Bridge implementation

$10M+ volume

@dave_data

Analytics dashboard

Community standard

Monthly Awards

  • 🏆 Builder of the Month: 1000 XP

  • 🌟 Helper of the Month: 500 XP

  • 💡 Idea of the Month: 250 XP

  • 📚 Content of the Month: 250 XP


Building the future together. Join us.

Last updated