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
  • Secret Network Dictionary
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z

Was this helpful?

Edit on GitHub
Export as PDF
  1. Overview, Ecosystem and Technology
  2. Ecosystem Overview

Secret Network Dictionary

Secret Network Dictionary

A

Alter

Private & secure messaging app built on on Secret Network

Airdrop

Token distribution method in which assets are transmitted to wallets to create awareness around a project

A.M.M

Automated market maker, a fully automated DEX where trades are made against a pool of tokens instead of the traditional order book

A.P.I

Application Programming Interface, a type of software built to access certain specifications of another software in a clear and direct way used by wallets, explorers, nodes etc.

B

Bazaar

Decentralized data marketplace built on-top of DataVault

B.F.T

Byzantine Fault Tolerance, tendermint consensus mechanism used by cosmos blockchains such as Secret Network which gives them the ability to continue operating even if some of their nodes fail or act maliciously

BlackBox

Collection of tools to privately transfer funds on Secret network

Bridge

Infrastructure that connects two blockchains and allows users to send cryptocurrency from one chain to the other (Secret Network has Ethereum, XMR, BSC and IBC bridges)

Btn.group

Collection of private dApps built on Secret Network

C

C.C.B.L

Community Curated Bounty List, a community landing place for network-wide needs and ideas that could be funded by the community pool

C.C.R

Community code repository, a folder to store smaller community-oriented projects with bounties for developers to contribute to

Community Pool

SCRT fund dedicated to the development of the network managed by the Secret Foundation

Consensus Mechanism

Way of achieving the agreement on a single data value (Secret Network uses the dPoS consensus mechanism)

D

Data Vault

Privacy-preserving Digital Marketplace for users built on Secret Network

Delegator

A delegator is a participant in network staking

DEX

Decentralized Exchange, peer-to-peer marketplace where transactions occur directly between traders

E

F

Fadroma

Smart contract development tool for deployment on Secret Network and other Cosmos-based platforms

Faucet

Application that distributes small amounts of crypto to pay for gas (stakely.io is a SCRT faucet)

Foundation

Organization dedicated to building, researching, and scaling adoption of decentralized technologies

G

Gas

Fee associated with transacting and executing smart contracts on Secret Network denoted in small fractions of SCRT called uSCRT

Governance Token

Token used to democratically manage a protocol in a fair and decentralized manner (SEFI is a governance token on Secret Network)

H

I

Impermanent Loss

Loss of funds caused by the price fluctuation of the two assets that make up an LP token and realized when it's exchanged back for the underlying pair.

Invoice

Private and secure system for requesting and sending money to users and business counterparties

J

K

L

Ledger

Hardware wallet compatible with Secret Network Liquidity Pool: pool of coins or tokens locked in a smart contract that used to facilitate trades between those assets on an AMM based DEX

Liveness

Ability of a protocol to keep achieving consensus among nodes and thereby process blocks. BFT consensus blockchains such as Secret Network prioritize safety over liveness (but this comes with the downside that liveness is lost if 1/3 of the voting power stops participating in concensus).

M

Mintscan

Blockchain explorer for Secret Network

N

Node

Computer connected to the blockchain that essential to the maintenance of the distributed ledger (in Secret Network there are Validator nodes, Querying nodes and standard nodes)

No-With-Veto

Governance voting option that, if prevails, also leads to the loss of coins locked by the proposer. (In the case of Secret Network, the SCRT are burned)

O

P

Permit

Querying method in the form of a formatted message which provides a safer and cheaper alternative to viewing keys

Polar

Front-end development framework for building contracts on Secret Network

Private Key

Cryptographic code paired to a public key used to sign transactions similar to a password

Public Key

Cryptographic code paired to a private key that allows users to receive cryptocurrency (in Secret Network they start with "secret1")

Pulsar

Secret Network's public testnet by ChainOfSecrets

Q

Querying Node

Type of node with improved querying performance but unable to process transactions

R

Rust

Default programming language to build on the Secret Network's blockchain

S

SCRT

Native, public governance token of Secret Network

SCRT-Pizza

Small amount of SCRT given by Secret Agents to pay for gas of your first transactions on a new wallet (you can ask for it on the #scrt-pizza discord channel)

S.D.K

Software development kit, collection of tools to facilitate software development (Secret Network was built with the Cosmos SDK)

Secret Agent

Community contributor on Secret Network helping with design, education, development, data, governance, infrastructure and spreading international awareness

Secret Calendar

Calendar featuring the most relevant Secret Network dates

SecretCli

Command-line interface tool that enables you to interact with nodes running on Secret Network

Secret Charter & Code of Conduct

Document that codifies the current standard governance procedures

SecretCodePodcast

Secret Network related podcast hosted on their website & YouTube

Secret Token

SNIP-20 tokens with programmable privacy on the Secret Network blockchain

SecretNFTs

Non-fungible tokens with programmable privacy on Secret Network (e.g: Anons, Redacted Club, Clandestina gang)

Secret Oracles

Decentralized, on-chain source of private randomness on Secret Network

SecretSpaces

Weekly live series featuring core contributors to the Secret Network ecosystem, breaking news, and Secret alpha

SecretSwap

Decentralized Exchange and liquidity hub for Secret Tokens

SecretWasm

SDK for building applications that connect to the Cosmos SDK on Secret Network

S.G.X

Software Guard Extensions, CPU enclaves that every Secret Network node has in order to process transactions without the possibility of viewing private metadata

Shockwave

Ecosystem upgrade phase of H1 2022

SiennaSwap

Decentralized Exchange and liquidity hub for Secret Tokens

S.N.I.P

Secret Network Improvement Proposals that go through governance and, if accepted, have to be implemented as part of the software that is run by validators

SNIP-20

Private fungible token standard on Secret Network

SNIP-721

Private non-fungible token standard Secret Network

SNIP-1155

Private multiple non-fungible token standard Secret Network that can also include fungible tokens (used for fractionalized NFTs)

Starshell

Mobile and web wallet supporting SCRT and Secret Tokens

Staking

Process through which a user locks his cryptocurrency on a network as part of the consensus mechanism while earning a yield and being given the opportunity to participate in governance.

Stashh

Decentralized SecretNFTs marketplace

Supernova

Ecosystem upgrade of November of 2021

sSCRT

Private, wrapped SNIP-20 token backed and pegged to SCRT

Scrt Labs

Core development team behind Secret Network focused on creating products and systems to accelerate the adoption of privacy-first, decentralized technologies

T

T.E.E

Trusted Execution Environment, hardware specification for all validator nodes on Secret Network that guarantees they are unable to view private computations.

Testnet

Testing environment for a blockchain network available for development purposes

U

uSCRT

Smaller unit representing a millionth of SCRT (1 SCRT = 1M uSCRT)

V

Validator

Node responsible for processing and verifying transactions

Viewing Key

User generated key needed to view private metadata of secret contracts

Vulcan

Mainnet Secret Network blockchain upgrade

W

Wallet

Device or service that stores users' public and private keys, allowing them to send and receive crypto assets (Keplr, Citadel.one and Cosmostation are Secret Network wallets)

X

Y

Z

PreviousGovernanceNextUse SecretCLI

Last updated 1 year ago

Was this helpful?

🤫
🐸