# EOS resource payment

### Introduction

In the EOS network, operations such as transfers and contracts need to consume the CPU and NET resources of the account.You need to spend token staking to get these resources. TokenPocket has developed a smooth mode function based on the resource model of EOS. Users can purchase resources with a small number of tokens to realize related operations. By integrating the resource payment function of TP, Dapp developers can perform Dapp-related operations with the resources purchased from the TP smooth mode.

### Integrating method

Refer to the document for details: <https://github.com/TP-Lab/Document/blob/master/EOS%20resource%20payment.md>


---

# 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://help.tokenpocket.pro/developer-en/wallet/eos-resource-payment.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.
