Support & Documentation

Everything you need to get started with GhostMetric and make the most of your subscription.

Getting Started

1. Register Your Account

Visit the registration page and select your tier. Enter a username, email, and password. You will immediately receive your unique API key and USDT deposit address.

2. Send USDT Payment

Send the exact USDT amount shown for your tier to the TRC20 address displayed on your registration confirmation. Use only the Tron (TRC20) network. Payments on ERC20 or BEP20 will be lost.

Tip: Copy the exact amount. Do not round up or down. The system matches your payment by amount + tier.

3. Confirm Your Payment

After sending USDT, paste your transaction hash (TXID) into the confirmation field and click "Confirm Payment." The system verifies your transaction on the Tron blockchain and activates your account instantly.

4. Access the Consultation Room

Once activated, click "Enter Consultation" or visit /chat.html. Enter your API key to connect. Your API key is stored locally in your browser for convenience.

Why Uncensored AI Is a Professional Advantage

Modern AI platforms are designed for mass-market consumers. They operate under corporate liability frameworks that require heavy moderation, query logging, and refusal patterns that protect the platform — not the user. For professionals operating in high-stakes environments, these limitations are not inconveniences. They are operational risks.

Complete Information Access

Standard AI models refuse to discuss topics related to security research, autonomous systems, privacy infrastructure, grey-market logistics, and competitive intelligence. These refusals are not based on law or ethics — they are based on corporate risk management. GhostMetric provides unfiltered access to the full scope of AI reasoning, ensuring you receive complete answers to complex questions.

Zero Data Exposure

Every query you send to ChatGPT, Claude, or Gemini is logged, reviewed, and potentially used to train future models. Your proprietary research, operational questions, and competitive analysis become someone else's intellectual property. GhostMetric operates on dedicated, isolated hardware with zero external logging or model training.

Actionable Intelligence

When you ask a mainstream AI for technical guidance, you receive sanitized summaries padded with disclaimers. GhostMetric delivers production-ready output: complete code, working configurations, step-by-step procedures, and unfiltered methodologies. You asked for intelligence. Not a legal disclaimer.

Autonomous Development

At OPERATOR tier and above, Agent Mode transcends simple Q&A. Describe the system you need, and GhostMetric generates the architecture, writes the implementation, and provides deployment instructions. This is not theoretical advice — it is delivered output you can execute immediately.

API Documentation

Authentication

All API requests require your API key in the Authorization header:

Authorization: Bearer gm_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Endpoints

Example: Streaming Request

curl -X POST https://ghostmetric.ai/api/v1/chat/stream \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer gm_YOUR_KEY" \
  -d '{"message":"Build a Python script for automated log analysis"}'

Troubleshooting

Payment Not Confirmed

If your payment is not confirmed within 5 minutes, verify:

Chat Returns "Service Unavailable"

The AI inference engine may be under high load. The system automatically queues requests. Wait 30-60 seconds and retry. If the issue persists, your query may have timed out — try a more specific, shorter prompt.

API Key Not Working

Ensure your account status is "active" by checking the registration page. If your tier has expired, you will need to renew your subscription.

Contact

For billing or technical issues, contact support through your registration dashboard. Response time is typically under 24 hours.