{"id":14356565,"url":"https://github.com/Stride-Labs/stride","last_synced_at":"2025-08-21T14:32:24.093Z","repository":{"id":37120859,"uuid":"489473565","full_name":"Stride-Labs/stride","owner":"Stride-Labs","description":"Stride: Multichain Liquid Staking","archived":false,"fork":false,"pushed_at":"2024-08-06T07:38:03.000Z","size":177663,"stargazers_count":182,"open_issues_count":87,"forks_count":201,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-08-06T09:55:44.414Z","etag":null,"topics":["cosmos"],"latest_commit_sha":null,"homepage":"https://stride.zone/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stride-Labs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-06T19:37:39.000Z","updated_at":"2024-08-07T16:22:44.859Z","dependencies_parsed_at":"2023-10-15T16:51:32.788Z","dependency_job_id":"ab4c949b-df72-4632-9bbb-de9d94adcc42","html_url":"https://github.com/Stride-Labs/stride","commit_stats":{"total_commits":1688,"total_committers":43,"mean_commits":39.25581395348837,"dds":0.79739336492891,"last_synced_commit":"675f7c5f89b10c2a5f75f1b019205dcfe0b556bd"},"previous_names":[],"tags_count":88,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stride-Labs%2Fstride","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stride-Labs%2Fstride/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stride-Labs%2Fstride/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stride-Labs%2Fstride/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stride-Labs","download_url":"https://codeload.github.com/Stride-Labs/stride/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230519988,"owners_count":18238931,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cosmos"],"created_at":"2024-08-27T10:01:22.318Z","updated_at":"2024-12-20T00:30:41.771Z","avatar_url":"https://github.com/Stride-Labs.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cimg src=\"https://drive.google.com/uc?id=1c4DbV3lQ2Ely9VwEur4EmeHIea1my2AC\" width=\"400\"\u003e\n\n# Multichain Liquid Staking\n\n[Twitter](https://twitter.com/stride_zone) | [Discord](http://stride.zone/discord) | [Website](https://stride.zone/)\n## What is Stride?\n\n\nStride is a blockchain (\"zone\") that provides liquidity for staked assets. Using Stride, you can earn *both* staking *and* DeFi yields across the Cosmos IBC ecosystem. Read our [\"Meet Stride\" blog post](https://stride.zone/blog/meet-stride) to learn more about why we built Stride. \n\n**Stride** is built using Cosmos SDK and Tendermint. Stride allows users to liquid stake any IBC-compatible cosmos SDK native appchain token. Under the hood, Stride leverages the [Inter-Blockchain Communication protocol](https://ibc.cosmos.network/), [Interchain Accounts](https://blog.cosmos.network/interchain-accounts-take-cosmos-interoperability-to-the-next-level-39c9a8aad4ad) and [Interchain Queries](https://github.com/schnetzlerjoe/interchain-query-spec).\n\n## How does Multichain Liquid Staking work?\n\n![](https://drive.google.com/uc?id=1RuK2YeMH7O6P9-8ro_ybOg5n79ySwFjN)\n\n## Running a Mainnet Node\nIf you want to setup your node for the Stride mainnet, find the relevant files and instructions [here](https://github.com/Stride-Labs/mainnet/blob/main/mainnet/README.md)\n\n## Getting Started as a Developer\n### Developing on Stride\n\nDevelopers who wish to develop on Stride can easily spin up 3 Stride nodes, 3 Gaia nodes, 1 Hermes relayer and 1 interchain-queries relayer. The Gaia nodes simulate the Cosmos Hub (Gaia) zone in local development node, and the relayers allow Stride zone to interact with that instance of Gaia.\n\nThe fastest way to develop on Stride is local development mode.\n\n#### Set up local development mode \nInstall the required git submodule dependencies (various chains, relayers, bats). \n```\ngit submodule update --init --recursive\n```\n\nBuild executables, initialize state, and start the network with\n```\nmake start-docker build=sgjotr\n```\nYou can optionally pass build arguments to specify which binary to rebuild\n1. `s` This will re-build the Stride binary (default)\n2. `g` This will re-build the Gaia binary\n3. `j` This will re-build the Juno binary\n4. `o` This will re-build the Osmo binary\n5. `t` This will re-build the Stargaze binary\n6. `e` This will re-build the Evmos binary\n7. `r` This will re-build the Go Relayer binary\n8. `h` This will re-build the Hermes binary\n\nExample: `make start-docker build=sg`, this will:\n- Rebuild the Stride and Gaia binaries\n- Start 1 Stride and 1 Gaia node in the docker\n- Start Relayers\n\nTo bring down the chain, execute:\n```\nmake stop-docker\n```\n\nTo test the chain with a mnemonic that has tokens (e.g. sending Stride transactions), you can use the VAL_MNEMONIC_1, which is\n```\nclose soup mirror crew erode defy knock trigger gather eyebrow tent farm gym gloom base lemon sleep weekend rich forget diagram hurt prize fly\n```\nThis mnemonic will have tokens on every chain running locally.\n\n#### Running integration tests\nEnsure submodules are updated\n```\ngit submodule update --init --recursive\n```\n\nBuild Stride, Gaia, Evmos, and the go relayer\n```\nmake start-docker build=sger\n```\n\nRun integration tests\n```\nmake test-integration-docker\n```\n\n### Making changes to this repository\n###### Summary\nAdd summary of the pull request here (*E.g. This pull request adds XYZ feature to the x/ABC module and associated unit tests.*)\n###### Unit tests\n\nTo run unit tests for the whole project, execute:\n`make unit-test`\nTo run unit tests for a particular module (e.g. the stakeibc module), execute:\n`make unit-test path=stakeibc`\nTo run unit tests for a particular package (e.g. the stakeibc module), execute:\n`make unit-test path=stakeibc/types`\nTo inspect unit test coverage, execute:\n`make test-cover`\n\n#### Configure\n\nYour blockchain in development can be configured with `config.yml`. To learn more, see the [Starport docs](https://docs.starport.com).\n\n#### Release\n\nTo release a new version of your blockchain, create and push a new tag with `v` prefix. A new draft release with the configured targets will be created.\n\n```\ngit tag v0.1\ngit push origin v0.1\n```\n\nAfter a draft release is created, make your final changes from the release page and publish it.\n\n## Stride's Technical Architecture\n\nUsers stake their tokens on Stride from any Cosmos chain. Rewards accumulate in real time. No minimum. They will receive staked tokens immediately when they liquid stake. These staked tokens can be freely traded, and can be redeemed with Stride at any time to receive your original tokens plus staking rewards.\n\n\u003cimg src=\"https://drive.google.com/uc?id=1CjEkovV3tHspZxlgP8b_th5NPb78T9nB\" width=\"920\"\u003e\n\nOn the backend, Stride permissionly stakes these tokens on the host chain and compounds user rewards. Stride lets users use your staked assets to compound their yields. Continue to earn staking yield, and earn additional yield by lending, LPing, and more. They can set their own risk tolerance in Cosmos DeFi.  \n\n\u003cimg src=\"https://drive.google.com/uc?id=11kJZE93BdhNjkaNig3DGYnTnuSNClP8Y\" width=\"900\"\u003e\n\nUsers can always redeem from Stride. When they select \"redeem\" on the Stride website, Stride will initiate unbonding on the host zone. Once the unbonding period elapses, the users will receive native tokens in their wallets. \n\n\u003cimg src=\"https://drive.google.com/uc?id=1rtFiUwziiKjeUkJcJ9YuT1AN3JUtSVVr\" width=\"900\"\u003e\n\n## Attribution\n\nStride is proud to be an open-source project, and we welcome all other projects to use our repo. We use modules from the cosmos-sdk and other open source projects.\n\nWe operate under the Apache 2.0 License, and have used the following modules from fellow Cosmos projects. Huge thank you to these projects!\n\nWe use the following modules from [Osmosis](https://github.com/osmosis-labs/osmosis) provided  under [this License](https://github.com/osmosis-labs/osmosis/blob/main/LICENSE):\n```\nx/epochs\nx/mint\nx/ratelimit\n```\nWe use the following module (marketed as public infra) from [Quicksilver](https://github.com/ingenuity-build/quicksilver) provided under [this License](https://github.com/ingenuity-build/quicksilver/blob/main/LICENSE): \n```\nx/interchainqueries\n```\n\nRelevant licenses with full attribution can be found in the subdirectories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStride-Labs%2Fstride","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FStride-Labs%2Fstride","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FStride-Labs%2Fstride/lists"}