> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/function/function.is_payable.md).

# Function.is\_payable()

`is_payable() → bool`

## Example

```python
from glider import *

def query():
    payable_functions = (
      Functions()
      .exec(1000)
      .filter(lambda x: x.is_payable())
    )

    return payable_functions
```

## Output

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