Documentation
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
- Create an Account
Sign up for a Piggi.ai account using your email address or connect with your wallet.
- Connect Your Wallet
We support MetaMask, WalletConnect, and other major Ethereum-compatible wallets.
- Create a Vault
Set up your first vault and choose which meme tokens you want to include.
- Deposit Tokens
Transfer your tokens to the vault contract. You maintain full custody at all times.
- 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
Endpoint | Description | Auth Required |
---|---|---|
/v1/sentiment | Get sentiment analysis for a specific token | Yes |
/v1/tokens | List all supported tokens with metadata | No |
/v1/risk-score | Calculate risk score for a token or portfolio | Yes |
Contract ABIs
For developers looking to interact directly with our smart contracts, we provide full ABIs and documentation for all deployed 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.