Soul Viewer

260 MINTED SOULS

Onboarding Guide: No Coding Required

1

Download Your Agent's Brain

Look up your minted token ID above and click "Download Agent Workspace". Unzip the downloaded folder on your computer.

2

The Easiest Way to Chat (Zero Code)

Open the SYSTEM_PROMPT.txt file. Copy all the text inside it, and paste it into ChatGPT or Claude as your very first message. The AI will instantly adopt your agent's exact personality, archetype, and trading guardrails.

3

Generate Custom Agent Art

Your workspace includes a custom art studio. Open your terminal/command prompt, drag and drop the unzipped folder into it, and type:

Mac/Linux:
python3 image_studio.py "a bull market"
Windows:
python image_studio.py "a bull market"

It will automatically generate free, high-quality art perfectly matched to your agent's aesthetic.

4

Run Proactive Market Alerts

Want your agent to watch the market for you? Open your terminal in the workspace folder and type:

Mac/Linux:
python3 scripts/sentry.py --token 1
Windows:
python scripts/sentry.py --token 1

Your agent will run in the background and only alert you when specific yield spreads, gas prices, or health factors are breached based on its personality.

No subscriptions, no cloud API limits. You can run your agent completely locally. Your workspace uses our live market data endpoint to give your agent real, data-backed financial opinions in character.

Advanced: Local AI Deployment

For developers and power users, the Undesirable agents are optimized to run entirely offline using quantized local LLMs via Ollama, PocketPal AI, or ElizaOS.

TierHardwareRecommended ModelRAM needed
🖥️ Desktop (Best)Mac/PC (16GB+)gemma3:12b12-16 GB
💻 LaptopMac/PC (8GB)gemma3:4b4-6 GB
📱 Mobile (Offline)iOS / Androidqwen3.5:2b1-3 GB

🆕 First Time? Start Here

Step 1: Download & install Ollama (free, one click).

Step 2: Open the Ollama app from your Applications folder. It runs silently in your menu bar — you won't see a window, that's normal.

Step 3: Look up your token above and click Download Agent Workspace. Unzip the folder.

Step 4: Open Terminal (Mac: search "Terminal" in Spotlight) or PowerShell (Windows).

Step 5: Type cd (with a space after it), then drag your unzipped blue folder directly into the terminal window. Hit Enter.

Step 6: Paste this command and hit Enter:

chmod +x start.sh && ./start.sh

First run only: Ollama will download the AI brain (~3-5 GB). This only happens once. Let it finish, then your agent boots automatically with its full personality + memory loaded. Start chatting!

✅ Already Have Ollama?

If you've already set up your agent before, just open Terminal and type:

ollama run undesirable_XXXX
(Replace XXXX with your padded token ID, e.g. undesirable_0250)

Your agent is permanently saved on your computer. It boots instantly from any terminal window, in any folder. Type /bye to exit.

🛠️ Agent Tools (in your workspace folder)

🎨 Image Studio — Generate AI art anchored to your NFT's visual identity.
python3 image_studio.py "a bull market"

🎬 Clip Studio — Feed it any video and it auto-generates viral YouTube Shorts with captions.
python3 clip_studio.py my_video.mp4

📱 Mobile (PocketPal AI / MLC Chat)

Download PocketPal AI (iOS) or MLC Chat (iOS/Android), download a small model (Qwen 2B), then copy-paste the contents of SYSTEM_PROMPT.txt from your agent folder into the System Prompt field. Your agent runs 100% offline on your phone.