# Carbovalent

## Carbovalent

- [Introducing Carbovalent](https://docs.carbovalent.com/introducing-carbovalent.md): Bringing Regenerative Finance (ReFi) to Solana
- [The Carbovalent Protocol](https://docs.carbovalent.com/the-carbovalent-protocol.md): Overview of the Carbovalent Protocol
- [Building A Carbon Economy](https://docs.carbovalent.com/building-a-carbon-economy.md)
- [Why Solana?](https://docs.carbovalent.com/why-solana.md): Fact: An average Solana transaction uses 508 Joules — or less energy than two Google searches.
- [Legal Disclaimer](https://docs.carbovalent.com/legal-disclaimer.md)
- [Carbon Credits](https://docs.carbovalent.com/understanding-carbon/carbon-credits.md)
- [Carbon Markets](https://docs.carbovalent.com/understanding-carbon/carbon-markets.md)
- [Web3 Sourcing Standard](https://docs.carbovalent.com/sourcing/web3-sourcing-standard.md)
- [Remote Sensing for Forest Carbon](https://docs.carbovalent.com/sourcing/remote-sensing-for-forest-carbon.md)
- [Morpheus Carbon Bridge](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge.md): The Morpheus bridge allows anyone to bridge carbon offsets from traditional Web2 registries such as Verra & Gold Standard to our on-chain meta-registry.
- [Prerequisites to Bridge](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/prerequisites-to-bridge.md): Basic requirements to tokenize carbon credits.
- [Eligibility](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/prerequisites-to-bridge/eligibility.md)
- [Wallet](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/wallet.md): Solana Wallet
- [Initiate Bridge](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/initiate-bridge.md): Create an empty carbon reference NFT on Solana, which will represent a tokenized batch of carbon offsets retired in the source registry.
- [How to Retire Credits on Source Registry](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/how-to-retire-credits-on-source-registry.md): A step-by-step tutorial on how to retire carbon offsets on the Verra & Gold Standard registries.
- [Update Reference NFT](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/update-reference-nft.md): Submit the serial number generated after the carbon offsets have been retired on Verra/Gold Standard.
- [Confirmation](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/confirmation.md)
- [Use Cases](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/use-cases.md): An overview of the different use cases of tokenized carbon credits.
- [Fractionalize ->Tokens](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/fractionalize-greater-than-tokens.md): Mint carbon tokens from Reference NFT
- [Burn](https://docs.carbovalent.com/bridge/morpheus-carbon-bridge/burn.md): Offset your carbon emissions by burning carbon reference tokens.
- [Introduction](https://docs.carbovalent.com/trading-carbon-assets/introduction.md): An array of project-based tokenized carbon credits are bundled in order to back a liquid index token.
- [DEX](https://docs.carbovalent.com/trading-carbon-assets/dex.md): The Carbon DEX is built on-top of Project Serum on-chain central limit order book (CLOB).
- [Index Carbon Assets](https://docs.carbovalent.com/trading-carbon-assets/index-carbon-assets.md)
- [Carbon Derivative Market](https://docs.carbovalent.com/trading-carbon-assets/carbon-derivative-market.md): Overview of the Carbon Derivative Market
- [Deposit <-> Receive](https://docs.carbovalent.com/trading-carbon-assets/deposit-less-than-greater-than-receive.md): A high-level overview of the different components that govern the the conversion of SCT to index tokens.
- [Reclaim](https://docs.carbovalent.com/trading-carbon-assets/reclaim.md): A short guide on how to redeem index tokens to reclaim the SCT tokens in order to retire them.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.carbovalent.com/introducing-carbovalent.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
