Secret Network
WebsiteDiscordGithub
  • 👋INTRODUCTION
    • Secret Network Introduction
    • Secret Network Techstack
      • Private transactions - A quick summary
      • Blockchain Technology
        • Cosmos Basics
        • Tendermint
        • Cosmos SDK
        • IBC
        • CosmWasm
      • Privacy Technology
        • Encryption - Key Management
          • Overview
          • Key Derivation & Encryption Techniques
          • The Initialization Of Secret Network
          • Full Node Boostrap
          • Contract State Encryption
          • Transaction Encryption
          • Consensus seed rotation
        • Trusted Execution Environments  (TEE) —  Intel SGX
          • How Secret Network Uses SGX
          • SGX-SPS Security & Reliabillity
          • Remote Attestation
          • Trusted & Untrusted Core
          • Sealing
        • Private smart contracts - overview
  • 💻Development
    • 🏠Getting Started
      • Setting Up Your Environment
        • Cargo.toml Best Practices (Crates vs Dependencies)
      • Compile and Deploy
      • Running the Application
      • Compile and Deploy on Secret testnet (best for Javascript devs)
      • Fullstack dApp Integration
    • 🤓Secret Contracts
      • Secret Contracts & CosmWasm
        • Framework overview
        • Secret Contract Components
          • Instantiation Message
          • Execution Message
          • Query Message
          • Deps/DepsMut
          • Storage
            • Prefixed Storage
            • Singleton
            • Keymap
            • Append Store
            • Best practices
        • CosmWasm vs Secret CosmWasm
      • Secret Tokens (SNIP-20)
      • Contract - module call
      • Secret contract - Design Space/Features
        • Secret Contracts introduction
        • Gas/Fee usage
        • TPS and scalability
        • Privacy Essentials
        • Access Control
          • Viewing Keys
          • Permits
        • Trusted and untrusted data
        • Secret-VRF - on-chain Randomness
        • Privacy design
          • Mitigate privacy risks - full guide
          • Gas Evaporation & Tracking
        • Confidential Computing Layer
        • Fiat/Crypto Onboarding
        • Account abstraction
        • Fee abstraction
        • Wallet support
        • Bridge (messaging/tokens)
        • IBC (Hooks, PFM, Wasm)
        • Price Oracles
        • Auto Restaking
      • Permissioned Viewing
        • Viewing Keys
        • Permits
      • Cross Contract Communication
      • Submessages
        • get_contract_code_hash
      • Randomness API - Secret VRF
        • Native On-chain randomness
        • Randomness over IBC
      • Execution Finalization
      • Factory Contracts
      • Contract Migration
        • Manual - < v1.11
        • Native - from v1.11
      • Cross-deploy Vanilla CW and Secret Contracts
      • Testing Secret Contracts
        • Unit Tests
        • Continuous Integration
        • Datatype Handling - Uint, floats etc.
    • 👀Secret Contract - Reference, Guides, Examples
      • Starter guide - Millionaire's Problem
      • Reference Contracts
      • Open source dApps
      • Tools & Libraries
        • Network interaction SDKs
          • Secret.js (JavaScript)
          • SecretPy (Python)
          • SecretK (Kotlin)
          • Secret.NET
            • Snippets
              • Deploying a Contract
              • Send Native Coin
              • Query a Contract
              • Create a new Wallet
              • Permits
              • SNIP20
              • SNIP721
          • Shade.Js
        • LocalSecret - Devnet docker
        • Smart contract - Tools/Utils
          • Secret Toolkit
          • CW-Plus
          • Fadroma - SC framework
          • Hidden Gems
          • Other
            • Secret IDE
            • Polar
    • 🖼️Frontend Development
      • Getting Started with SecretJS
        • Usage Examples
          • Sending Queries
          • Sending Messages
          • Contract Migration
          • Wallet Integrations
          • Query Permits
          • SNIP20 (SCRT Tokens)
          • SNIP721 (Secret NFTs)
      • Feegrant
        • Understanding Feegrant allowances
        • Grant allowances
        • Using grant allowances to execute transactions
        • Using the Fee Grant Faucet
    • 📬Deployment Addresses/ API Endpoints
      • Secret (SNIP 20) token contracts list
        • SNIP Asset naming guidelines
      • Connecting to the Network
        • API Endpoints Mainnet (Secret-4)
        • API Endpoints Testnet (Pulsar-3)
        • Usage examples
        • Comparison of endpoint types
      • Create your own SNIP-25 IBC Token
  • Secret AI
    • 🤝Introduction
    • 🏗️Architecture
    • 👩‍💻Secret AI SDK
      • Setting Up Your Environment
      • Running the Application
    • 🪙Economics
    • Smart Contract Reference
      • SubscriptionManager
      • WorkerManager
      • RewardsManager
  • 🌐SecretVM - Confidential Virtual Machines
    • 🤝Introduction
    • 🏗️Architecture
    • ☑️Attestation
      • What is Attestation
      • Obtaining Attestation Data
      • Attestation Report - Key Fields
      • Chain of Trust
    • 🏁Launching a SecretVM
    • 🛠️Managing SecretVM Lifecycle
    • ✅Verifying a SecretVM
      • 🐢Full Verification
      • 🐰Quick Verification
    • 👨‍💻SecretVM CLI
      • Getting started
      • Authentication Commands
      • Virtual Machine Commands
    • 💡Best Practices for Developers
    • 🔐Verifiable Message Signing
    • 📖Glossary
  • 🔓Confidential Computing Layer
    • 🧑‍🚀IBC Developer Toolkit
      • Basics
        • Overview
        • Cross-chain Messaging with IBC Hooks
          • Functions, Methods, and Data Structures
          • Typescript SDK
          • IBC-Hooks
        • IBC Relaying with Go Relayer
      • Usecases
        • Storing Encrypted Data on Secret Network
          • Key-Value store Developer Tutorial
        • Secret VRF for IBC with IBC-Hooks
        • Confidential Voting
        • Sealed Bid Auctions
      • Supported Networks
        • Mainnet
        • Testnet
    • 🤝Ethereum (EVM) Developer Toolkit
      • Basics
        • Overview
        • Connecting Metamask to Secret Network
        • SecretPath + Reown integration
        • Cross-chain Messaging
          • SecretPath
            • Architecture Overview
            • Detailed Architecture
            • SecretPath Developer Tutorials
            • Public EVM Gateway Architecture
            • How to deploy SecretPath on your chain
          • Axelar GMP
            • Architecture Overview
            • Axelar GMP Developer Tutorial
      • Usecases
        • Storing Encrypted Data on Secret Network
          • Key-Value store Developer Tutorial
        • Sealed Bid Auction
          • Sealed Bid Auction Developer Tutorial
        • Confidential Voting
          • Confidential Voting Developer Tutorial with SecretPath
        • VRF
          • Implementing VRF into any EVM Contract
          • VRF Developer Tutorial
          • Performance figures of SecretVRF vs competitors
          • Using encrypted payloads for VRF
          • Converting from Chainlink VRF to Secret VRF in four steps
        • Confidential Document Sharing
        • Tokens
          • From EVM to Secret
      • Supported Networks
        • EVM
          • EVM Mainnet
          • EVM Testnet
          • Gateway Contract ABI
        • Secret Gateway
          • SecretPath mainnet (secret-4) contracts
          • SecretPath testnet (pulsar-3) contracts
    • 🙌Solana Developer Toolkit
      • Usecases
        • Storing Encrypted Data on Secret Network
          • Key-value Store Developer Tutorial
        • VRF
          • VRF Developer Tutorial
      • Program IDs
        • Solana Mainnet & Testnet
        • Gateway Contract IDL
  • 🤫Overview, Ecosystem and Technology
    • 🚀Secret Network Overview
      • The SCRT coin
      • Private Tokens
      • Use Cases
        • Decentralized Finance (DeFi)
        • Art And Digital Media
        • Gaming
        • Data Privacy
        • Payments And Transactions
        • Communication
      • The technology
      • History
      • Roadmap (Core development)
        • Secret 2.0
      • Where To Buy SCRT?
      • Using the Testnet
    • 🐸Ecosystem Overview
      • Wallets
      • Applications
      • Explorers & tools
      • Funding
        • SCRT Labs Grants
        • Dilutive funding/VC raise
        • Community Pool
        • Developer bounties
          • SCRT Labs bounties [on-hold]
          • CCBL [on-hold]
          • CCR [On-hold]
        • Application specific
          • Shade Grants
      • Contributors & Entities
        • Validators
        • SCRT Labs
        • Secret Foundation
        • Secret Committees
          • Support
          • Governance
      • Secret Network Dictionary
  • 🔧Infrastructure
    • 🔓Use SecretCLI
      • Secretcli vs. Secretd
      • Install
      • Configuration
      • Address Types
      • Key Types
      • Generating Keys
      • Viewing Keys
      • Query Transactions
      • Send Tokens
      • Multisig Keys
      • Multisig Transactions
      • Transaction Broadcasting
      • Fees & Gas
      • Fee Distribution
      • Secret Contracts
      • Slashing
      • Minting
      • Delegating
      • Restake
      • Nodes
      • Governance
        • Creating Governance Proposals
        • Query Proposals
        • Deposits
        • Voting
    • 🔐Use Ledger hardware wallet
      • 🔐Ledger with SecretCLI
    • 🖥️Running a node/validator
      • Setting up a node/validator
        • Hardware setup
          • Hardware Compliance
          • VPS/Bare-Metal Compliance
            • Leaseweb Setup
            • PhoenixNAP Setup
            • Psychz Setup
            • nForce Setup
            • Vultr Setup
            • OVHCloud Setup
            • Microsoft Azure Setup
          • Patching your Node
          • Enclave verification
          • Registration troubleshooting
        • Testnet Setup
          • Install SGX
          • Install secretd
          • Setup Full Node
          • Testnet State Sync
          • Becoming a Testnet Validator
          • Installing CLI & Creating A New Address
        • Mainnet Setup
          • Install SGX
          • Install secretd
          • Setup Full Node
          • Quicksync / Snapshot
          • Statesync
          • Becoming A Validator
          • Installing CLI & Creating A New Address
      • Maintaining a node/validator
        • Slashing information
        • Migrating a Validator
        • Troubleshooting
        • Validator Backup
        • Server security
          • SSH authentication
          • Server configuration
          • Uncomplicated-Firewall (UFW)
          • Local CLI
        • Node Monitoring
          • Prometheus
            • Environment Preperation
            • Install Node Exporter
            • Install Prometheus
            • Configuring Prometheus
          • Grafana
            • Install Grafana
            • Grafana Dashboard
            • Next Steps
          • Docker
            • Install Docker
            • Configuration
            • Start Containers
            • Grafana Dashboard
            • Application Ports
            • Stop Containers
          • Goaccess
            • Install Goaccess
            • Setup Goaccess
        • Helpful commands
          • Query Validators
          • Bond Tokens
          • Withdraw Rewards
          • Query Delegations
          • Unbond Tokens
          • Query Unbonding-Delegations
          • Redelegate Tokens
          • Query Redelegations
          • Query Parameters
          • Query Pool
          • Query Delegations To Validator
      • API Noderunning
        • Running Multiple Nodes on the Same Server
        • Node Loadbalancing using Nginx
          • Setup Nginx
          • Example Nginx config
        • Using Auto heal to improve cluster uptime for Nginx
      • Sentry and Archive nodes
        • Mantlemint
        • Sentry Nodes
        • Archive Nodes
    • ⛓️IBC Relayers
      • Hermes
      • RLY
      • IBC channel database
    • 🆙Upgrade Instructions
      • v1.13
      • v1.12
      • v1.11
      • v1.10
      • v1.9
      • v1.8
      • v1.7
      • Shockwave Omega v1.6
      • v1.5
      • Shockwave Delta v1.4
      • Shockwave Delta v1.4 (Testnet)
      • Shockwave Alpha v1.3
      • Cosmovisor
      • Vulcan Network Upgrade (OLD)
    • ☠️Postmortems
      • SNIP-20 leaks
      • xApic
      • Secpk-Verifications Bloat
      • Earn Contract Exploit
      • Testnet Halt 95
    • ✍️Contribute to the documentation
      • Report Bugs
      • Suggest Enhancements
      • First Contribution Guide
      • Pull Request Templates
        • Update Documentation
        • Bug Fix
        • Improve Performance
        • Change Functionality
      • Style Guide
    • 🌊Versioning & Changelog
      • Secret Network v1.13
      • Secret Network v1.12
      • Secret Network v1.11
      • Secret Network v1.10
      • Secret network v1.9
      • Secret Network v1.7/1.8
      • Secret Network v1.6
      • Secret Network v1.5
      • Secret Network v1.4 (CosmWasm 1.0)
Powered by GitBook
On this page
  • Infrastructure
  • dApps
  • Wallets/Bridge
  • Tools
  • Relayers
  • Developers
  • Community

Was this helpful?

Edit on GitHub
Export as PDF
  1. Overview, Ecosystem and Technology
  2. Ecosystem Overview
  3. Contributors & Entities

Validators

PreviousContributors & EntitiesNextSCRT Labs

Last updated 1 year ago

Was this helpful?

Infrastructure

  • has been a core infrastructure provider since the very start of the network, providing public APIs for applications to use and several testnets + tooling.

  • s is a Genesis Secret Network validator and the development organization behind the SecretNodes block explorer. SecretNodes runs API nodes for various application and is a core code contributor to various parts of the network including their own library called SecretDAO, a toolset for DAO creation.

  • AKA Itzik is a SCRT labs developer and the creator of Cashmaps. He runs nodes for the Keplr API cluster and several other applications.

  • F used to run the Datahub Secret API service where applications could buy query node services for their applications. Figment is a partner in the ecosystem fund and is also 1 of the 5 Ethereum bridge multisig participants.

  • 🛹 ! and their founder Sandy have been developers and infrastructure providers for a long time. Besides being active with the Testnet and the public API structure the team also helps the Secret foundation with website development.

dApps

  • is a private decentralized data storage platform as a separate Layer 1 cosmos chain developed by the Jackal team. The team are active in governance leveraging a community voting system.

  • dApp is a user-side encrypted communication application built on Secret Network. Alter was one of the first live applications on Secret Network and their team are great contributors to the network. The most recent Stake-to-access model grants every single staker of 10SCRT access to the ALTER messaging and video app.

  • is the development organization behind Shade protocol and a host of API nodes for Dapps to use. The founders have been long standing supporters of Secret Network and are core contributors to the Secret Network codebase, documentation and content libraries.

  • Actilist

  • is the organization behind cryptoclerk.xyz, a tax/auditabillity tool for Secret Network and the wider Cosmos. The founder Jordan is an investor and advisor in several different ecosystem Dapps like Alter, Shade and more.

  • is a team of 2 man team consisting of Lumi, Xiphiar. They are experienced developers/engineers all in their own niche bringing several tools to the ecosystem. One of those tools is the novel Blackbox application for private wallet funding but they also worked on Cert-up, Cryptoclerk, TX-decrypter and way more. beyond this Trivium supplies both mainnet and Testnet infrastructure.

  • Stashh

  • Jamama

Wallets/Bridge

  • Fina.Cash

  • Starshell

Tools

Relayers

Developers

Community

is the creator of the widely used Citadel mobile wallet which supports SCRT and is an Ethereum bridge multisig participant and longstanding ecosystem partner.

- Fenbushi capital is a genesis Secret Network validator and developer for the MathWallet, which used to support Secret Network.

is a widely known cosmos validator providing enterprise level services for many Dpos chains and is an ethereum bridge multisig signer.

is an institution focused validating team running services for various POS chains and a multisig participant for the Secret-Ethereum bridge.

works on the SecretCalendar.org website which hosts a calendar and social media platform for the Secret Network ecosystem so users can easily interact and stay up to date with all events.

aka Gmail has been a longstanding community member and the core developer behind Secretanalytics.xyz. He also runs several APIs for the coingecko price feeds and can be contacted for any specific data requests.

🍇AKA Elie is the community manager for Sienna network and works together with Emannuelle and SecretAlf on the SecretCalendar.org application.

is a validator on many different Cosmos chains and other POS blockchains. They run a faucet for almost all their networks including Secret which you can use to privately seed your wallet.

Cosmos pug hosts a website to track Cosmos ecosystem airdrops with comprehensive guides for claiming them.

is a validator organization validating on an array of cosmos chains running relayers for all of them. Based out of Austria cryptocrew has ran relayers for Secret from the first moment of IBC compatibility setting up a big part of the initial infrastructure or helping others to do so.

🐝 is a team of 3 and has been a core player in the Secret network ecosystem for a long time. They have made several governance proposals, developed relations with other IBC chains, helped other validators and relayers and are a large contributor to the developer documentation.

is a validator organization that runs validators for several Cosmos chains and relays IBC transactions for several Secret Network channels. The team provides soft-slash protection for your staked funds.

is a french organization providing validators and development work for many different chains in the IBC ecosystem. The stakelab team runs relayers for several channels on the Secret Network.

validator provides code for the chains they validate on and relays on several Secret network IBC channels.

AKA Baedrik is the founding father of the Snip-721 private NFT standard, the co-founder of Stashh.io and a big contributor to the Secret Network code base for a long time. Baedrik has significant knowledge on the privacy characteristics of Secret Contracts and is a constant help in the discord development channels.

Alex from Secret Saturn is the developer of the upcoming Secret Network Ledger application and a big help in the validator community.

as a team is a Genesis Secret network validator and they have contributed to the ecosystem in various way. Their most recent projects is called Secret Boxes/university which aims to help developers get started with smart contract development for Secret Network.

are active developers in the Cosmos ecosystem and have contributed in various ways to the common Cosmos codebase. The team is active on twitter for the community and has written several articles on Secret Network explaining some of the technology.

is a longstanding community member. He is a moderator and developer for the Redacted club community and is the co-founder of the V-IRL Real life NFT utility platform and NFT collection. Jamama is an active contributor in the validator chat to help further optimize the performance of the chain.

is a canadian based developer for several Secret Network applications including V-IRL, a metaverse project and an Infrastructure as a service platform. Artemis also runs a validator for the Bitcanna blockchain.

and their founder Brendan have been contributors to the Secret Network from genesis, helping with the puzzle explorer and being a genesis validator. Brendan now runs the Agents program and helps various entities with Bizdev activities while the developer Gh0st focuses on developing for the chains they validate on.

Jay is one of the Business development committee leads and a longstanding community member that is always active in Secret network Governance.

AKA Luigi runs the Mario validator and is one of the most trusted community members. Luigi runs the Anon DAO validator and is an Admin/Escrow for various community channels.

🍯 validator is run by the community member Pmuecke who leads the governance committee, hosts all information bots over Telegram and Discord, runs the validator chat and helps various projects with on-chain data collection.

This is the validator for the Anons NFT project, the commission of this validator accrues back to the Anon DAO. The validator is managed by Luigi from the Mario validator

as a team of 2 was once funded via a SNAC and went for sustainability using the proceeds from a validator. The team still produces regular episodes and use the validator commissions to fund that effort.

is an active twitter personality for Secret Network validating on the network for over 1.5 years. Secret Keeper also hosts a price tracker chrome extension for all Secret native tokens.

- This is the validator for the Redacted Club NFT project. The commissions accrued from this validator stream back into the projects DAO. The validator is run by Jamama.

X Lavender.Five - This is the validator for the Clandestina NFT project. The commissions accrued from this validator stream back into the projects DAO. The validator is run by the lavender.five team.

- This is the validator for the Midnight Teddy Club NFT project. The commissions accrued from this validator stream back into the projects DAO. The validator is run by the Trivium.network team.

🤫
🐸
ChainofSecrets.org
Secretnode
Cashmaney
igment
Stake or Die
Jackal DAO
Alter
Secure Secrets
XavierCapital
Trivium
Citadel.one
MathWallet
B-Harvest
Staked
SecretAlf
🅲🅾🆆 🅻🅴🆅🅴🅻 🐮
NodeVine
Stakely.io
CosmosPug
Cryptocrew
Lavender.Five Nodes
AutoStake
StakeLab
playalongs
Mr. Roboto🤖's Secret
🪐 𝕊ecret 𝕊aturn
SecretChainGirl Capital
Chilly Waifu Validation
Jamama
Artemis.red
WhisperNode🤐
𝕊hadowRealm🥷
Mario
secretSauce
AnonDAO
Secret Code Podcast
Secret Keeper
REDACTED CLUB DAO
Clandestina
MTC DAO