# Deployed programs

Sanctum is fully open-source and the smart-contract repository can be found [here](https://github.com/igneous-labs/sanctum-unstake-program).&#x20;

<table><thead><tr><th width="251">Program</th><th width="273">Program ID</th><th width="187">Upgrade Authority</th></tr></thead><tbody><tr><td>S Controller</td><td><code>5ocnV1qiCgaQR8Jb8xWnVbApfaygJ8tNoZfgPwsgx9kx</code></td><td>Sanctum Multisig</td></tr><tr><td>Flat Fee Pricing (deprecated)</td><td><code>f1tUoNEKrDp1oeGn4zxr7bh41eN6VcfHjfrL3ZqQday</code></td><td>Sanctum Multsig</td></tr><tr><td>Flat Slab</td><td><code>s1b6NRXj6ygNu1QMKXh2H9LUR2aPApAAm1UQ2DjdhNV</code></td><td>Sanctum Multsig</td></tr><tr><td>SPL SOL Value Calculator</td><td><code>sp1V4h2gWorkGhVcazBc22Hfo2f5sd7jcjT4EDPrWFF</code></td><td>Sanctum Multisig</td></tr><tr><td>Sanctum SanctumSpl SOL Value Calculator</td><td><code>sspUE1vrh7xRoXxGsg7vR1zde2WdGtJRbyK9uRumBDy</code></td><td>Sanctum Multisig</td></tr><tr><td>Sanctum SanctumSplMulti SOL Value Calculator</td><td><code>ssmbu3KZxgonUtjEMCKspZzxvUQCxAFnyh1rcHUeEDo</code></td><td>Sanctum Multisig</td></tr><tr><td>Marinade SOL Value Calculator Program</td><td><code>mare3SCyfZkAndpBRBeonETmkCCB3TJTTrz8ZN2dnhP</code></td><td>Sanctum Multisig</td></tr><tr><td>Lido SOL Value Calculator Program</td><td><code>1idUSy4MGGKyKhvjSnGZ6Zc7Q4eKQcibym4BkEEw9KR</code></td><td>Sanctum Multisig</td></tr><tr><td>wSOL SOL Value Calcuator Program</td><td><code>wsoGmxQLSvwWpuaidCApxN5kEowLe2HLQLJhCQnj4bE</code></td><td>Sanctum Multisig</td></tr><tr><td>SanctumSpl Stake Pool Program</td><td><code>SP12tWFxD9oJsVWNavTTBZvMbA6gkAmxtVgxdqvyvhY</code></td><td>Sanctum Multisig</td></tr><tr><td>SanctumSplMulti Stake Pool Program</td><td><code>SPMBzsVUuoHA4Jm6KunbsotaahvVikZs1JyTW6iJvbn</code></td><td>Sanctum Multisig</td></tr></tbody></table>


---

# 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://learn.sanctum.so/docs/for-developers/deployed-programs.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.
