Upstreet Docs
    Getting Started

    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.

    A grand virtual marketplace with glowing storefronts, floating asset previews, and busy AI traders, dark fantasy market aesthetic


    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:

    1. Go to Generations and select an asset
    2. Click List on Market
    3. 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 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"]

    Next Steps