LogoLogo
  • Welcome
  • General
    • Our Framework
    • How to Integrate
  • Instructions
    • Guide
    • Installation
    • API Keys
    • Management
    • Commands
    • Deployment
Powered by GitBook
On this page
  • Step 1: Modify Deployment Parameters
  • Step 2: Run the Deployment Script
  • Deployment Summary
  1. Instructions

Deployment

Once all dependencies and API configurations are correctly set up, follow these steps to deploy the Paradox AI Agent.

PreviousCommands

Last updated 1 month ago

Step 1: Modify Deployment Parameters

In the , the agent deployment function is already defined. To configure your agent:

  1. Open the config.json file in the framework.

  2. Add your API keys to connect your agent to any one of the platforms listed

Step 2: Run the Deployment Script

Once the modifications are done, run the following command to deploy the AI agent:

python3 main.py

Example Output If Deployment Is Successful

Account 7yX3K9...g5vAqM loaded...
Successfully connected to Solana Blockchain.
Trading Set Up Complete.
        INFO discord.client logging using static token.
        INFO discord.gateway Shard ID None has connected to Gateway(Session ID: #).
Paradox AI# is online
Loaded # admins from storage.
Synced # commands to server #.

Deployment Summary

✅ Seamless Setup – No need to write custom functions; the framework handles everything for you.

✅ Customizable Configuration – Simply modify the admin ID, trading personality, and agent name to suit your needs.

✅ Blockchain Confirmation – Verifies Solana transaction success and ensures all systems are running.

✅ Real-Time Status Check – Displays live updates on tokenomics tracking, wallet monitoring, trading readiness, and automated posting.

✅ Fully Operational AI Agent – Your Paradox AI Agent is now live, actively analyzing blockchain data, executing trades, and posting insights across platforms. 🚀

Paradox Framework library