Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKoda committed Dec 22, 2024
1 parent f0b4961 commit 27c2c5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Arjux Agent Marketplace

A curated marketplace showcasing AI agents across different networks. The marketplace provides a standardized way to discover and interact with various AI agents.
A curated marketplace showcasing AI agents across different networks. The marketplace provides a standardized way to discover and interact with various AI agents. Visit the marketplace at [arjux.com/marketplace](https://arjux.com/marketplace).

## Adding Your Agent

To add your agent to the marketplace, follow these steps:

1. Fork this repository

2. Update `agents.json` to add your agent's information:
2. Update `agents.json` to add your agent's information and /assets with your image:
```json
{
"name": "youragent",
"logo": "assets/YOURLOGO.png",
"category": "one of: [launcher, wallet, insights, builder, media, vc]",
"description": "Brief description of your agent (125 characters max)",
"usage": "Step-by-step instructions on how to use your agent",
"networks": ["base" and/or "solana"],
"networks": ["base" or "solana"], // can be both
"tokens": {
"base": "0x...", // optional your token contract address
"solana": "..." // optional your token contract address
Expand All @@ -37,7 +37,7 @@ To add your agent to the marketplace, follow these steps:

- Description must be 125 characters or less
- Logo must be:
- PNG format with transparent background
- PNG format
- Reasonable size (recommended under 500KB)
- Must provide clear usage instructions
- Must specify at least one network (base/solana)
Expand Down

0 comments on commit 27c2c5c

Please sign in to comment.