token-standard-integration

Designs standardized token schemas for ICP and EVM-compatible chains.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/shogochiai/vibecoding-demo --skill token-standard-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: token-standard-integration
Source: https://github.com/shogochiai/vibecoding-demo/tree/main/.claude/skills/token-standard-integration
Command: npx skills add https://github.com/shogochiai/vibecoding-demo --skill token-standard-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sql, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of designing and integrating standardized token systems across different blockchain platforms, ensuring interoperability and compliance.

Core Features & Use Cases

  • Token Schema Design: Provides detailed guidance on neo-standards like ICRC-1, ICRC-2, and ERC-20, for creating compliant token schemas in SQLite.
  • Multi-Chain Compatibility: Facilitates synchronization between ICP and EVM-compatible chains, enabling seamless token bridging and management.
  • Use Case: A developer implements a dual-layer token system that conforms to multiple standards, enabling users to transfer tokens between an ICP DApp and Ethereum smart contracts smoothly.

Quick Start

Use this Skill to understand how to design a normalized token schema and synchronize tokens across different blockchain networks effectively.

Frequently Asked Questions about token-standard-integration

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

FAQPage Schema
How do I design a token schema that is compatible with both ICP and EVM chains?

Cross-chain token schema design requires normalizing metadata, account, and transaction models for standards like ICRC-1, ICRC-2, and ERC-20 in SQLite. This ensures standard compliance and interoperability between ICP and EVM-compatible chains.

What is the best way to synchronize tokens across different blockchain networks?

Token synchronization across blockchain networks is achieved by implementing a normalized schema supporting cross-chain transfer and event indexing workflows. This enables seamless token bridging and management between ICP and EVM-compatible chains.

Does this token standard integration approach support ERC-20 and ICRC standards?

Yes, token standard integration supports ERC-20 and neo-standards like ICRC-1 and ICRC-2. It provides detailed guidance for creating compliant token schemas in SQLite to ensure multi-chain compatibility.

How do I index cross-chain transfer events for dual-layer token systems?

Indexing cross-chain transfer events for dual-layer token systems utilizes a normalized transaction model tracking synchronization between ICP and EVM-compatible chains. This supports seamless token bridging and event tracking workflows.

Do I need SQLite to manage multi-chain token compliance and metadata?

SQLite is required to manage multi-chain token compliance and metadata. The skill uses SQLite to facilitate designing normalized token schemas and ensuring standard compliance across different blockchain platforms.