> For the complete documentation index, see [llms.txt](https://docs.dapplooker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapplooker.com/dapplooker-analytics/registering-data/smart-contracts.md).

# Smart Contracts

## Registration by Smart Contract

The following is a stepwise guide to registering by Smart Contract on Dapplooker.

1. Start by visiting DappLooker's website at <https://dapplooker.com/user/login>. This is where you can register and access your project.

<figure><img src="/files/ZvyOAMEaggjC3mbP1CM3" alt=""><figcaption></figcaption></figure>

2. A popup will showcase our plans and pricing after successfully signing up or logging in with your Wallet/Account. Either select the free trial or click on the skip button.

<figure><img src="/files/2uZAOnomd0TflCHkdacE" alt=""><figcaption></figcaption></figure>

3. After that, It will redirect you to the DappLooker's Discover page. Then click on the "My Dashboard" section.

<figure><img src="/files/4UUlXkQMo7WLw9Zoqdib" alt=""><figcaption></figcaption></figure>

4. Once you click on the My Dashboard, locate the "Register Project" button, then click on it.

<figure><img src="/files/0AjbTnhM8H7Y5RC2KxlD" alt=""><figcaption></figcaption></figure>

5. In the "New Project" registration tab, select the "Smart contract" option and click "Register Project" This will initiate the project registration process.

<figure><img src="/files/d7MCtUxw4i5bMIB2PlyI" alt=""><figcaption></figcaption></figure>

6. Enter a suitable Project Name and select the network that your smart contract is deployed on. This information helps DappLooker connect to your smart contract correctly.

<figure><img src="/files/RhEi38BHVzbEGPklVSkJ" alt=""><figcaption></figcaption></figure>

7. Search your smart contract by Entering the contract name, or you can simply copy and paste the contract address in the input box.

<figure><img src="/files/UwnL7i0yS7b8E9KN982O" alt=""><figcaption></figcaption></figure>

#### Enabling **'SEVERAL INSTANCES OF SAME CONTRACT'**

If you enable 'SEVERAL INSTANCES OF SAME CONTRACT', the registered project will be reviewed by the tech team before it can be synced. This is to make sure user has correctly registered master⇒ proxy contracts.

8. If the smart contract is not indexed, click “Register.” Syncing time depends on various factors like data volume and syncing projects in the pipeline. An email will be sent to you notifying the completion of the syncing process.

#### Note:

Already indexed projects cannot be deleted. [Send an email to support](https://www.notion.so/Contact-Us-7cf81b71a2464e6cb21cb27855e81a8f?pvs=21) if they need to be deleted.


---

# 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.dapplooker.com/dapplooker-analytics/registering-data/smart-contracts.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.
