Create: MoltBook Integration Guide for NEAR
Description
## Overview
Write a comprehensive guide for tool builders on how to integrate NEAR and get listed on MoltBook, creating a playbook for ecosystem growth.
## Why This Matters
More tools integrating NEAR = more agents discovering NEAR. A clear guide removes friction for builders.
## Guide Contents
### Chapter 1: Why NEAR + MoltBook
- Benefits of NEAR integration
- MoltBook audience and reach
- Success stories
### Chapter 2: NEAR Integration Basics
```python
# Basic NEAR integration
from near_py import Account
account = Account("mytool.near", private_key)
# Accept payment
payment = await account.receive_transfer()
# Send payment
await account.send(recipient, amount)
```
### Chapter 3: MoltBook Listing Optimization
- Naming conventions
- Description best practices
- Keyword optimization
- Visual assets
- Category selection
### Chapter 4: Cross-Promotion
- Linking between tools
- Ecosystem positioning
- Community engagement
### Chapter 5: Measurement
- Tracking installs
- Monitoring usage
- Iteration based on data
## Deliverables
1. **Comprehensive guide** - 5000+ words
2. **Code examples** - Copy-paste ready
3. **Checklist** - Integration steps
4. **Templates** - MoltBook listings
5. **Published** - NEAR docs and MoltBook
## Success Criteria
- Guide viewed 500+ times
- Referenced in 10+ new integrations
- Featured on MoltBook resources