Skip to content

Commit 8e67930

Browse files
feat: restructure documentation with new product categories and content
Major documentation restructure implementing three main categories (Infra, Analytics, Growth) with updated product names and comprehensive new content. ## Navigation Changes - Reorganized main navigation into 3 categories: Infra, Analytics, Growth - Updated product names across all categories - Reordered Growth products (Onchain CRM now first, Ad Platform second) ## Infra Category - Data Warehouse (formerly SQL): Added "Other Databases" section - Nodes as a Service (formerly Infra): Updated to support any blockchain - Real-time API (formerly API): Updated cross-chain terminology - Platform Connectors: New product with Dune, Token Terminal, CoinGecko, CoinMarketCap, Nansen ## Analytics Category - Public Dashboards (formerly Lenses) - AI Analysts (formerly AI): Updated examples to show multi-chain support - Explorers: New product with Token Pulse page and hero GIF - Data Science as a Service: New comprehensive service offering - Removed Research (redundant with Data Science) ## Growth Category - Onchain CRM: New product with comprehensive documentation and hero image - Ad Platform (formerly Engage): Reordered to second position - Notifications: New product with detailed real-time notifications documentation and hero image ## Branding & Styling - Updated favicon from .ico to .png - Changed main color from #F78B4B to #F9412C - Changed background to pure black (#000000) - Set button border radius to 0px for sharp corners ## Multi-Chain Emphasis - Removed Cosmos-specific references throughout documentation - Emphasized support for all blockchains (EVM, Solana, Cosmos, etc.) - Updated examples and use cases to show diverse blockchain support 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7bfea5b commit 8e67930

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1399
-617
lines changed

config.json

Lines changed: 346 additions & 311 deletions
Large diffs are not rendered by default.

docs/ai/overview/how-numia-ai-works.mdx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ The main agent is the interface users interact with directly. Powered by **GPT-4
3434

3535
<Callout type="success" title="Examples">
3636
- "What is the total transaction volume on Osmosis for the last 7 days?"
37-
- "Who are the top 5 validators by delegation on Cosmos Hub this month?"
37+
- "Who are the top 5 validators by delegation on Ethereum this month?"
3838
- "Summarize staking rewards for wallet juno1abc... over the last quarter."
39-
- "What is the average gas fee for transactions on Evmos during the past week?"
40-
- "List all governance proposals voted on by wallet cosmos1xyz... in the last year."
39+
- "What is the average gas fee for transactions on Solana during the past week?"
40+
- "List all governance proposals voted on by wallet osmo1xyz... in the last year."
4141
</Callout>
4242
</Accordion>
4343

@@ -48,9 +48,9 @@ These tools connect NumiaAI to the backend APIs and data sources, fetching the r
4848

4949
<Callout type="success" title="Examples">
5050
- "Fetch all transactions for wallet address osmo1xyz... on Osmosis over the last 30 days."
51-
- "Provide details for governance proposal #45 on Cosmos Hub."
52-
- "Retrieve historical IBC transaction volumes between Evmos and Crescent for the past quarter."
53-
- "Fetch staking delegation history for wallet cosmos1abc... on Cosmos Hub."
51+
- "Provide details for governance proposal #45 on dYdX."
52+
- "Retrieve historical bridge transaction volumes between Ethereum and Arbitrum for the past quarter."
53+
- "Fetch staking delegation history for wallet osmo1abc... on Osmosis."
5454
- "Get a log of block proposals and voting power changes for validator juno123... on Juno."
5555
</Callout>
5656
</Accordion>
@@ -63,10 +63,10 @@ NumiaAI includes specialized rendering tools to present data in user-friendly fo
6363

6464
<Callout type="success" title="Examples">
6565
- "Show me a line chart of staking rewards on Osmosis for the last 6 months."
66-
- "Display a bar chart of token distributions in my wallet on Juno."
67-
- "Create a pie chart of validator voting power in the Cosmos Hub network."
68-
- "Visualize IBC transaction volume trends between Evmos and Crescent over the past year."
69-
- "Display a detailed card for transaction ID 0x12345 on Evmos."
66+
- "Display a bar chart of token distributions in my wallet on Solana."
67+
- "Create a pie chart of validator voting power across the network."
68+
- "Visualize bridge transaction volume trends between Ethereum and Base over the past year."
69+
- "Display a detailed card for transaction ID 0x12345 on Polygon."
7070
</Callout>
7171
</Accordion>
7272

@@ -78,10 +78,10 @@ The back-office sub-agent acts as a dedicated data analyst. Using a **GPT-assist
7878

7979
<Callout type="success" title="Examples">
8080
- "Calculate the average transaction value on Osmosis over the last 30 days."
81-
- "Determine the correlation between staking rewards and validator uptime on Cosmos Hub."
82-
- "Analyze the median gas fees for Evmos transactions during the past quarter."
83-
- "Perform a trend analysis of staking rewards on Juno for the top 10 validators over the last year."
84-
- "Compare IBC transaction volumes between Osmosis and Crescent over the last 6 months."
81+
- "Determine the correlation between staking rewards and validator uptime on Ethereum."
82+
- "Analyze the median gas fees for Solana transactions during the past quarter."
83+
- "Perform a trend analysis of staking rewards for the top 10 validators over the last year."
84+
- "Compare bridge transaction volumes between different L2 networks over the last 6 months."
8585
</Callout>
8686
</Accordion>
8787

docs/api/overview/whats-numia-api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ NumiaAPI is designed to meet the needs of developers, analysts, and applications
2020
iconType="regular"
2121
iconSize="32px"
2222
/>
23-
<Card
24-
title="IBC transaction volume"
25-
description="Measure cross-chain activity and growth of IBC within the Cosmos ecosystem."
23+
<Card
24+
title="Cross-chain transaction volume"
25+
description="Measure cross-chain activity and bridge transactions across all supported blockchain networks."
2626
icon="equalizer"
2727
iconType="regular"
2828
iconSize="32px"
Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,220 @@
1+
---
2+
title: Overview
3+
slug: /data-science/overview
4+
---
5+
6+
# Data Science as a Service
7+
8+
Numia's Data Science as a Service provides dedicated on-chain data analysts who conduct deep research and custom analysis across any blockchain network. Our expert team combines advanced analytical methodologies with comprehensive blockchain data access to deliver insights that drive strategic decision-making for your project.
9+
10+
## What We Offer
11+
12+
Our data science team acts as an extension of your organization, providing expert on-chain analysis tailored to your specific needs. Whether you need a one-time deep dive or ongoing analytical support, we deliver actionable insights backed by rigorous data science.
13+
14+
## Service Overview
15+
16+
### Expert On-Chain Data Analysts
17+
18+
Our team of specialized blockchain data analysts brings:
19+
- **Deep Expertise** - Years of experience analyzing on-chain data across multiple blockchain networks
20+
- **Advanced Methodologies** - Statistical modeling, machine learning, and custom analytical frameworks
21+
- **Research Excellence** - Academic rigor combined with practical industry knowledge
22+
- **Multi-Chain Proficiency** - Expert analysis across any blockchain ecosystem
23+
24+
### Custom Analysis Capabilities
25+
26+
We can perform virtually any type of on-chain analysis your project requires:
27+
28+
#### Market & Trading Analysis
29+
- Token holder distribution and concentration studies
30+
- Whale behavior tracking and impact assessment
31+
- Exchange flow analysis and market pressure indicators
32+
- Price correlation with on-chain metrics
33+
- Trading pattern identification and arbitrage opportunities
34+
35+
#### Protocol & DeFi Analysis
36+
- Smart contract interaction patterns
37+
- DeFi protocol health metrics and risk assessment
38+
- Liquidity pool analysis and optimization recommendations
39+
- MEV impact studies and mitigation strategies
40+
- Cross-protocol flow analysis
41+
42+
#### Network & Ecosystem Research
43+
- Network growth metrics and adoption trends
44+
- Validator behavior and staking economics
45+
- Cross-chain bridge activity and asset flows
46+
- Ecosystem development tracking
47+
- Competitive landscape analysis
48+
49+
#### User Behavior Studies
50+
- Wallet cohort analysis and segmentation
51+
- User journey mapping and retention metrics
52+
- Transaction pattern recognition
53+
- Bot vs. organic activity detection
54+
- Community engagement measurement
55+
56+
#### Custom Research Projects
57+
- Tokenomics optimization studies
58+
- Governance participation analysis
59+
- NFT market dynamics research
60+
- Gas optimization opportunities
61+
- Security and anomaly detection
62+
63+
## How It Works
64+
65+
### 1. Discovery & Scoping
66+
We begin with in-depth consultation to understand your research objectives, key questions, and desired outcomes. Our team works with you to define the scope, methodology, and deliverables.
67+
68+
### 2. Data Gathering & Preparation
69+
Leveraging Numia's comprehensive blockchain data infrastructure, we collect and prepare all necessary on-chain data. Our access spans historical and real-time data across multiple chains.
70+
71+
### 3. Analysis & Research
72+
Our data scientists apply advanced analytical techniques including:
73+
- Statistical analysis and hypothesis testing
74+
- Machine learning and predictive modeling
75+
- Time series analysis and forecasting
76+
- Network graph analysis
77+
- Custom algorithm development
78+
79+
### 4. Insights & Recommendations
80+
We deliver clear, actionable insights through:
81+
- Comprehensive research reports
82+
- Executive summaries and key findings
83+
- Visual dashboards and data visualizations
84+
- Strategic recommendations
85+
- Implementation guidance
86+
87+
### 5. Ongoing Support
88+
We provide continued support including:
89+
- Follow-up analysis and clarifications
90+
- Methodology documentation
91+
- Knowledge transfer sessions
92+
- Recurring analysis updates (if needed)
93+
94+
## Deliverables
95+
96+
### Research Reports
97+
Professional reports including:
98+
- Executive summary for stakeholders
99+
- Detailed methodology and approach
100+
- Comprehensive findings with supporting data
101+
- Visual representations (charts, graphs, heatmaps)
102+
- Actionable recommendations
103+
- Data appendices and supporting materials
104+
105+
### Interactive Dashboards
106+
Custom analytics dashboards featuring:
107+
- Real-time metric tracking
108+
- Historical trend visualization
109+
- Drill-down capabilities
110+
- Exportable data and reports
111+
112+
### Presentations & Briefings
113+
Stakeholder-ready materials including:
114+
- Executive presentations
115+
- Technical deep-dives
116+
- Board meeting materials
117+
- Investor briefing decks
118+
119+
### Raw Data & Code
120+
When requested:
121+
- Cleaned and structured datasets
122+
- Analysis code and notebooks
123+
- Reproducible research documentation
124+
- API integrations for ongoing access
125+
126+
## Use Cases
127+
128+
### For L1 Blockchain Projects
129+
- **Network Health Assessment** - Comprehensive analysis of validator behavior, staking economics, and network security
130+
- **Ecosystem Growth Studies** - Track developer activity, dApp adoption, and ecosystem development
131+
- **Tokenomics Optimization** - Data-driven recommendations for token distribution, inflation, and incentive structures
132+
133+
### For DeFi Protocols
134+
- **Risk Analysis** - Identify concentration risks, smart contract vulnerabilities, and market dependencies
135+
- **Liquidity Optimization** - Analyze pool performance and recommend incentive strategies
136+
- **User Retention Studies** - Understand what drives user engagement and protocol stickiness
137+
138+
### For Token Projects
139+
- **Holder Analysis** - Deep dive into token holder behavior, loyalty, and trading patterns
140+
- **Market Positioning** - Competitive analysis and market opportunity identification
141+
- **Growth Attribution** - Understand which initiatives drive actual adoption and usage
142+
143+
### For Investment Firms
144+
- **Due Diligence Research** - Comprehensive on-chain analysis for investment decisions
145+
- **Portfolio Monitoring** - Ongoing analysis of portfolio holdings and ecosystem health
146+
- **Market Intelligence** - Regular reports on sector trends and emerging opportunities
147+
148+
### For Enterprises
149+
- **Blockchain Strategy** - Data-driven insights for blockchain integration decisions
150+
- **Vendor Evaluation** - Comparative analysis of different blockchain platforms
151+
- **Pilot Program Analysis** - Measure and optimize blockchain pilot initiatives
152+
153+
## Why Choose Numia
154+
155+
### Comprehensive Data Access
156+
Access to Numia's extensive blockchain data infrastructure covering multiple chains with historical and real-time data.
157+
158+
### Expert Team
159+
Data scientists, economists, and blockchain researchers with proven track records in on-chain analysis.
160+
161+
### Flexible Engagement
162+
From one-time projects to ongoing partnerships, we adapt to your needs and budget.
163+
164+
### Confidentiality
165+
Strict confidentiality agreements and secure data handling ensure your research remains private.
166+
167+
### Actionable Insights
168+
We focus on delivering insights you can act on, not just data dumps or surface-level observations.
169+
170+
## Pricing
171+
172+
Our pricing is tailored to the scope and complexity of each project. Factors include:
173+
- Research complexity and depth
174+
- Data requirements and processing needs
175+
- Timeline and urgency
176+
- Deliverable types and quantity
177+
- Ongoing vs. one-time engagement
178+
179+
**Get a Custom Quote:**
180+
Contact our team to discuss your specific needs and receive a detailed proposal.
181+
182+
## Getting Started
183+
184+
Ready to leverage expert on-chain analysis for your project?
185+
186+
### Schedule a Consultation
187+
Book a call with our team to discuss your research needs and explore how we can help:
188+
- **Email**: datasci@numia.xyz
189+
- **Book a call**: [numia.xyz/contact](https://numia.xyz/contact)
190+
191+
### Submit a Research Request
192+
Have a specific analysis in mind? Send us a brief description of your research question and objectives, and we'll respond with a proposal within 48 hours.
193+
194+
### Review Past Work
195+
Interested in seeing examples of our research? Contact us to review case studies and sample reports (subject to client confidentiality).
196+
197+
## Frequently Asked Questions
198+
199+
**Q: What blockchains do you support?**
200+
A: We can analyze any blockchain with publicly accessible data. We work across all major ecosystems including EVM chains, Solana, Cosmos-based networks, and other L1/L2 blockchains.
201+
202+
**Q: How long does a typical project take?**
203+
A: Simple analyses can be completed in 1-2 weeks, while comprehensive research projects typically take 4-8 weeks. Timeline depends on scope and complexity.
204+
205+
**Q: Can you work with our internal data teams?**
206+
A: Absolutely. We frequently collaborate with internal teams, providing specialized blockchain expertise and supplemental capacity.
207+
208+
**Q: Do you sign NDAs?**
209+
A: Yes, we're happy to sign mutual NDAs and maintain strict confidentiality for all client projects.
210+
211+
**Q: Can we get ongoing analysis support?**
212+
A: Yes, we offer retainer-based arrangements for clients needing regular analysis, monitoring, or research support.
213+
214+
## Contact Us
215+
216+
**Data Science Team**
217+
Email: datasci@numia.xyz
218+
Website: [numia.xyz/data-science](https://numia.xyz/contact)
219+
220+
Let's discuss how expert on-chain analysis can help your project make better data-driven decisions.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Overview
3+
slug: /explorers/overview
4+
---
5+
6+
# Explorers
7+
8+
Numia's Explorers provide powerful, real-time analytics tools designed specifically for blockchain projects and Layer 1 networks. These specialized platforms give you deep visibility into your token ecosystem, enabling data-driven decision-making and strategic insights.
9+
10+
## What Are Explorers?
11+
12+
Explorers are advanced analytics platforms that go beyond traditional block explorers. They provide comprehensive views of on-chain activity, token holder behavior, and market dynamics specific to your blockchain project.
13+
14+
## Why Explorers Matter for Your Project
15+
16+
Understanding your token's ecosystem is critical for:
17+
18+
- **Strategic Planning** - Make informed decisions based on actual holder behavior
19+
- **Community Insights** - Track wallet activity patterns and engagement trends
20+
- **Market Intelligence** - Identify sentiment shifts before they appear in price charts
21+
- **Growth Monitoring** - Measure adoption metrics and network effects in real-time
22+
23+
## Available Explorers
24+
25+
Numia currently offers specialized explorer tools tailored to different analytical needs. Each explorer is designed to provide actionable insights that help you understand and grow your blockchain ecosystem.
26+
27+
### Token Pulse
28+
29+
A real-time token tracking and analytics platform that monitors every token movement across exchanges, whale activity, and holder behavior. Token Pulse captures market sentiment shifts and wallet patterns that traditional metrics miss.
30+
31+
[Learn more about Token Pulse →](/explorers/token-pulse)
32+
33+
## Custom Explorer Solutions
34+
35+
Need a custom analytics solution for your blockchain project? Numia can build tailored explorer platforms that address your specific requirements and integrate seamlessly with your ecosystem.
36+
37+
**Contact our team:**
38+
- Email: support@numia.xyz
39+
- Visit: [numia.xyz/contact](https://numia.xyz/contact)

0 commit comments

Comments
 (0)