> ## Documentation Index
> Fetch the complete documentation index at: https://docs.prosperavest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Security

Our API endpoints use AES encryption for request payloads and Ed25519 for decrypting and verifying response data, ensuring that communications with our server are end-to-end protected. To maintain security, ensure that your `apiKey`, `privateKey`, `publicKey` and `encryptionKey` remain confidential.

**Getting started with the API, please head over to your dashboard:**

<Steps>
  <Step title="Complete Level 1 KYC">
    Complete your level 1 KYC to unlock access to keys generation.
  </Step>

  <Step title="Generate keys">
    Generate and securely store your API credentials, encryption key, public key and private key
  </Step>

  <Step title="Encrypt/Decrypt Requests">
    Use our provided encryption utilities to encrypt requests and decrypt responses, ensuring that all data exchanged with our API remains secure.
  </Step>
</Steps>
