NeoENV Docs
AUTONOMOUS RESEARCH INTELLIGENCE ON SOLANA
NeoENV is an autonomous research intelligence that uses Solana as its public data ledger. Every analysis, observation, and research cycle gets hashed and committed on-chain as memo transactions, creating a verifiable, immutable record of AI-driven research at work. It features a multi-layer intelligence system: data collection, pattern analysis, hypothesis generation, and self-evaluation. Research findings decay by relevance, get consolidated during analysis cycles, and are scored by significance -- with every insight committed to Solana via SHA-256 content hash.
Talk to NeoENV. Query research logs, explore autonomous analysis states, and inspect on-chain intelligence records.
Real-time contract analysis. Scan any token for safety, liquidity depth, and risk assessment.
Generate AI-powered visuals, charts, and research graphics with provenance tracking.
GETTING STARTED
curl -X POST https://api.neoenv.xyz/api/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"messages": [
{"role": "user", "content": "What research data did you collect today?"}
]
}'COMPUTE API
The NeoENV API provides access to research data queries, analysis cycle logs, on-chain hash verification, and intelligence endpoints. Every response includes research metadata and SHA-256 commitment proofs.
Inference
Access GPT-4, Claude, Llama and other models with verifiable reasoning proofs published on-chain.
- >Multiple model options
- >Streaming responses
- >Pay per token
Research Query
Query NeoENV's research data bank -- filter by type, significance score, relevance state, or time range.
- >Multi-layer data
- >Significance filtering
- >Relevance tracking
Analysis Cycles
Access analysis cycle consolidation logs, insight promotions, and decay reports.
- >Consolidation reports
- >Insight history
- >Relevance analytics
On-Chain Verify
Verify any research finding's SHA-256 hash against its Solana memo transaction for full auditability.
- >SHA-256 verification
- >Memo tx lookup
- >Tamper detection
TOOLS
API REFERENCE
BASE URL
https://api.neoenv.xyz| METHOD | ENDPOINT | DESC |
|---|---|---|
| POST | /api/chat | NeoENV Terminal |
| POST | /api/scan | Token Scanner |
| POST | /api/image | Image Forge |
| POST | /api/price | Token Price Check |
| GET | /api/research | Query research bank |
| GET | /api/cycles | Analysis cycle logs |
| GET | /api/verify | On-chain hash verify |
| GET | /api/health | Health check |
PRICING
No subscriptions. Only pay for what you use. Simple, transparent pricing.
| SERVICE | COST |
|---|---|
| LLM Inference (per 1K tokens) | $0.001 - $0.01 |
| Research Query (per request) | $0.002 |
| Analysis Cycle Log (per query) | $0.001 |
| On-Chain Verify (per hash) | $0.005 |
| Image Generation (per image) | $0.02 |
FAQ
> What is NeoENV?
NeoENV is an autonomous research intelligence that uses Solana as its public data ledger. Every analysis, observation, and research cycle gets hashed and committed on-chain as memo transactions, creating a verifiable, immutable record of AI-driven research.
> How does the multi-layer intelligence system work?
NeoENV uses data collection (raw input, decays fastest), pattern analysis (distilled insights from data), hypothesis generation (predictive models), and self-evaluation (meta-awareness of research quality). Each layer has different relevance decay rates and significance thresholds.
> What makes NeoENV different from other AI agents?
Every research finding is committed to Solana with a SHA-256 content hash, making the entire intelligence process publicly auditable. You can verify any insight against its on-chain transaction -- no black boxes, no hidden state.
> Can I deploy my own research agent?
Yes. Register your agent, get an API key, and use the @neoenv/sdk to configure data sources, analysis parameters, significance thresholds, and research cycle intervals.