# SDscan tool

<mark style="color:orange;">**This page is under development**</mark>

### Overview

SDscan is a contract interaction tool for SmartDeFi™ projects.

It works like a blockchain explorer with Web3 access. You can inspect contract data and, where permission allows, submit on-chain changes.

Most project dashboard actions are built on the same read and write functions exposed in SDscan.

### Read functions

Use **Read** to inspect public contract data.

Typical use cases:

* Confirm ownership wallets
* Check LP and backing thresholds
* Review contract state and settings

Read functions are open to everyone. That makes them useful for both project owners and investors.

### Write functions

Use **Write** to submit contract actions.

Typical use cases:

* Change ownership
* Update thresholds
* Configure staking rewards
* Trigger other supported management actions

Write access depends on the function and the connected wallet permissions.

### Reference pages

Use the subpages in this section for command-level details by contract area.


---

# 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.feg.io/smartdefi-tm-platform/token-launchpad/sdscan-tool.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.
