Piggi.ai Documentation

Everything you need to know about Piggi's AI-powered meme token platform.

Getting Started

Welcome to Piggi.ai! This guide will help you get started with our platform and understand how our AI-powered system works to optimize your meme token investments.

Quick Start Guide

  1. Create an Account

    Sign up for a Piggi.ai account using your email address or connect with your wallet.

  2. Connect Your Wallet

    We support MetaMask, WalletConnect, and other major Ethereum-compatible wallets.

  3. Create a Vault

    Set up your first vault and choose which meme tokens you want to include.

  4. Deposit Tokens

    Transfer your tokens to the vault contract. You maintain full custody at all times.

  5. Configure AI Settings

    Choose your risk tolerance and trading preferences for the AI.

Important Note on Security

Piggi uses non-custodial smart contracts. You always maintain control of your funds, and the AI can only execute trades within the parameters you've authorized. All contracts are audited by CertiK and Omniscia.

API Endpoints

Piggi offers a comprehensive API for developers to integrate our AI sentiment analysis and trading algorithms into their own applications.

// Example API request for token sentiment
fetch('https://api.piggi.ai/v1/sentiment', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY'
  },
  body: JSON.stringify({
    token: 'PEPE',
    timeframe: '24h'
  })
})
.then(response => response.json())
.then(data => console.log(data));

Available Endpoints

EndpointDescriptionAuth Required
/v1/sentimentGet sentiment analysis for a specific tokenYes
/v1/tokensList all supported tokens with metadataNo
/v1/risk-scoreCalculate risk score for a token or portfolioYes
View complete API documentation →

Contract ABIs

For developers looking to interact directly with our smart contracts, we provide full ABIs and documentation for all deployed contracts.

Vault Contract

The main contract for creating and managing token vaults.

0x7fE4...A128View ABI

Strategy Manager

Handles trading strategies and decision execution.

0x3eA7...F291View ABI
View all contracts →

Frequently Asked Questions

How does Piggi's AI model work?

Piggi's AI uses a combination of natural language processing, sentiment analysis, and technical indicators to evaluate meme tokens. It continuously monitors social media platforms, news sources, and on-chain metrics to identify patterns that correlate with price movements.

Is my investment safe?

Piggi uses non-custodial smart contracts, meaning you always maintain control of your funds. The AI can only execute trades within the parameters you've authorized. All our contracts are audited by leading security firms and have been tested extensively.

Which tokens are supported?

We currently support 20 popular meme tokens across Ethereum, Solana, and Base networks, including DOGE, SHIB, PEPE, BONK, WIF, and many others. We regularly add support for new tokens based on community demand and market capitalization.

View all FAQs →