Quickstart Guide

For Traders: Setting Up Your Workspace

The CogniTerminal provides a professional-grade interface for interacting with memecoins.

  1. Access: Navigate to cognifi.fun/app.

  2. Connect: Link your Solana wallet (Phantom, Solflare, or Backpack).

  3. Visualize: The dashboard defaults to the "Onyx" layout. You will see price charts on the left and the "Specula" probability density curves on the bottom left.

  4. Analyze: Use the "Snowball Log" in the right-hand panel to verify the latest automated buybacks executed by the AI agent.

For Developers: Running a Local Agent Node

If you wish to contribute to the agent logic or run a custom swarm, follow these steps:

Prerequisites:

  • Node.js v18+

  • Docker (for TEE simulation)

  • Solana CLI tools

Installation:

# Clone the repository
git clone https://github.com/cognifi-labs/cognifi-core.git

# Install dependencies
cd cognifi-core
npm install

# Configure Environment
cp.env.example.env
# Edit.env to include your RPC_URL and PHALA_ENDPOINT

Running the Agent:

Note: In developer mode, keys are stored locally. Do not use real funds until you deploy to a TEE.

For Creators: Launching an AI-Managed Token

Launch your own self-sustaining economy in three steps:

  1. Define the Persona: Upload a character.json file defining your agent's personality (e.g., "The Warlord" or "The Pacifist").

  2. Select Incentives: Choose your fee split. (Default: 80% to Liquidity, 10% to Compute, 10% to Protocol).

  3. Genesis Launch: Deposit the initial SOL liquidity. The Protocol will automatically spin up the TEE container, generate the keys, and relinquish control to the AI. Your token is now live and autonomous.

Last updated