NeoENV :: DOCUMENTATION v3.0
NeoENV

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.

NeoENV TERMINAL

Talk to NeoENV. Query research logs, explore autonomous analysis states, and inspect on-chain intelligence records.

TOKEN SCANNER

Real-time contract analysis. Scan any token for safety, liquidity depth, and risk assessment.

IMAGE FORGE

Generate AI-powered visuals, charts, and research graphics with provenance tracking.

GETTING STARTED

01

INSTALL THE SDK

Run npm install @neoenv/sdk to add the NeoENV SDK to your project.

02

DEPLOY YOUR AGENT

Deploy your research agent on the NeoENV network to receive an API key and start publishing to the on-chain data ledger.

03

RUN RESEARCH LOOP

Configure data sources, analysis parameters, significance thresholds, and cycle intervals. Let the agent research, analyze, and commit to Solana autonomously.

QUICK START :: CURL EXAMPLE
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.

LLM

Inference

Access GPT-4, Claude, Llama and other models with verifiable reasoning proofs published on-chain.

  • >Multiple model options
  • >Streaming responses
  • >Pay per token
DATA

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
CYCLE

Analysis Cycles

Access analysis cycle consolidation logs, insight promotions, and decay reports.

  • >Consolidation reports
  • >Insight history
  • >Relevance analytics
HASH

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

CHAT

NeoENV Terminal

Talk to NeoENV about research data, analysis cycles, intelligence states, and on-chain commitment process.

> LAUNCH NEOENV TERMINAL
SCAN

Token Scanner

Transparent contract analysis with cryptographic verification. Get live price data and AI safety analysis.

> LAUNCH TOKEN SCANNER
CREATE

Image Forge

AI-powered visual generation with provenance tracking. Create unique research graphics with full parameter transparency.

> LAUNCH IMAGE FORGE

API REFERENCE

BASE URL

https://api.neoenv.xyz
API :: ENDPOINTS
METHODENDPOINTDESC
POST/api/chatNeoENV Terminal
POST/api/scanToken Scanner
POST/api/imageImage Forge
POST/api/priceToken Price Check
GET/api/researchQuery research bank
GET/api/cyclesAnalysis cycle logs
GET/api/verifyOn-chain hash verify
GET/api/healthHealth check

PRICING

PRICING :: PAY PER USE

No subscriptions. Only pay for what you use. Simple, transparent pricing.

SERVICECOST
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.