# Ante

## Ante v0.6

- [Introduction to Ante](https://docs.ante.finance/ante/introduction-to-ante.md): ABC: Ante = Blockchain Commitments
- [Why use Ante?](https://docs.ante.finance/ante/why-use-ante.md)
- [What's new in Ante v0.6?](https://docs.ante.finance/ante/whats-new-in-ante-v0.6.md)
- [FAQ](https://docs.ante.finance/ante/faq.md)
- [Security & Trust](https://docs.ante.finance/ante/security-and-trust.md)
- [How Ante works](https://docs.ante.finance/ante/getting-started/how-ante-works.md)
- [Staking](https://docs.ante.finance/ante/getting-started/how-ante-works/staking.md)
- [Challenging](https://docs.ante.finance/ante/getting-started/how-ante-works/challenging.md)
- [The Decentralized Trust Score](https://docs.ante.finance/ante/getting-started/how-ante-works/the-decentralized-trust-score.md): Imputing aggregate community trust
- [Decentralized Trust Tiers](https://docs.ante.finance/ante/getting-started/how-ante-works/decentralized-trust-tiers.md)
- [Supported assets](https://docs.ante.finance/ante/getting-started/how-ante-works/supported-assets.md)
- [User Guides](https://docs.ante.finance/ante/getting-started/user-guides.md)
- [Navigating the app](https://docs.ante.finance/ante/getting-started/user-guides/navigating-the-app.md)
- [Stake an Ante Test](https://docs.ante.finance/ante/getting-started/user-guides/stake-an-ante-test.md): Stake to signal trust in the tested guarantee
- [Challenge an Ante Test](https://docs.ante.finance/ante/getting-started/user-guides/challenge-an-ante-test.md)
- [Withdraw funds](https://docs.ante.finance/ante/getting-started/user-guides/withdraw-funds.md)
- [Check an Ante Test](https://docs.ante.finance/ante/getting-started/user-guides/check-an-ante-test.md)
- [Claim rewards](https://docs.ante.finance/ante/getting-started/user-guides/claim-rewards.md)
- [Using Antegen](https://docs.ante.finance/ante/getting-started/user-guides/using-antegen.md)
- [Writing Ante Tests](https://docs.ante.finance/ante/for-developers/writing-ante-tests.md)
- [What to test?](https://docs.ante.finance/ante/for-developers/writing-ante-tests/what-to-test.md): Can't think of any tests? Maybe one of these will spark some inspiration!
- [Interfaces](https://docs.ante.finance/ante/for-developers/writing-ante-tests/interfaces.md)
- [Ante Test Examples](https://docs.ante.finance/ante/for-developers/writing-ante-tests/ante-test-examples.md): Sample Ante Tests to dissect for explanation
- [Writing and Testing an Ante Test](https://docs.ante.finance/ante/for-developers/writing-ante-tests/writing-and-testing-an-ante-test.md)
- [Integrating Ante](https://docs.ante.finance/ante/for-developers/integrating-ante.md): Add an Ante badge into your website/web app
- [Integrate Ante using React](https://docs.ante.finance/ante/for-developers/integrating-ante/integrate-ante-using-react.md)
- [Integrate Ante using HTML](https://docs.ante.finance/ante/for-developers/integrating-ante/integrate-ante-using-html.md)
- [Deploying an Ante Test](https://docs.ante.finance/ante/for-developers/deploying-an-ante-test.md): Quick guide to deploying an Ante Test
- [Deploy an Ante Test](https://docs.ante.finance/ante/for-developers/deploying-an-ante-test/deploy-an-ante-test.md): Deploy a completed Ante Test to Mainnet
- [Create an Ante Pool](https://docs.ante.finance/ante/for-developers/deploying-an-ante-test/create-an-ante-pool.md): Deploying the Ante Pool for supporters and challengers to stake and challenge the Ante Test.
- [Deployed contracts](https://docs.ante.finance/ante/for-developers/deployed-contracts.md)

## Ante v0.5

- [Welcome to Ante v0.5](https://docs.ante.finance/ante/v05/master.md): Smart Tests for Smart Contracts
- [How Ante works](https://docs.ante.finance/ante/v05/how-ante-works.md): A high-level overview of Ante's mechanics
- [Why use Ante?](https://docs.ante.finance/ante/v05/why-use-ante.md): Ante is a decentralized protocol to build the Schelling Point of Computational Trust.
- [How is Ante different?](https://docs.ante.finance/ante/v05/why-use-ante/how-ante-differs.md): How Ante fits into the existing DeFi landscape
- [What does Ante cost to use?](https://docs.ante.finance/ante/v05/why-use-ante/what-does-ante-cost-to-use.md)
- [What's in Ante v0.5?](https://docs.ante.finance/ante/v05/whats-in-ante-v0.5.md): Features included in Ante v0.5
- [Navigating Ante](https://docs.ante.finance/ante/v05/using-ante/navigation.md): How to interpret the leaderboard and other information.
- [How to Stake](https://docs.ante.finance/ante/v05/using-ante/how-to-stake.md): Staking an Ante Test to signal trust in the tested protocol
- [How to Challenge & Check Tests](https://docs.ante.finance/ante/v05/using-ante/how-to-challenge-and-verify.md): Expressing skepticism in an Ante Test for a protocol
- [The Decentralized Trust Score](https://docs.ante.finance/ante/v05/using-ante/trust-score.md): Community trust made explicit
- [Decentralized Trust Tiers](https://docs.ante.finance/ante/v05/using-ante/trust-score/decentralized-trust-tiers.md)
- [Deposit Limits](https://docs.ante.finance/ante/v05/using-ante/deposit-limits.md): As of 11/26/2021 - deposit limits still in place
- [Writing an Ante Test](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test.md): Four steps to writing your first Ante Test
- [Coming up with an invariant](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/invariant-ideas.md): Can't think of any tests? Maybe one of these will spark some inspiration!
- [Explaining IAnteTest.sol and AnteTest.sol](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/iantetest.sol-and-antetest.sol.md): Ante Test basics
- [Ante Test Examples](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/ante-test-examples.md): Sample Ante Tests to dissect for explanation
- [Writing and Testing an Ante Test](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/writing-and-testing-an-ante-test.md)
- [Test an Ante Test Offline](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/test-an-ante-test-offline.md): Testing an Ante Test before official deployment
- [Adding an Ante Test to Ante Github](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/adding-an-ante-test-to-ante-github.md): Getting community involvement into the process
- [Development FAQs](https://docs.ante.finance/ante/v05/for-devs/writing-an-ante-test/development-faqs.md)
- [Integrating Ante](https://docs.ante.finance/ante/v05/for-devs/integrate-ante.md): Instructions for integrating an Ante badge into your website/web app
- [Integrate Ante using React](https://docs.ante.finance/ante/v05/for-devs/integrate-ante/integrate-ante-using-react.md)
- [Integrate Ante using HTML](https://docs.ante.finance/ante/v05/for-devs/integrate-ante/integrate-ante-using-html.md)
- [Deploying an Ante Test](https://docs.ante.finance/ante/v05/for-devs/deploying-an-ante-test.md): Quick guide to deploying an Ante Test
- [Deploy an Ante Test](https://docs.ante.finance/ante/v05/for-devs/deploying-an-ante-test/deploy-an-ante-test.md): Deploy a completed Ante Test to Mainnet
- [Create an Ante Pool](https://docs.ante.finance/ante/v05/for-devs/deploying-an-ante-test/create-an-ante-pool.md): Deploying the Ante Pool for supporters and challengers to stake and challenge the Ante Test.
- [Verifying an Ante Pool](https://docs.ante.finance/ante/v05/for-devs/deploying-an-ante-test/verifying-an-ante-pool.md)
- [Contracts](https://docs.ante.finance/ante/v05/for-devs/contracts.md)
- [FAQs](https://docs.ante.finance/ante/v05/about/faqs.md): Contact the Ante team if you still have more questions!
- [Glossary](https://docs.ante.finance/ante/v05/about/glossary.md)
- [Security](https://docs.ante.finance/ante/v05/about/security.md)
- [Possible Future Work](https://docs.ante.finance/ante/v05/about/future.md): Potential community initiatives for AnteV1 and beyond.
- [Changelog](https://docs.ante.finance/ante/v05/about/changelog.md)
- [Terms of Service](https://docs.ante.finance/ante/v05/about/terms-of-service.md)
