> For the complete documentation index, see [llms.txt](https://docs.graphlinq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphlinq.io/dev-tooling/block-type-overview/entry-point-type.md).

# Entry Point Type

The Entry Point Type is the node type that start the graph execution, it's not necessary if you use events type such as trigger or connector data

Current deployed entry-point list over the Engine network:<br>

{% code overflow="wrap" %}

```
"Block Type" -> "NodeBlock.Engine.Nodes.EntryPointNode"
"Description" -> "Basic Graph entry point, start the execution of a graph"
"Block Gas Cost" -> 0
```

{% endcode %}

[<br>](https://docs.graphlinq.io/blocks/1-function)
