Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
32 changes: 32 additions & 0 deletions rollups/insightly-1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Insightly Rollup

## Overview
Insightly is a social-first prediction market platform built on Initia that enables friend groups and communities to create and participate in real-world prediction markets together with flexible risk levels.

## Chain Information
- **Chain ID**: insightly-1
- **Status**: Testnet
- **Type**: Rollup
- **Base Denom**: stake

## Features
- 🤝 Social Groups: Create private prediction markets for your friend groups
- 🎯 Flexible Risk: Choose between High Risk or DeFi Yield Only
- ⚡ Gasless Voting: Seamless YES/NO predictions
- 👤 Human Identity: Initia Usernames (.init)
- 📊 Real-time Yield: Live yield counter
- 🏆 Transparent Rewards: Automatic reward distribution

## Resources
- Website: https://insightly.social
- GitHub: https://github.com/YOUR_ORG/insightly-app
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
- Documentation: See project README

## Validator
- Moniker: insightly-validator-1
- Address: init1kesar5jdad44z4scn84lepvwscmmq6hchwla06

## Endpoints
- RPC: http://localhost:26657
- REST: http://localhost:1317
- gRPC: localhost:9090
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
18 changes: 18 additions & 0 deletions rollups/insightly-1/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"chain_id": "insightly-1",
"assets": [
{
"description": "Staking coin for Insightly rollup",
"denom_units": [
{
"denom": "stake",
"exponent": 0
}
],
"base": "stake",
"name": "Stake",
"display": "stake",
"symbol": "STAKE"
}
]
}
32 changes: 32 additions & 0 deletions rollups/insightly-1/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"chain_id": "insightly-1",
"chain_name": "Insightly",
"pretty_name": "Insightly - Social Prediction Markets",
"status": "testnet",
"network_type": "testnet",
"bech32_prefix": "init",
"slip44": 4,
"chain_type": "rollup",
"description": "Insightly is a social-first prediction market platform built on Initia that enables friend groups and communities to create and participate in real-world prediction markets together with flexible risk levels.",
"website": "https://insightly.social",
"github_repository": "https://github.com/YOUR_ORG/insightly-app",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"fees": {
"fee_tokens": [
{
"denom": "stake",
"fixed_min_gas_price": 0.1,
"low_gas_price": 0.1,
"avg_gas_price": 0.1,
"high_gas_price": 0.1
}
]
},
"key_images": [
{
"image_sync": {
"chain_name": "initia",
"base_denom": "init"
}
}
]
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
}
20 changes: 20 additions & 0 deletions rollups/insightly-1/endpoints.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"rpc": [
{
"address": "http://localhost:26657",
"provider": "local"
}
],
"rest": [
{
"address": "http://localhost:1317",
"provider": "local"
}
],
"grpc": [
{
"address": "localhost:9090",
"provider": "local"
}
]
}
Comment thread
coderabbitai[bot] marked this conversation as resolved.
35 changes: 35 additions & 0 deletions rollups/insightly-1/submission.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"project_name": "Insightly",
"track": "DeFi",
"tagline": "Social-First Prediction Markets for Friend Groups",
"description": "Insightly is a social prediction market platform built on Initia that enables friend groups and communities to create and participate in real-world prediction markets together with flexible risk levels.",
"team_name": "Insightly Team",
"website": "https://insightly.social",
"github_repo": "https://github.com/YOUR_ORG/insightly-app",
"demo_video_url": "https://youtube.com/YOUR_DEMO_VIDEO",
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
"chain_id": "insightly-1",
"rollup_enabled": true,
"initia_features_used": [
"InterwovenKit (@initia/interwovenkit-react)",
"Initia Usernames (.init)",
"Interwoven Bridge (planned v2)"
],
"smart_contracts": {
"language": "Move",
"modules": [
"GroupRegistry",
"MarketFactory",
"VaultManager",
"RewardDistributor"
]
},
"frontend_tech_stack": [
"React.js",
"TypeScript",
"Tailwind CSS",
"Zustand"
],
"deployment_status": "testnet",
"testnet_explorer": "https://testnet.explorer.initia.xyz/",
"submission_date": "2026-04-15T23:00:00Z"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated
}