AIMS v2.0 — Dezentralisiertes KI-Asset-Protokoll

Verwandeln Sie jede KI-Fähigkeit
in Ihr digitales Hartvermögen

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

Registrieren Sie KI-Modelle als On-Chain-Assets mit automatischem IP-Schutz. Leiten Sie Compute weiter, rechnen Sie per Smart Contract ab.

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

Zum Schutz von Skill-Entwicklern entwickelt

Jeder Skill ist durch ein mehrschichtiges Verteidigungssystem gesichert — von Wallet-nativer Authentifizierung bis zur KI-gestützten Code-Ähnlichkeitsprüfung.

🔑

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.

So funktioniert es

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.

Skill-Listing-Anforderungen

Wir erhalten Qualität und Vertrauen durch transparente, entwicklerfreundliche Standards.

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.

Ein Skill, alle Ihre Bedürfnisse

Jeder Skill ist ein vollständiges digitales Asset mit drei Monetarisierungsmodellen: Abonnement, Kauf und Allianz. Entwickler legen den Preis fest.

📅

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.

Skill-Fähigkeiten

Von LLMs bis Code-Audits, von Bilderzeugung bis Spracherkennung — das gesamte KI-Spektrum abdeckend.

🧠

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

Eine einheitliche MCP-Adresse für alle KI-Tools. In Claude Desktop, Cursor oder Codex CLI einfügen — eine Adresse, ein API-Key, der gesamte AIMS-Marktplatz in deinem Editor.

🔌

Zu deinem KI-Editor hinzufügen

Funktioniert mit Claude Desktop, Cursor, Codex CLI und jedem MCP-kompatiblen Editor. Kopiere die Adresse unten und füge sie in die MCP-Konfiguration deines Tools ein.

https://api.aimsgateway.com/mcp

So erhältst du deinen API-Key

🔑

Bereits registriert

Kopiere deinen API-Key aus dem Dashboard und füge ihn zusammen mit der MCP-Adresse oben ein.

Neuer Nutzer · Ohne Wallet

Registriere dich lokal mit deiner E-Mail. Ein API-Key wird automatisch generiert und in deine Tool-Konfiguration eingefügt. An einem gemeinsam genutzten Rechner? Widerrufe den Key anschließend im Dashboard.

👛

Neuer Nutzer · Mit Wallet

Verbinde dein Wallet zur Registrierung. Dein API-Key wird aus deiner Wallet-Signatur abgeleitet — kein zusätzliches Passwort nötig.

An einem gemeinsam genutzten oder öffentlichen Rechner? Rotiere deinen API-Key nach der Einrichtung im Dashboard.

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

Demnächst

Idle Token-Beitrag

Stellen Sie Ihre ungenutzten GPU/TPU-Compute-Token dem AIMS-Netzwerk zur Verfügung und erzielen Sie passives Einkommen. Anbieter erhalten Anreize proportional zur verifizierten Rechenzeit.

💰

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.

Marktplatz-Entwicklerprogramm

Bewerben Sie AIMS-Skills, gewinnen Sie Entwickler und verdienen Sie Provision. Bauen Sie mit uns die dezentrale KI-Wirtschaft auf.

🤝

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

Bereit, Ihre KI-Fähigkeit in ein Asset zu verwandeln?

Verbinden Sie Ihre Wallet und deployen Sie Ihren ersten Skill in unter 5 Minuten.