FAQs
What is Vertex?
How can I integrate Vertex into my app?
We provide DVMs that make doing social graph analysis as simple as publishing an event. Check out our services and hit our relay at:
wss://relay.vertexlab.io
If you need help, don’t hesitate to ask Pip.
How does Vertex work?
How often do you update the reputational scores?
Can I use Vertex to filter out spam?
Can I choose the algorithm?
Yes, you simply need to specify it in the sort
param of the request. We currently support followerCount
, globalPagerank
, and personalizedPagerank
.
To learn more, check out our algorithms.
What do you mean by “global”
Do I always need to connect to get a result?
Is Vertex open source?
Yes, we have proudly open sourced all of our code here on our Github.
We are committed to open standards, and that’s why our services are structured as NIP-90 Data Vending Machines.
Is Vertex trustless?
All Vertex responses are cryptographically signed. However, there is no trustless way to know that a response is legitimate except by running our code on the same data.
We are currently building client-side validation schemes so your users will be able to verify independently.
Does Vertex store any personal data?
How many credits do I have left?
Connect to our relay at wss://relay.vertexlab.io
and authenticate using NIP-42.
Then request kind:22243
to get your credit balance.
{
"kind": 22243,
"tags": [
["credits", "9847"],
["lastRequest", "1746466043"]
],
// ...
}