> For the complete documentation index, see [llms.txt](https://docs.clv.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clv.org/portal/technical-documentation/web3-compatibility.md).

# Web3 compatibility

Clover OS is also a Polkadot smart contract chain, which has a full compatibility with web3 application.

For developers, please use the following web3 http provider to access Clover chain:

```
const Web3 = require("web3");
const web3 = new Web3("https://rpc.clover.finance");
```
