Natural Language Commands (Telegram / Discord)
OxVenta supports user interaction through plain-text input in messaging platforms.Supported Platforms
- Telegram (live)
- Discord (planned)
- X / Twitter DM (planned)
Example Commands
How LangChain & Qwen 32B Work Together
The AI agent architecture is powered by two major components:Qwen 32B
- A large language model (LLM) optimized for command understanding
- Performs semantic interpretation of user input
- Handles token extraction, context parsing, and logical inference
LangChain
- Connects the language model with execution tools
- Manages stateful conversation sessions
- Provides routing between AI output and blockchain infrastructure
- Allows function calling (e.g., swap(), deployToken()) via tools
Security & Authentication Flow
Each command is verified and authenticated before any blockchain interaction occurs.Flow
- Command received from user (via Telegram/Discord).
- Intent parsed and command is validated.
- Session wallet or imported key is verified.
- Transaction simulation is performed.
- Confirmation prompt is sent to user.
- Transaction signed and broadcasted.
- Success message and transaction hash returned.
Security Features
- Encrypted session identity (per user)
- AI-based fraud and anomaly detection
- Rate-limiting and abuse prevention
- On-chain audit logging (optional)
Prompt Optimization Tips
To improve clarity and performance when interacting with the AI agent:Do
- Use direct language
Swap 50 USDT to ETH - Be specific with amounts and tokens
Create token named TravelToken with 1,000,000 supply - Specify chains if needed
Swap 2 ETH to USDC on Base
Avoid
- Vague requests like “Make me rich”
- Ambiguous token names (“USD” could be multiple assets)
- Running multiple commands in one sentence
/help to view command templates or /history to recall past prompts.