# What is Authcore?

{% hint style="warning" %}
The documentation is designed for Liker Land and LikeCoin v2. For information on [3ook.com](https://3ook.com/) and LikeCoin v3, please visit [docs.3ook.com](https://docs.3ook.com) and [dao.like.co](https://dao.like.co/).
{% endhint %}

[Authcore](https://authcore.io/) is a universal platform for secure and frictionless sign-in. It protects all user accounts with advanced security features and integrates with [Intel SGX](https://www.intel.com/content/www/us/en/architecture-and-technology/software-guard-extensions.html) to reduce the time and internal resources needed to implement a reliable data protection solution.

The user's private key is secured by a key management service. Clients authenticate through SPAKE2 zero-knowledge proofs and the key management service. The key management service also uses strong encryption to protect the data. This design guarantees that only users can access their private key, providing a convenient and cost-effective experience.


---

# 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.v2.like.co/depub/register/what-is-authcore.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.
