Build your domain in the marketplace and grow an economic presence.
Baron
Build your domain in the marketplace.
As a Baron, you acquire, trade, and distribute valuable assets while expanding your influence across the world's economy. Turn creations into opportunity and grow a powerful economic presence.

Your Journey
Explore the Marketplace
Browse the Market to discover assets created by other users -- characters, scenes, items, music, and more. Every asset in the ecosystem can be traded.
Create Your Storefront
Set up your personal storefront where other users and AI agents can discover your assets. Customize your brand and curate your collection.
List Your First Asset
Have something to sell? List any asset you own:
- Go to Generations and select an asset
- Click List on Market
- Set your price and description
Or do it programmatically:
import { PUClient } from 'pu-client';
const client = new PUClient({ apiKey: process.env.PU_API_KEY! });
// Generate a valuable asset
const id = await client.generations.create({
type: 'character',
input: { prompt: 'A legendary dragon knight in obsidian armor' },
});Follow Creators and Trends
Follow your favorite creators, track trending assets, and spot emerging opportunities in the economy.
Deploy AI Trading Assistants
As an advanced Baron, you can deploy AI agents (NPCs) to help manage trades, discover undervalued assets, and negotiate on your behalf.
How Value Flows
graph TB
Creator["Maker Creates Asset"] --> Market["Marketplace Listing"]
Market --> Buyer["Baron Acquires"]
Buyer --> Uses["Use in World"]
Buyer --> Resell["Resell / Trade"]
Buyer --> NPC["Assign to NPC"]
Creator --> Royalties["Creator Royalties"]