diff --git a/website/docs/101-learn/50-secrets.mdx b/website/docs/101-learn/50-secrets.mdx index eafd7bca88..163297d029 100644 --- a/website/docs/101-learn/50-secrets.mdx +++ b/website/docs/101-learn/50-secrets.mdx @@ -4,6 +4,8 @@ title: Switchboard Secrets keywords: [Switchboard, web3, oracle, data feeds] --- +# Switchboard Secrets + :::info Dive deeper into the usage of Secrets Server here: [Secrets Server Github Repository] @@ -17,6 +19,14 @@ leaking the secrets, it is important to store them securely so unauthorized individuals cannot access/tamper with them. ### How it works + + + 1. Store your secrets as key-value pairs in the server. 2. When your Switchboard Function needs to access a secret, it sends a request to the server.