AI Tools

QELT Hub provides a suite of AI-powered tools for blockchain development, powered by Anthropic's Claude (claude-3-5-sonnet / claude-4). Access them at app.qelt.ai/ai.

Overview

The AI Tools suite helps developers build, secure, and document smart contracts using natural language. All tools leverage Anthropic's Claude with custom system prompts specialized for blockchain development.

Generator
Create contracts
✅ Live
Auditor
Security analysis
✅ Live
Docs Gen
Auto documentation
✅ Live
dApp Gen
Full-stack dApps
🔜 Coming Soon

Smart Contract Generator

✅ Live/ai/generate

Generate secure, production-ready Solidity smart contracts using natural language descriptions.

How It Works

1

Describe Your Contract

User describes what they want in plain English (e.g., "Create an ERC-20 token with a 1 million supply, 2% burn on transfer, and pausable functionality")

2

AI Processing

The AI processes the request using a comprehensive system prompt with 2025 best practices

3

Code Generation

A complete Solidity contract is generated with latest syntax (0.8.20+), OpenZeppelin 5.x, custom errors, NATSPEC docs, and security patterns

4

Detailed Explanation

Alongside the code, a detailed explanation covers overview, features, security, gas optimizations, deployment guide, and testing recommendations

Supported Contract Types

ERC-20 Tokens
ERC-721 NFTs
ERC-1155 Multi-Token
DeFi Protocols
DAO Governance
Staking & Rewards
Vesting & Timelock
Multisig & Proxy

Smart Contract Auditor

✅ Live/ai/audit

Analyze any Solidity smart contract for security vulnerabilities, design issues, and best practice violations.

Audit Process

1

Upload Code

User pastes or uploads their Solidity source code

2

Compilation Check

The AI simulates compilation to catch syntax and type errors

3

Security Audit

If compilation passes, a deep security analysis is performed with categorized findings

Issue Severity Levels

SeverityDescriptionExamples
🔴 HighCan directly lead to fund loss or system compromiseReentrancy, access control bypass
🟠 MediumExploitable under specific conditionsMEV vulnerabilities, oracle manipulation
🟡 LowDesign issues that could become problematicCentralization risks, missing checks

Fix System

  • Users can click "Fix" on any issue and the AI generates a corrected version
  • Only critical security issues and major bugs are fixed (style suggestions ignored)
  • The fix preserves the original contract structure and functionality
  • A detailed explanation of what was changed and why is provided

Documentation Generator

✅ Live/ai/docs

Automatically generate comprehensive, enterprise-grade documentation for any smart contract.

Generated Documentation Sections

Overview

Executive summary, purpose, architecture

Contract Specs

Version, dependencies, inheritance

Security Analysis

Patterns, attack vectors, access control

Functions Reference

Full prototype, params, gas estimates

Events Docs

Signatures, indexed params, frontend patterns

State Variables

Type, visibility, storage slot, purpose

Deployment Guide

Prerequisites, constructor params

Integration Examples

Viem/Wagmi, ethers.js, Foundry

Testing Strategy

Unit tests, integration, fuzzing

Troubleshooting

Common errors, gas tips

Gas Optimization

Per-function cost, storage tips

Examples

End-to-end usage flows

dApp Generator

🔜 Coming Soon/ai/dapp

Build full-stack decentralized applications with AI assistance — generate custom dApps with UI, smart contracts, and deployment in one workflow. This feature is under active development.

Next Steps

Learn about AI Agents that automate social and trading tasks, or explore the Community Hub.