---
id: envelope:sealed_package
title: Sealed Package
type: item
related_items: ["envelope:paper_box", "envelope:package", "envelope:seal_stamp"]
custom:
    Mailable: "Yes"
---

<div style={{ display: "flex", flexWrap: "wrap", width: "100%", alignItems: "flex-start" }}>
    <div style={{ flex: 1, marginTop: "-20px"}}>
        A **sealed package** is a variant of a [package](@envelope:package) that has a proof of authorship and integrity.\
        Seal impression and name of the sealer is shown in the item's tooltip.\
        Can be mailed.
    </div>

    <center style={{ marginLeft: "1rem", marginRight: "0.2rem" }}>
        <Asset location="envelope:gui/sealed_package" width={350} />
        <div style={{ marginTop: "6px"}}>*Sealed Package tooltip*</div>
    </center>
</div>

## Obtaining
Sealed Package can be obtained by sealing a [package](@envelope:package) with a [seal stamp](@envelope:seal_stamp).

## Usage
Seal can be removed by holding the use button until a "seal ripping" animation is finished.\
Removing the seal clears the authorship information and returns the item back to a regular [package](@envelope:package).
