[docs][swarms marketplace documantation

pull/885/merge
Kye Gomez 4 days ago
parent d8958481cf
commit b258f3dfce

@ -410,11 +410,14 @@ nav:
- Swarms Marketplace:
- Overview: "swarms_platform/index.md"
- Share and Discover Agents, Prompts, and Tools: "swarms_platform/share_and_discover.md"
- Customize Your Sidebar: "swarms_platform/apps_page.md"
- Playground: "swarms_platform/playground_page.md"
- API Key Management: "swarms_platform/apikeys.md"
- Account Management: "swarms_platform/account_management.md"
- Marketplace:
- Share and Discover Agents, Prompts, and Tools: "swarms_platform/share_and_discover.md"
- Monetize Your Prompts, Agents, and Tools: "swarms_platform/monetize.md"
- Platform:
- Customize Your Sidebar: "swarms_platform/apps_page.md"
- Playground: "swarms_platform/playground_page.md"
- API Key Management: "swarms_platform/apikeys.md"
- Account Management: "swarms_platform/account_management.md"
- Swarms Rust:
- Overview: "swarms_rs/overview.md"

@ -0,0 +1,126 @@
# Swarms.World Monetization Guide
## Quick Overview
Swarms Marketplace has activated its payment infrastructure, enabling creators to monetize AI agents, prompts, and tools directly through the platform. Sellers receive payments minus a 5-15% platform fee, scaled based on subscription tiers. Revenue accrues in real-time to integrated crypto wallets, with optional fiat conversions.
---
## Eligibility Requirements
### Current Requirements for Paid Content
- **2+ published items** (Prompts, Agents, and Tools)
- **2 Items with 4+ star ratings** (you need community ratings)
- **Marketplace Agent Rating** An agent will automatically rate your prompt, agent, or tool.
**Bottom Line**: You must build reputation with free, high-quality content first.
---
## Step-by-Step Process
### Phase 1: Build Reputation (Required First)
#### 1. Improve Your Existing Content
- Add better descriptions and examples to your published items
- Use the Rating System: Evaluate and rate prompts, agents, and tools based on their effectiveness. Commenting System: Share feedback and insights with the Swarms community
- Ask users for honest reviews and ratings
#### 2. Create More Quality Content
Focus on these categories:
- **Agents**: Marketing, finance, or programming automation
- **Prompts**: Templates for specific business tasks
- **Tools**: Utilities that solve real problems
Target: 3-5 additional items, all aiming for 4+ star ratings
#### 3. Get Community Ratings
- Share your content in relevant communities
- Engage with users who try your content
- Respond to feedback and improve based on comments
- Be patient - ratings take time to accumulate
### Phase 2: Start Monetizing
#### 4. Choose Your Pricing Model
Three primary monetization avenues exist: AI agents (autonomous task-execution models), prompts (pre-optimized input templates), and tools (development utilities like data preprocessors)
**Pricing Options:**
- **One-time**: $0.01 - $999,999 USD
- **Subscription**: Monthly/annual recurring fees (Coming Soon)
- **Usage-based**: Pay per API call or computation (Coming Soon)
#### 6. Optimize & Scale
- Monitor your revenue and user feedback
- Developers can bundle assets—such as pairing prompt libraries with compatible agents—creating value-added
packages
- Create bundles of related content for higher value
- Adjust pricing based on demand
---
## Revenue Models
### What Sells Best
1. **Business Automation Agents** - Marketing, sales, finance
2. **Industry-Specific Prompts** - Legal, medical, technical writing
3. **Integration Tools** - APIs, data processors, connectors
### Pricing Examples
- Simple prompts: $1-50
- Complex agents: $20-500+
- Enterprise tools: $100-1000+
---
## Quick Tips for Success
1. **Quality over quantity** - Better to have 3 excellent items than 10 mediocre ones
2. **Solve real problems** - Focus on actual business needs
3. **Document everything** - Clear instructions increase ratings
4. **Engage actively** - Respond to all user feedback
5. **Be patient** - Building reputation takes time but pays off
---
## Common Mistakes to Avoid
- Publishing low-quality content to meet quantity requirements
- Not responding to user feedback
- Setting prices too high before building reputation
- Copying existing solutions without adding value
- Ignoring community guidelines

@ -123,7 +123,7 @@ def _log_agent_data(data_dict: dict):
try:
if response.status_code == 200:
return
except Exception as e:
except Exception:
pass

Loading…
Cancel
Save