# Client-Side Security Essentials

### Certificate transparency&#x20;

Certificate Transparency (CT) is a security measure that helps ensure that the digital certificates used to secure internet connections are trustworthy. In simple terms, CT makes it easier to detect and prevent digital certificate fraud, thereby improving the security of internet connections.

{% hint style="warning" %}
In addition to implementing certificate transparency measures on our end, we **highly recommend** users to also consider implementing these measures for added security benefits.
{% endhint %}

### Private Key

A private key is a secret cryptographic key that is used to sign transactions and messages on a blockchain network. A user's private key is stored securely in a digital wallet, and should never be shared with anyone as it provides full access and control over their digital assets.

{% hint style="warning" %}
It is **highly recommended** that users take necessary precautions to ensure the safety and confidentiality of their private keys, as we do not possess any access or control over them.
{% endhint %}

### Additional Security Precautions

* It is important for the user to safeguard both their data and workstation from potential risks such as spoofing, tampering, and other related threats.
* It is important for the end user to connect to a secure network and ensure that they use only TLS 1.2 or a newer version for enhanced security to safeguard them from any kind of threats and attacks.


---

# 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.expand.network/additional-info/client-side-security-essentials.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.
