> For the complete documentation index, see [llms.txt](https://docs.changeblock.com/changeblock-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.changeblock.com/changeblock-documentation/solutions/environmental-attributes/web3-offsetting.md).

# web3 offsetting

Changeblock offers a range of offsetting services for the web3 ecosystem:

## Historical Transaction Offsetting

By calculating the on chain energy usage of a series of transaction, we can offset the energy a particular wallet or NFT collection has contributed. We do this by calculating the on-chain computation incurred by the transactions, then converting this to energy usage, and finally to tonnes of CO2.

### Future Transaction Offsetting

We can estimate likely future usage based on historical transactions, and 'future-proof' your protocol, wallet or NFT collection for a period of time. We can also provide an on-going attestation-type service that periodically calculates new emissions, and confirms that you are still carbon-negative.

### Carbon-negative Token Wrapping

We provide a token wrapping service (both fungible and non-fungible) tokens that allows you to wrap your NFT or ERC20 (or ERC1155) while offsetting any CO2 generated by its minting and previous transfers. We can also, upon request, include environmentally-positive tokens (CBLKs) that can be accessed by unwrapping the token. This introduces an asset-backed price floor to the wrapped tokens and gives them additional inherent value. &#x20;


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.changeblock.com/changeblock-documentation/solutions/environmental-attributes/web3-offsetting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
