Goat plugin for Allora Network price predictions
Project description
Allora Plugin for GOAT SDK
A plugin for the GOAT SDK that provides AI-powered blockchain analytics and predictive modeling capabilities through the Allora API.
Installation
# Install the plugin
poetry add goat-sdk-plugin-allora
# Install optional wallet dependencies for chain-specific operations
poetry add goat-sdk-wallet-evm
poetry add goat-sdk-wallet-solana
Usage
from goat_plugins.allora import allora, AlloraPluginOptions
# Initialize the plugin
options = AlloraPluginOptions(
api_key="${OPENAI_API_KEY}", # Your Allora API key
model="allora-v1" # Optional: Specify model version
)
plugin = allora(options)
# Get price prediction
prediction = await plugin.predict_price(
token_address="0x6B175474E89094C44Da98b954EedeAC495271d0F", # DAI
chain_id=1, # Ethereum
timeframe="1d" # Prediction timeframe
)
# Analyze token sentiment
sentiment = await plugin.analyze_sentiment(
token_address="0x6B175474E89094C44Da98b954EedeAC495271d0F", # DAI
chain_id=1,
data_sources=["social", "on-chain"]
)
# Get market insights
insights = await plugin.get_market_insights(
chain_id=1,
category="defi",
timeframe="7d"
)
Features
-
AI-Powered Analytics:
- Price predictions
- Market sentiment analysis
- Pattern recognition
- Anomaly detection
-
Data Integration:
- On-chain data analysis
- Social sentiment analysis
- Technical indicators
- Volume profiling
-
Market Intelligence:
- Trend identification
- Risk assessment
- Market correlation
- Volatility analysis
-
Supported Networks:
- Ethereum
- Polygon
- BSC
- Arbitrum
- Optimism
- Avalanche
- Solana
- Base
-
Advanced Features:
- Custom model training
- Real-time predictions
- Backtesting capabilities
- Multi-timeframe analysis
License
This project is licensed under the terms of the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file goat_sdk_plugin_allora-0.1.1.tar.gz.
File metadata
- Download URL: goat_sdk_plugin_allora-0.1.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
175b13508f4ab41ee46b385a112f2357e4e25c6f1b1c3a7dc449b85686c4511f
|
|
| MD5 |
810724b783440e902529fc7f0426f4a1
|
|
| BLAKE2b-256 |
91f9b5a31d457db9b1bd75dbe341fdfc65b76a81f34e484884dc23807335cf5e
|
File details
Details for the file goat_sdk_plugin_allora-0.1.1-py3-none-any.whl.
File metadata
- Download URL: goat_sdk_plugin_allora-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.10.16 Linux/6.8.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b62e072ac9462b3000f05212f2b8397fb71cb5ca010e827c83d5d086e42f2257
|
|
| MD5 |
90ac397a6d4391a1a7fce59b0c333c25
|
|
| BLAKE2b-256 |
20ac385baeda4ac6a12b4629a2424c6dd838e50787bc487a029d1ccbde4b6755
|