# Safety

Is zippySOL safe to use? Is rugging possible? These are relevant questions that we get asked a lot. So let us try and clarify how zippySOL works.

zippySOL is a liquid stake pool token which is provided by using the Solana Program Library (SPL) stake pool program. That program itself has been audited 9 times, so the program is itself has a high level of security. But it also means that if you hold zippySOL you can ALWAYS unstake it yourself using the on chain program - you do not actually need zippystake.org to unstake. You can unstake using the SPL Command Line Interface (CLI) if you would like, or you can use any of the Python, Typescript or Rust SDKs to do the same.

## Unstaking using the CLI

1. Install the CLI from <https://github.com/solana-labs/solana-program-library>
2. If you do not have your private key (for the wallet where you hold zippySOL) available as a .keypair file already then you need to export it from your wallet. If you use Phantom, here are instructions of how to do that <https://edulanasca.hashnode.dev/how-to-export-a-private-key-from-phantom-to-a-keypair-file>
3. Use the withdraw-stake command from the CLI <https://spl.solana.com/stake-pool/cli#withdraw-stake>. For example use the following command to unstake 5 zippySOL: \
   \
   `spl-stake-pool withdraw-stake DxRFpqBQBC2nKcvh14gD1eizCj9Xi7ruMR3nCR3Hvw8f 5`
4. After this you will have a native active stake account containing your SOL in your wallet. Deactivate it and then you can withdraw your SOL the next epoch. Here are instructions of how to do this in Phantom: <https://help.phantom.app/hc/en-us/articles/4406374138771--Staking-Solana>


---

# 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.zippystake.org/overview/safety.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.
