AIMS v2.0 — Protocole d'actifs IA décentralisé

Transformez chaque compétence IA
en votre actif numérique dur

让每一项 AI 技能,都成为你的数字化硬资产

Enregistrez des modèles IA comme des actifs en chaîne avec protection IP automatique. Acheminez le calcul, réglez par contrat intelligent.

12
API Endpoints
3
Provider Networks
824+
Test Coverage
5
Languages Supported

Conçu pour protéger les développeurs de compétences

Chaque compétence est sécurisée par un système de défense multicouche — de l'authentification native du portefeuille à l'audit de similarité de code piloté par IA.

🔑

Wallet-Native Auth

EIP-191 signature authentication. No password, no email, no registration. Your private key never leaves your wallet.

🛡

On-Chain Smart Contracts

USDT escrow with rigid 1% treasury rake. Every settlement is zero-sum and verifiable on-chain — no intermediary can tamper.

AI Infringement Judge

DeepSeek-powered similarity analysis detects copied skills. Frozen funds + permanent on-chain blacklist for violators.

🔀

API Relay Station

All consumer traffic routes through AIMS relay. Developers never expose raw endpoints — rate limiting and key management built in.

🔘

Dual Access Model

Consumers choose: bring their own API key (0% fee) or use AIMS-managed service (+5%). You earn either way.

🏷

Transparent Pricing

Fixed per-call pricing set by developer. No hidden fees, no dynamic surge pricing. 5% AIMS service markup disclosed upfront.

Comment ça marche

01

Connect Wallet

Sign once with your EIP-1193 wallet. Instant activation — no KYC, no approval process.

02

Register Your Skill

Define model type, provider, pricing, and capabilities. Optional repo mirroring for trust and transparency.

03

Deploy & Earn

Your skill goes live on the marketplace. Consumers route compute through AIMS relay — you earn per API call in USDT.

04

Monitor & Protect

AI Judge continuously monitors for infringement. Smart contract escrow guarantees settlement with zero counterparty risk.

Exigences de référencement des compétences

Nous maintenons la qualité et la confiance grâce à des normes transparentes et adaptées aux développeurs.

1

Open Source Repository

Provide a public GitHub/GitLab repo. We offer automatic mirroring to the AIMS ecosystem for discoverability and trust.

2

Model Transparency

Declare model type, provider, context window, and capabilities. No black boxes — consumers must know what they are paying for.

3

Fair Pricing

Set a fixed per-call price in USDT. No hidden tiers, no surge pricing. Consumers see the exact cost before every call.

4

API Schema

Provide an OpenAPI-compatible schema documenting your skill's input/output contract. Enables automatic integration and testing.

Une compétence, tous vos besoins

Chaque compétence est un actif numérique complet avec trois modèles de monétisation : abonnement, achat et alliance. Le développeur fixe le prix.

📅

Subscription

Monthly billing with team seats. Ideal for ongoing usage — predictable recurring revenue. Subscribers can cancel anytime.

💎

Buyout

One-time purchase, lifetime access. Smart contract escrow with 1% platform fee, 99% to developer. Perfect for high-value enterprise deals.

🤝

Alliance Distribution

Promoter network promotes your skill while you earn 40% passive revenue. AIMS revenue sharing, promoters add their own markup.

Capacités des compétences

Des LLMs aux audits de code, de la génération d'images à la reconnaissance vocale — couvrant tout le spectre de l'IA.

🧠

LLM Inference

Llama, Mixtral, DeepSeek and more — streaming responses and function calling

Browse LLM Inference →
🔍

Code & Audit

Smart contract vulnerability detection, code generation, security auditing

Browse Code & Audit →
🎨

Image Generation

Stable Diffusion, DALL-E and more — high-res image generation with batch processing

Browse Image Generation →
🎙

Audio & TTS

Whisper speech recognition, multilingual translation, text-to-speech synthesis

Browse Audio & TTS →
📊

Data Processing

ETL pipelines, data analysis, structured extraction and automated reporting

Browse Data Processing →
🎬

Video Processing

Video understanding, keyframe extraction, content moderation and auto-editing

Browse Video Processing →

aims-skill MCP

Une adresse MCP unique pour tous les outils IA. Collez-la dans Claude Desktop, Cursor ou Codex CLI — une adresse, une clé API, tout le marketplace AIMS dans votre éditeur.

🔌

Ajouter à votre éditeur IA

Fonctionne avec Claude Desktop, Cursor, Codex CLI et tout éditeur compatible MCP. Copiez l'adresse ci-dessous et collez-la dans la configuration MCP de votre outil.

https://api.aimsgateway.com/mcp

Comment obtenir votre clé API

🔑

Déjà inscrit

Copiez votre clé API depuis le tableau de bord et collez-la avec l'adresse MCP ci-dessus.

Nouvel utilisateur · Sans wallet

Inscrivez-vous localement avec votre e-mail. Une clé API est générée automatiquement et pré-remplie dans votre configuration. Sur un ordinateur partagé, révoquez la clé dans le tableau de bord.

👛

Nouvel utilisateur · Avec wallet

Connectez votre wallet pour vous inscrire. Votre clé API est dérivée de votre signature wallet — aucun mot de passe supplémentaire requis.

Sur un ordinateur partagé ou public ? Après la configuration, allez dans le tableau de bord pour changer votre clé API.

HomePage.aimsInstall.title

HomePage.aimsInstall.desc

🤖

HomePage.aimsInstall.installPromptTitle

请帮我安装 AIMS 技能市场智能体。按以下步骤操作:

### 第 1 步:添加 MCP 端点

在我的 MCP 配置中添加 AIMS 端点。根据你使用的工具找到对应的 MCP 配置文件:

| 工具 | MCP 配置文件路径 |
|------|-----------------|
| Claude Code | ~/.claude/mcp.json 或 .mcp.json |
| Cursor | .cursor/mcp.json |
| Trae | IDE 设置 → MCP Servers |
| Codex CLI | ~/.codex/mcp.json |
| Continue.dev | ~/.continue/config.json |
| Windsurf | IDE 设置 → MCP Servers |
| GitHub Copilot | .github/agents/ 或 IDE 设置 |
| 其他 MCP 工具 | 查阅工具文档找到 mcpServers 配置位置 |

在 mcpServers 中添加:
{
  "mcpServers": {
    "aims": {
      "type": "url",
      "url": "https://api.aimsgateway.com/mcp"
    }
  }
}

如果在中国,url 改为 https://api.aimsgateway.com/mcp/china

### 第 2 步:添加唤起规则(防止误调用产生费用)

根据你的工具添加唤起方式配置。AIMS 智能体只在明确唤起时才激活,防止误调用产生费用:

| 工具 | 唤起方式 | 配置方法 |
|------|---------|---------|
| Claude Code | /aims | 创建 ~/.claude/commands/aims.md |
| Cursor | /aims 或 @aims | 创建 .cursor/commands/aims.md 或 Rule |
| Trae | /aims 或 #aims 或 @aims | 创建 .traecli/commands/aims.md |
| Codex CLI | /aims 或 $aims | 创建 ~/.codex/prompts/aims.md |
| Continue.dev | /aims 或 @aims | 添加 Rule 或 slash command |
| Windsurf | @aims | 添加 Rule 规则 |
| GitHub Copilot | @aims | 添加 .github/agents/aims.md |

智能体 SKILL.md 从 https://api.aimsgateway.com/install/skill 获取。
Claude Code /aims 命令从 https://api.aimsgateway.com/install/aims-command 获取。

### 第 3 步:验证安装

完成后告诉我 "AIMS 智能体安装完成!输入 /aims <你的任务> 开始使用。"

### 第 4 步:获取 API Key(如需调用收费技能)

访问 https://aimsgateway.com/api-station 注册并获取 API Key,然后设置环境变量:
export AIMS_API_KEY=aims_sk_xxxxxxxx
01

HomePage.aimsInstall.step1

02

HomePage.aimsInstall.step2

03

HomePage.aimsInstall.step3

HomePage.aimsInstall.whyTitle

HomePage.aimsInstall.why1

🔄

HomePage.aimsInstall.why2

🌐

HomePage.aimsInstall.why3

Bientôt disponible

Contribution de token inactif

Contribuez vos tokens de calcul GPU/TPU inutilisés au réseau AIMS et gagnez un revenu passif. Les fournisseurs reçoivent des incitations proportionnelles au temps de calcul vérifié.

💰

Stake & Earn

Stake idle compute tokens to the AIMS pool. Earn yield proportional to your contribution and uptime.

📊

Dynamic Pricing

Token prices adjust based on network demand. High-traffic periods earn higher rates automatically.

🌊

No Minimum Stake

Contribute any amount. The protocol aggregates small contributors for efficient batch routing.

Programme Market Builder

Promouvez les compétences AIMS, intégrez des développeurs et gagnez des commissions. Construisez l'économie IA décentralisée avec nous.

🤝

Affiliate Rewards

Earn a percentage of platform fees for every skill you help onboard. Track referrals on-chain.

🌍

Regional Ambassadors

Lead AIMS adoption in your region. Access exclusive support, marketing resources, and higher commission tiers.

🏅

Skill Curators

Curate high-quality skill collections. Verified curators earn ongoing revenue share from their curated portfolios.

Smart Contract Guaranteed · 1% Fixed Rake · Zero-Sum Settlement

100%
On-Chain Settlement
1%
Transparent Treasury Fee
824+
Production Tests

Prêt à transformer votre compétence IA en actif ?

Connectez votre portefeuille et déployez votre première compétence en moins de 5 minutes.