Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/evm/_meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
reference: 'RPC Reference',
tokens: 'View Tokens',
changelog: 'Changelog',
'dappradar-guide': 'DappRadar Guide',
'analytics-setup': 'Analytics Setup',
'ecosystem-contracts': 'Ecosystem Contracts',

'-- Hardware Wallets': {
Expand Down
70 changes: 70 additions & 0 deletions content/evm/analytics-setup.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: 'Analytics Setup'
description: 'Comprehensive guide on how to set up analytics for your project'
keywords: ['analytics', 'sei']
---

## Overview

Setting up analytics for your project helps track user activity, transaction counts, and project growth. This guide walks you through integrating with three key platforms that provide comprehensive insights into your project's performance.

**What you'll set up:**

- Token Terminal
- Artemis
- Dune Analytics

**Time required:** 20-25 minutes

---

## Step 1: Sei Ecosystem Directory + Token Terminal

The Monday form registers your project in the Sei ecosystem directory and automatically submits it to Token Terminal.

**Complete the Monday Form** : [Monday Form](http://forms.monday.com/forms/b6816df94378117836cd0d4046d7213b?r=apse2)

**What happens next:**

- Your project appears in the Sei ecosystem directory
- Token Terminal automatically receives your project info
- Metrics begin tracking within 48-72 hours

---

## Step 2: Artemis Analytics

Artemis provides detailed user activity and transaction analytics for your project.

**Complete Artemis Application** : [Artemis Application Form](https://ry0v9n8oa4l.typeform.com/to/sXX203Nk?typeform-source=app.artemisanalytics.com)

**Processing time:** 2-4 business days for approval

---

## Step 3: Dune Dashboard

Create custom analytics dashboards with detailed blockchain data.

**Follow the Sei Dune Guide** : [Dune Guide](https://docs.sei.io/evm/dune)

**Setup process:**

1. Create a free Dune account
2. Use pre-built query templates in the above guide
3. Customize queries for your contract addresses
4. Build charts and visualizations
5. Set up automated data refresh

**Key metrics to track:**

- Daily transaction counts
- Unique wallet addresses
- Token transfer volumes
- Contract interaction patterns

**Setup time:** 10-15 minutes using templates

---

These analytics platforms will provide valuable insights as your project grows and help you make data-driven decisions about development and strategy.
Loading