# Sealing-as-a-service

Storage providers with hardware cost or availability constraints can use *Sealing-as-a-service*, in which another provider performs sector sealing on the storage providers behalf. This page describes how sealing-as-a-service works, and the benefits to storage providers.

### Overview

In a traditional setup, a storage provider needs high-end hardware to build out a [sealing pipeline](/storage-providers/architecture/sealing-pipeline.md). Storage providers with hardware cost or availability constraints can use *Sealing-as-a-Service* providers, where another provider performs sector sealing on the storage provider’s behalf. In this model, the following occurs:

1. The storage provider provides the data to the sealer
2. The sealer seals the data into sectors.
3. The sealer returns the sealed sectors in exchange for a service cost.

### Benefits

Sealing-as-a-service provides multiple benefits for storage providers:

* Available storage can be filled faster, thereby maximizing block rewards, without investing in a complex, expensive sealing pipeline.
* Bigger deals can be onboarded, as Sealing-as-a-Service essentially offers a burst capability in your sealing capacity. Thus, storage providers can take on larger deals without worrying about sealing time and not meeting client expectations.
* Storage capacity on the Filecoin network can be expanded without investing in a larger sealing pipeline.

Other solutions are possible where the sealing partner seals committed capacity (CC) sectors for you, which you in turn [snap up](/storage-providers/filecoin-deals/snap-deals.md) to data sectors.

See the following video from [Aligned](https://aligned.co/sealing-as-a-service) about their offering of Sealing-as-a-Service:

{% embed url="<https://www.youtube.com/watch?v=v4l1lGsUXvs>" %}

[Was this page helpful?](https://airtable.com/apppq4inOe4gmSSlk/pagoZHC2i1iqgphgl/form?prefill_Page+URL=https://docs.filecoin.io/storage-providers/architecture/sealing-as-a-service)


---

# Agent Instructions: 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:

```
GET https://docs.filecoin.io/storage-providers/architecture/sealing-as-a-service.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.
