> For the complete documentation index, see [llms.txt](https://doc.cess.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.cess.network/developer/cess-sdk/sdk-rust/chain/oss.md).

# Oss

This section describes how to use the interface for the `oss` pallet on the CESS chain, which is focused on DeOss.

The list of query interfaces is as follows:

* [authority\_list](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/query/authority_list.md)
* [oss](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/query/oss.md)

The list of call interfaces is as follows:

* [authorize](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/transaction/authorize.md)
* [cancel\_authorize](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/transaction/cancel_authorize.md)
* [destroy](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/transaction/destroy.md)
* [register](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/transaction/register.md)
* [update](https://github.com/CESSProject/doc-v2/blob/main/developer/cess-sdk/sdk-rust/chain/oss/transaction/update.md)
