# Smart Contracts Overview

## Staking Smart Contract

```
Platform: EVM
Language: Solidity
Contract addressess
Ethereum: 0xE639E9DC0E302f5dB025713009868c8adE4Ced26
BSC: 0x1781e00780AfD93a03Bf5f9dED088a8578cE9B09
Pulse Chain: 0xDd91E607C919Db74e18C2845e4cfb22793c30b2f
```

## Bridge Smart Contract

```
Platform: EVM
Language: Solidity
Contract addressess
Ethereum: 0x4a1e3B27FbE809D28248c3Ab493520a4C287f60a
BSC: 0xeEFbb0EBf2a0701E308b7C7750c9C6742d3295e8
Pulse Chain: 0xe5aF0DE80123DF7924Eb2D58C418637522C4b7ef
```

## Lending Smart Contract


---

# 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.love.io/love.io-documentation/contracts-and-security/smart-contracts-overview.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.
