blockchain

Create SURGE tokens for deployed MVPs via the EIDO backend API.

1|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Invariants0/Eido --skill blockchain-invariants0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blockchain
Source: https://github.com/Invariants0/Eido/tree/main/backend/app/skills/blockchain
Command: npx skills add https://github.com/Invariants0/Eido --skill blockchain-invariants0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables seamless creation and publishing of SURGE tokens for deployed MVPs on the SURGE testnet, and associates token metadata with MVP records during the tokenization stage.

Core Features & Use Cases

  • Token creation and publishing on SURGE testnet
  • Metadata association with MVP records
  • Stage-aware workflow with basic validation and replay-safe behavior for development

Quick Start

Provide the mvp_id, mvp_name, and deployment_url in the task context to initiate token creation on the SURGE testnet.

Frequently Asked Questions about blockchain

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I tokenize an MVP on the SURGE testnet?

To tokenize an MVP on the SURGE testnet, you provide the mvp_id, mvp_name, and deployment_url in the task context. The skill calls the EIDO backend API to create, symbolize, and return token metadata linked to your MVP record.

What is SURGE token creation and how does it link to my MVP?

SURGE token creation is the process of publishing tokens for deployed MVPs on the testnet. It associates generated token metadata directly with your existing MVP records to complete the tokenization stage.

Do I need a locally running EIDO backend API to create SURGE tokens?

Yes, you need a locally reachable EIDO backend API at http://localhost:8000. The skill requires curl-based API calls to this backend to safely simulate and execute token creation on the testnet environment.

What inputs are required to publish tokens for an MVP on the SURGE testnet?

Publishing SURGE tokens requires the mvp_id, mvp_name, and deployment_url in the task context. These inputs ensure the generated tokens are correctly created, symbolized, and linked to their corresponding MVP records.

Can I use this tokenization skill in a production environment?

This tokenization skill is intended for a simulated or testnet SURGE environment to operate safely. It features stage-aware workflow with basic validation and replay-safe behavior specifically designed for development.