diff --git a/rollups/insightly-1/README.md b/rollups/insightly-1/README.md new file mode 100644 index 00000000..10ec988b --- /dev/null +++ b/rollups/insightly-1/README.md @@ -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/RionAsari/Initiate +- Documentation: See project README + +## Validator +- Moniker: insightly-validator-1 +- Address: init1kesar5jdad44z4scn84lepvwscmmq6hchwla06 + +## Endpoints +- RPC: https://rpc.testnet.initia.xyz:443 +- REST: https://lcd.testnet.initia.xyz:443 +- gRPC: https://grpc.testnet.initia.xyz:443 diff --git a/rollups/insightly-1/assetlist.json b/rollups/insightly-1/assetlist.json new file mode 100644 index 00000000..f2761ca9 --- /dev/null +++ b/rollups/insightly-1/assetlist.json @@ -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" + } + ] +} diff --git a/rollups/insightly-1/chain.json b/rollups/insightly-1/chain.json new file mode 100644 index 00000000..a6b964bc --- /dev/null +++ b/rollups/insightly-1/chain.json @@ -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/RionAsari/Initiate", + "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 + } + ] + }, + "images": [ + { + "image_sync": { + "chain_name": "initia", + "base_denom": "init" + } + } + ] +} diff --git a/rollups/insightly-1/endpoints.json b/rollups/insightly-1/endpoints.json new file mode 100644 index 00000000..cc65f560 --- /dev/null +++ b/rollups/insightly-1/endpoints.json @@ -0,0 +1,20 @@ +{ + "rpc": [ + { + "address": "https://rpc.testnet.initia.xyz:443", + "provider": "Initia Foundation" + } + ], + "rest": [ + { + "address": "https://lcd.testnet.initia.xyz:443", + "provider": "Initia Foundation" + } + ], + "grpc": [ + { + "address": "https://grpc.testnet.initia.xyz:443", + "provider": "Initia Foundation" + } + ] +} diff --git a/rollups/insightly-1/submission.json b/rollups/insightly-1/submission.json new file mode 100644 index 00000000..070b871f --- /dev/null +++ b/rollups/insightly-1/submission.json @@ -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/RionAsari/Initiate", + "demo_video_url": "https://youtube.com/watch?v=insightly-demo", + "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-03-28T00:00:00Z" +}