> For the complete documentation index, see [llms.txt](https://docs.shiftiq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shiftiq.com/help/records/blockchain/certificate-manager.md).

# Overview of Shift iQ's Blockchain Based Certificate Manager

Certificate data is of high importance and is intended to be long-lived. By using blockchain, the security of the produced certificates is guaranteed and certificates will live on the blockchain as long as blockchain exists. What's more, the process of certificate management becomes decentralized, trustless, secure, and immutable.

In order to provide our users with the utmost transparency and security for keeping their valuable certificate data, Shift iQ has opted for Blockchain integration for certificate management. We have designed and developed our certificate manager system on top of the Ethereum network using smart contracts. A smart contract is a piece of logic, intended to automatically execute, control, enforce and verify or document events and actions according to the terms of a contract or an agreement. In another word, smart contracts are computer programs that enforce an agreement based on a contract without the need for a third party and they are running on all the nodes in the Ethereum network.

While designing Shift iQ's blockchain-based certificate manager we provide our users with following advantages:

* Decentralization: to prevent a single point of failure. Now our users can verify their certificates regardless of the Shift iQ servers' situation, the process of verification happens on chain and nothing can hinder it.
* Immutability: our users' certificates are extremely important to us. Therefore, we wanted to make sure nothing can corrupt their certificates and change their stats, also they will exist on top of the blockchain as long the underlying blockchain itself exists.
* Transparency: everyone participant on the Ethereum network can access transactions and monitor the system to prevent malicious activities.
* Safety: the security of all the transactions on the blockchain is guaranteed by a set of cryptographic functions, and they are constantly verified by thousands and thousands of nodes running on the Ethereum p2p network.

What's more, Shift iQ has opted to pay for all the costs of transactions regarding certificate publication on blockchain to make the process as painless as possible for the users. In this way, our users get all the benefits that come with Blockchain without any of the drawbacks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.shiftiq.com/help/records/blockchain/certificate-manager.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
